@charset "UTF-8";

/* 会社概要 */

/*=======================*/
/* 会社概要　　　　　　　*/
/*=======================*/

#contents h2{
	width: 606px;
	height: 46px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-image: url(../img/about/h2_overview.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#company{
	position: relative;
	width: 556px;
	margin-bottom: 20px;
	padding: 4px 25px 20px 25px;
	background-image: url(../img/common/600_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#company h3{
	position: absolute;
	top: 0;
	left: 0;
	width: 606px;
	height: 5px;
	text-indent: -9999px;
	background-image: url(../img/common/600_head.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#company dt{
	width: 8em;
	padding: 13px 0 0 5px;
	float: left;
	background-image: url(../img/common/colon.gif);
	background-position: right 20px;
	background-repeat: no-repeat;
}

#company dd{
	margin-bottom: 5px;
	padding: 13px 0 0 10em;
	background-image: url(../img/common/dotline.gif);
	background-position: left top;
	background-repeat: repeat-x;
}


/*=======================*/
/* 地図　　　　　　　　　*/
/*=======================*/

#map{
	width: 600px;
	margin: 0 0 20px 3px;
}

#map h3{
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom: solid 2px #0079C2;
	font-weight: bold;
	font-size: 110%;
}

#map div{
	width: 598px;
	height: 250px;
	border: solid 1px #AAAAAA;
}


/*=======================*/
/* お問い合わせ・資料請求 */
/*=======================*/

#request{
	position: relative;
	width: 606px;
	height: 116px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_bg_type3.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#request a{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 194px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_button2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/*=======================*/
/* メニュー　　　　　　　*/
/*=======================*/

#menu{
	position: absolute;
	top: 0;
	right: 3px;
	width: 236px;
	padding: 40px 20px 20px 20px;
	background-image: url(../img/common/minimenu_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu h3 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	height: 41px;
	text-indent: -9999px;
	background-image: url(../img/about/h3_menu.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu li{
	padding: 20px;
	background-image: url(../img/common/dotline.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#menu_overview a,
#menu_inquiry a,
#menu_privacy a{
	display: block;
	height: 14px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_overview a{
	width: 78px;
	background-image: url(../img/about/minimenu_overview.gif);
}

#menu_inquiry a{
	width: 109px;
	background-image: url(../img/about/minimenu_inquiry.gif);
}

#menu_privacy a{
	width: 170px;
	background-image: url(../img/about/minimenu_privacy.gif);
}





