/* ベースCSS
---------------------------------------------------- */

*{
	margin:0px;
	padding:0px;
}

html{
	overflow:-moz-scrollbars-vertical;
}

body{
	font-size:12px;
	font-weight:normal;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.5;
	text-align:center;
	background-color:#e7e7e7;
}

*html body {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child+html body {
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

img{
	border:0px;
}

ul{
	list-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0px;
}

.small{
	font-size:10px;
}

*html .small{
	font-size:11px;
}

*:first-child+html .small{
	font-size:11px;
}

.bold{
	font-weight:bold;
}

.red{
	color:#991f1f;
}

.blue{
	color:#1f4799;
}

.orange{
	color:#FF9900;
}

/* clear
---------------------------------------------------- */
.clear{
	clear:both;
}

/* リンク
---------------------------------------------------- */

a:link {
	color:#222222;
	text-decoration:none;
}

a:visited {
	color:#222222;
	text-decoration:none;
}

a:hover {
	color:#1f4799;
	text-decoration:none;
}

a:active {
	color:#1f4799;
	text-decoration:none;
}

/* レイアウト
---------------------------------------------------- */
#wrap{
	width:760px;
	text-align:left;
	margin:0 auto;
}

#contents{
	width:740px;
	background-color:#FFFFFF;
	padding:20px 10px;
}

/* ヘッダー
---------------------------------------------------- */
#header{
	width:760px;
	height:100px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	position:relative;
}

#header h1{
	width:140px;
	height:60px;
	position:absolute;
	left:10px;
	top:20px;
}

#rnavi{
	position:absolute;
	left:433px;
	top:20px;
}

#rnavi li{
	float:left;
}

#gmenu{
	position:absolute;
	left:221px;
	top:68px;
}

#gmenu li{
	float:left;
}

#gmenu li.mr17{
	margin-right:17px;
}

#reload{
	width:130px;
	height:26px;
	color:#FFFFFF;
	font-size:10px;
	line-height:1.3;
	background-color:#222222;
	padding:7px 15px;
	position:absolute;
	right:10px;
	top:0px;
}

*html #reload{
	width:130px;
	height:26px;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3;
	letter-spacing:1px;
	background-color:#222222;
	padding:7px 15px;
	position:absolute;
	right:10px;
	top:0px;
}

*:first-child+html #reload{
	width:130px;
	height:26px;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3;
	letter-spacing:1px;
	background-color:#222222;
	padding:7px 15px;
	position:absolute;
	right:10px;
	top:0px;
}

/* メインイメージ
---------------------------------------------------- */
#mainimg{
	width:760px;
	height:300px;
	margin-bottom:10px;
	clear:both;
}

#mainimg .mainimg{
	margin-right:4px;
}

/* ライトボックス
---------------------------------------------------- */
#rightbox{
	width:460px;
	float:right;
}

#section1{
	width:460px;
}

#section1 h2{
	width:460px;
	height:25px;
	margin-bottom:5px;
}

#section1 h3{
	width:460px;
	font-size:14px;
	padding:5px 0px 0px 5px;
}

#section1 .subtitle{
	color:#666666;
	padding:0px 0px 10px 5px;
}

#cbox{
	width:460px;
	background:#e1e1e1 url(../images/cbox_header.gif) no-repeat left top;
	padding-top:15px;
}

#cbox-in{
	width:460px;
	background:#e1e1e1 url(../images/cbox_footer.gif) no-repeat left bottom;
	padding-bottom:10px;
}

#cbox-in .section{
	border-bottom:#999999 dotted 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}

#cbox-in .section{
	margin-bottom:15px;
}

#cbox-in h4{
	color:#666666;
	font-size:12px;
	padding:12px 0px 0px 60px;
	margin:0px 20px 5px 20px;;
}

#number01{
	background:url(../images/number01.gif) no-repeat left top;
}

#number02{
	background:url(../images/number02.gif) no-repeat left top;
}

#number03{
	background:url(../images/number03.gif) no-repeat left top;
}

#cbox-in p{
	padding:0px 20px 5px 80px;
}

#cbox-in ul{
	padding:0px 20px 5px 80px;
}

#cbox-in ul li a{
	border-bottom:#666666 dotted 1px;
}

#cbox-in ul li a:hover{
	border-bottom:#1f4799 solid 1px;
}

/* レフトボックス
---------------------------------------------------- */
#leftbox{
	width:260px;
	float:left;
}

#section2{
	width:260px;
	height:210px;
	margin-bottom:20px;
}

#section2 h2{
	width:460px;
	height:25px;
	margin-bottom:5px;
}

#section3{
	width:260px;
}

#section3 h2{
	width:260px;
	height:25px;
	margin-bottom:5px;
}

#section3 ul{
	width:260px;
}

#section3 ul li{
	border-bottom:#666666 dotted 1px;
	padding:7px 10px;
}

/* フッター
---------------------------------------------------- */
#footer{
	width:760px;
	height:130px;
	color:#FFFFFF;
	background:transparent url(../images/footer_bg.gif) repeat-x left top;
	clear:both;
	position:relative;
}

#fnavi1{
	line-height:1.2;
	border-left:#FFFFFF solid 1px;
	padding-left:5px;
	position:absolute;
	left:15px;
	top:15px;
}

#fnavi1 li{
	border-right:#FFFFFF solid 1px;
	padding-right:5px;
	margin-right:5px;
	float:left;
}

#fnavi1 li a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#666666 dotted 1px;
}

#fnavi1 li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#footer p{
	position:absolute;
	left:15px;
	top:40px;
}

#fnavi2{
	line-height:1.2;
	border-left:#FFFFFF solid 1px;
	padding-left:5px;
	position:absolute;
	left:15px;
	top:110px;
}

#fnavi2 li{
	border-right:#FFFFFF solid 1px;
	padding-right:5px;
	margin-right:5px;
	float:left;
}

#fnavi2 li a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#666666 dotted 1px;
}

#fnavi2 li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

address{
	font-style:normal;
	position:absolute;
	right:15px;
	top:110px;
}

