
/************************************************************************/
/*	outline	: cascading style sheets for http://calcdesign.info/		*/
/*	author	: k.inagaki 												*/
/*	date	: 2017.12.01.												*/
/************************************************************************/

/************************************************************************/
/*	body																*/
/************************************************************************/
body{
	margin : 0px;
	border : none;
	background : whitesmoke;
	padding : 0px;
	text-align : left;
	font : normal normal lighter 16px/1.2 'cengoth', 'ŸàƒSƒVƒbƒN', 'Yu Gothic', 'YuGothic', 'Verdana', 'Roboto', 'Droid Sans', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color : dimgray;
	overflow-x : hidden;
	overflow-y : scroll;			/*	against firefox, opera (tips)	*/
}

/************************************************************************/
/*	a																	*/
/************************************************************************/
a:link, a:visited, a:active{
	color : dimgray;
}

a:hover{
	color : black;
}

b{
	color : black;
}

/************************************************************************/
/*	gmap																*/
/************************************************************************/
.gmap {
	position : relative;
	padding-top : 100%;
	height : 0;
	overflow : hidden;
}

.gmap iframe{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}

/************************************************************************/
/*	alphabox															*/
/************************************************************************/
#alphabox{
	background-color: white;
	position : absolute;
	bottom : 40px;
	right : 40px;
	margin : 0px;
	padding : 0px 0px 0px 20px;
	width : 290px;
	height : 510px;
	text-align : left;
	filter : alpha( opacity = 80 );
	-moz-opacity : 0.80;
	opacity : 0.80;
}

/************************************************************************/
/*	exit																*/
/************************************************************************/

