@charset "UTF-8";

/* プライバシーポリシー */

#contents h2{
	width: 606px;
	height: 46px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-image: url(../img/about/h2_privacy.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#contents p.intro{
	width: 600px;
	margin: 0 0 30px 3px;
}

#contents div.section{
	width: 600px;
	margin: 0 0 30px 3px;
}

#contents div.section h3{
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom: solid 2px #0079C2;
	font-weight: bold;
	font-size: 110%;
}

#contents div.section p{
	margin: 0 0 1em 20px;
}

#contents div.section ul{
	margin-left: 20px;
}

#contents div.section li{
	list-style: disc;
	margin-left: 1em;
}


/*=======================*/
/* お問い合わせ・資料請求 */
/*=======================*/

#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);
}





