@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html { height: 100%; }

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #333333;
	background: #000000 url(../img/base/bg.gif) repeat left top;
	height: 100%;
}

img { border-style: none; }
ul, li {
	list-style-type: none;
	display: inline;
}


#warp {
	width: 940px;
	background: #F0F0F0;
	height: 100%;
	margin: auto;
}

#header {
	background: #FFFFFF;
	padding: 25px 0px 5px 35px;
	position:relative;
}
#header h2 a{
	position:absolute;
	width:115px;
	height:0;
	padding-top:17px;
	background:url(../img/contents/privacy.png) no-repeat;
	left:785px;
	top: 47px;
	overflow:hidden;
}
#menu {
	background: url(../img/base/bg_header.gif) repeat-x left top;
	height: 55px;
	padding: 0px 20px;
}
#menu .bg {
	background: url(../img/base/menu.jpg) no-repeat left top;
	height: 55px;
	padding-left: 11px;
}

#menu li  {	float: left; }

#menu li a {
	height: 55px;
	display: block;
	text-indent: -9999em;
	text-decoration:none;
	overflow: hidden;
}

#menu li.mn1 a { background: url(../img/base/menu.jpg) -11px; width: 177px;}
#menu li.mn2 a { background: url(../img/base/menu.jpg) -188px; width: 177px;}
#menu li.mn3 a { background: url(../img/base/menu.jpg) -365px; width: 177px;}
#menu li.mn4 a { background: url(../img/base/menu.jpg) -542px; width: 177px;}
#menu li.mn5 a { background: url(../img/base/menu.jpg) -719px; width:170px; }

#menu li.mn1 a:hover { background: url(../img/base/menu_on.jpg) -11px; }
#menu li.mn2 a:hover { background: url(../img/base/menu_on.jpg) -188px; }
#menu li.mn3 a:hover { background: url(../img/base/menu_on.jpg) -365px; }
#menu li.mn4 a:hover { background: url(../img/base/menu_on.jpg) -542px; }
#menu li.mn5 a:hover { background: url(../img/base/menu_on.jpg) -719px; }

#top {
	background: #FFFFFF;
	padding: 10px 20px 20px 30px;
}
#top .textbox {
	width: 460px;
	padding: 20px;
	float: left;
}
#top .info {
	width: 375px;
	float: left;
	margin-left: 15px;
	background: url(../img/top/bg_info.gif) no-repeat left 43px;
	height: 260px;
}

#top .info .inline {
	width: 335px;
	margin: 10px auto;
	height: 185px;
	overflow: auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	scrollbar-base-color:#003366;
	scrollbar-face-color:#004EA2;
	scrollbar-arrow-color:#003366;
	scrollbar-shadow-color:#003366;
	scrollbar-darkshadow-color:#003366;
	scrollbar-highlight-color:#003366;
	scrollbar-3dlight-color:#003366;
	scrollbar-track-color:#003366;
	padding-left: 5px;
}
#top .info .inline dl { width: 310px; }

#top .info .inline dt {
	float: left;
	width: 70px;
	padding-left: 15px;
	background: url(../img/base/icon01.gif) no-repeat left 4px;
	clear: both;
}
#top .info .inline dd {
	float: left;
	width: 225px;
	margin-bottom: 10px;
}

#contents {
	background: #FFFFFF;
	padding: 40px 60px 60px;
}
#contents .maintext {
	margin: auto;
	width: 740px;
}


#footer {
	background: #F0F0F0 url(../img/base/bg_footer.gif) repeat-x left top;
	text-align: center;
	font-size: 12px;
	padding: 10px 10px 50px;
}
h2.title { margin-bottom: 30px; }

.clearfix { clear: both; }


.t10 {
	font-size: 10px;
	color: #999999;
}
.t12 { font-size: 12px; }

.mt10 { margin-top: 10px; }
.mb5 { margin-bottom: 5px; }


.mb10 { padding-bottom: 10px; }


.mb20 { margin-bottom: 20px; }

.mb40 { margin-bottom: 40px; }


.line01 {
	border-bottom: 1px dotted #0053AE;
	padding-top: 10px;
	margin-bottom: 10px;
}
.color01 { color: #CC0000; }

.ta_right { text-align: right; }
.ta_center { text-align: center; }


table.type01 { 
	width: 100%;
	border-collapse: collapse;
}

table.type01 th {
	padding: 15px;
	width: 180px;
	text-align: left;
	color: #002957;
	border-bottom: 1px solid #CCCCCC;
}

table.type01 td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

div.f01a {
	background: url(../img/contents/frame01a.gif) no-repeat left bottom;
	height: 10px;
}

div.f01b {
	background: url(../img/contents/frame01b.gif) repeat-y left top;
	padding: 10px 20px;
}

div.f01c {
	background: url(../img/contents/frame01c.gif) no-repeat left top;
	height: 10px;
}

input.type01 {
	font-size: 14px;
	padding: 5px;
	width: 300px;
}

input.type02 {
	font-size: 14px;
	padding: 5px;
	width: 200px;
}
input.zip {
	font-size: 14px;
	padding: 5px;
	width: 100px;
}
textarea.type01 {
	width: 350px;
	font-size: 14px;
	padding: 5px;
}
