@charset "utf-8";

/* html
--------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
	width:100%;
	height:100%;
}
body{
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	background-attachment:fixed;
	background-image:url(../img/bck_002.gif);
	background-repeat:repeat-x;
}
img{
	border:0px;
}
a{
	color:#000000;
	text-decoration:none;
	padding:1px;
	cursor:help;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
/* base
--------------------------------------------------------*/
#wrap{
	/*width:620px;
	min-height:100%;
	background-color:#FFFFFF;
	padding:15px;
	position:relative;*/
	width:500px;
	height:400px;
	margin:0 auto;
}
#main_box{
}
/* common
--------------------------------------------------------*/
#contents .mb5{
	margin-bottom:5px;
}
#contents .mb10{
	margin-bottom:10px;
}
#contents .mb15{
	margin-bottom:15px;
}

/* menu
--------------------------------------------------------*/
#menu{
	font-family:"Century Gothic";
}
#menu h1{
	font-size:24px;
	font-weight:normal;
	color:#000;
	line-height:normal;
	text-align:center;
	margin-bottom:5px;
	padding-top:5px;
}
#menu ul{
	text-align:center;
	list-style-type:none;
}
#menu ul li{
	padding-right:10px;
	line-height:20px;
	border-left:1px solid #000000;
	padding-left:10px;
	display:inline;
}
#menu ul li.last{
	border-right:1px #000000 solid;
}
/* contents
--------------------------------------------------------*/
#contents{
	margin:15px auto;
}
#contents h2, #contents h3, #contents h4, #contents h5{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	font-weight:normal;
}
#contents h2{
	display:none;
}
#contents h3{
	height:12px;
	background-image:url(../img/icon006.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	line-height:12px;
	padding-left:30px;
	padding-bottom:3px;
	margin-bottom:3px;
}
#contents h4{
	width:50%;
	line-height:1.2em;
	border-bottom:solid 2px #000000;
	margin-bottom:3px;
}
#contents h5{
	font-weight:bold;
}
#contents p{
	margin-bottom:5px;
}
/*更新履歴*/
/*#contents dl{
	height:100px;
	overflow:scroll;
}*/
#contents dt{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	padding-right:15px;
}
#contents dt span{
	color:#FFFFFF;
}
#contents dd{
}
#contents .text{
	margin-bottom:30px;
}
#contents .text_ttl{
	margin-bottom:15px;
}
.textlink_a{
	line-height:15px;
	background-image:url(../img/icon003.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding-left:15px;
}
#contents .pagetop{
	text-align:right;
	color:#000000;
	line-height:15px;
	background-image:url(../img/icon002.gif);
	background-color:#FFFFFF;
	background-position:95% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
#contents .pagetop a:link{
	background-color:#FFFFFF;
	color:#000000;
}
/* link
--------------------------------------------------------*/
.b_link ul{
	list-style-type:none;
}
.b_link li{
	display:inline;
	margin-right:5px;
}
.t_link ul{
	list-style-type:none;
}
.t_link li{
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px #000000;
}
.t_link li.end{
	border-right:none;
}