body {
	width:100%;
	background-color: #020c23;
	background-image: url(../images/haikei.gif);
	background-position: center top;
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: normal;
}

a {
	color:#d1f3ff;
	text-decoration:none;
}
a:hover {
	color: #f2ff60;
}
a:active {
	color: #fcd728;
}

h1 {
	background-image: url(../images/h1-trans.gif);
	background-repeat: no-repeat;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 18pt;
	padding-left: 28px;
	font-weight: normal;
}
h2 {
	background-image: url(../images/h2-trans.gif);
	background-repeat: no-repeat;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16pt;
	padding-left: 21px;
	font-weight: normal;
}
h3 {
}
h4 {
}


/* 全体囲み */

#wrap {
	height: 100%;
	width:940px;
	margin: 0 auto;
}

/* ヘッダー */

#header {
	width:940px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	padding-top: 36px;
}



/* 天地中央メイン汎用 */

#main {
	width:940px;
	margin: 0 auto;
	clear: both;
}
/* 左コラム 「ホームページ」の分、上マージンが少ない */
#main .leftbox {
	float: left;
	width: 300px;
	margin-top: 14px;
}
#main .leftbox .imgbox {
	margin-top: 20px;
	margin-left: 20px;
}
#main .contents {
	width: 570px;
	border: 1px dashed #666666;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 17px;
	padding-left: 17px;
	margin-bottom: 20px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}
#main .contents p {
	margin-bottom: 10px;
	margin-top: 5px;

}
#main .contents img {
	margin-top: 12px;
	margin-right: 10px;
}
#main .contents .cap {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 3px;
}

/* 天地中央メイン ホームページ専用 */

#home_main {
	width:940px;
	margin: 0 auto;
	clear: both;
	background-image: url(../images/main_img_l-trans.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#home_main .leftbox {
	float: left;
	width: 275px;
	margin-top: 40px;
}
#home_main .centerbox {
	float: left;
	width: 340px;
	margin-top: 320px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 9pt;
	line-height: 12pt;
}
#home_main .rightbox {
	float: right;
	width: 255px;
	margin-top: 60px;
	font-size: 10pt;
	line-height: 14pt;
	padding-right: 15px;
}
#home_main .rightbox dt {
	margin-left: 3px;
	margin-bottom: 2px;
}
#home_main .rightbox dd {
	margin-left: 12px;
	margin-bottom: 10px;
}
#home_main .rightbox dd a {
	text-decoration: underline;	
}
#home_main .contents {
	width: 550px;
	border: 1px dashed #666666;
	clear: both;
	margin-left: 177px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 17px;
	padding-left: 17px;
	margin-bottom: 40px;
	font-size: 10pt;
	line-height: 17pt;
}




/* 全ページ共用ナビ部分 */

#navi {
	margin-left: 30px;
}
#navi ul {
}
#navi li {
	height: 26px;
}
#navi li a {
	display: block;
	background-image: url(../images/sankaku-trans.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}






/* このページのTOPへ */

#to_top {
	display: block;
	clear: both;
	margin-bottom: 20px;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #666666;
}
#to_top a {
	display: block;
	font-size: 9pt;
}



/* フッタ */

#footer {
	width:940px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	font-size: 9pt;
	clear: both;
}




/* 汎用*/

.spacer15 {
	height: 15px;
}
.spacer30 {
	height: 30px;
}

.analog {  
 display: none;  
 }  
* html .analog {  
 display: block;  
position: absolute;  
 top: 10px;  
right: 30px;  
}  .ar {
	float: right;
	width: 210px;
}


