@charset "utf-8";
/* CSS Document */

/*
[1]レイアウトに関する指定
[2]ヘッダー内の各部分指定
[3]全体のリンク指定
[4]フォントに関する指定
[5]リストに関する指定
[6]クラスの指定
[7]その他
*/

/*======================================
[1]レイアウトに関する指定
======================================*/	

/*container*/
#info h2{
	margin:12px 0;
	}

#info .title{
	background:url(../img/titlebg.gif) no-repeat 0 0;
	width:645px;
	height:auto;
	display:block;
	}
	
#info .title .title_in{
	background:url(../img/titlebg_b.gif) no-repeat left bottom;
	}
	
#info h3{
	padding:20px;
	}
	
#info h3 strong a{
	text-decoration:none;
	}
	
#info p.date{
	border-left:solid 5px #808080;
	padding-left:12px;
	width:95%;
	margin:12px 0 0 0;
	}
	
.forum01_img{
	float:left;
	width:95px;
	}

.forum01_txt{
	float:right;
	width:520px;
	}

#info h5{
	margin:10px 0 8px 0;
	}
	
#gotolist{
	/*background:url(../../img/arrow.gif) no-repeat 0 7px;*/
	padding-left:12px;
	float:right;
	}
.credit{
	width:400px;
	border:1px solid #999999;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	}

/*=======
news
=========*/
#news{
	margin-top:10px;
	margin-bottom:10px;
	}
#news p{
	border-bottom:#003399 solid 1px;
	border-top:#003399 solid 1px;
	border-right:#003399 solid 1px;
	border-left:#003399 solid 5px;
	padding:7px 12px;
	font-weight:bold;
	font-size:1.1em;
	background-color:#F6F6F6;
	}
#news dl{
	line-height:1.4em;
	width:630px;
	padding:5px 0;
}
#news dt{
	float:left;
	width:40px;
	padding-left:10px;
	margin:0px;
	}
#news dd{
	float:right;
	width:540px;
	margin:0px;
	text-align:left;
	}
#news .n_line{
	background:url(../img/line.gif) no-repeat 0 0;
	width:100%;
	height:1px;
	display:block;
	}


	
/*======================================
[2]ヘッダー内の各部分指定
======================================*/
#header #gnavi li#top a{
	background:url(../img/gnavi.gif) no-repeat 0 -80px;
	width:93px;
	height:80px;
	display:block;
	}
	
/*======================================
[4]フォントに関する指定
======================================*/
#info h2{
	font-size:1.3em;
	}
	
#info h3{
	font-size:2.2em;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Georgia, serif;
	color:#003399;
	line-height:120%;
	}

#info h4{
	font-size:1.5em;
	color:#003399;
	font-weight:bold;
	line-height:120%;
	}
	
#info h5{
	font-size:1.3em;
	line-height:120%;
	}

#info h5 span{
	font-size:0.8em;
	}