@charset "utf-8";

/* CSS Document */
/*--------------------------------------
//
//トップページレイアウト
//
//-------------------------------------*/

#outline{
	width:900px;
       margin-left: auto;
       margin-right: auto;
	vertical-align:top;
       background-color: #FFFFFF;
       border: solid #CCCCCC thin;
}

/* ヘッダ */

#header {
 
	background: #344157;
	color: #FFFFFF;
}


#header2 {
       width: 860px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
 	height: 50px;
}

#header_left {
	float: left;
	text-align: left;
	height: 50px;
	font-size: 120%;
	color: #344157;
	font-weight: bold;
}

#header_center{
       
	padding-left: 50px;
	vertical-align:15px;

}

#header_right {
	float: right;
	text-align: right;
	 /*padding-top: 20px; */
	height: 50px;

}


/* コンテンツ */

#contents {
       width: 860px;
       vertical-align: top;
       background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}


#contents_left{
	width:430px;
	text-align: left;
	margin-top: 15px;
	vertical-align:top;
	background-color: #FFFFFF;
	float: left;
}


#contents_right {
       width: 430px;
       text-align: left;
       vertical-align: top;
       background-color: #FFFFFF;
       float: right;
	margin-top: 15px;

}

#contents_title {
	width:430px;
	background: url(../image/title430.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	line-height:45px;  
	 /*font-size: 14px; */
	font-size: 1em;
	font-weight: bold;
	margin:0px auto;

}

#top_comment {
	border: thin solid #A6D0E6;
	width: 428px;
	margin: 0px auto;
	text-align: center;

}

#top_comment_note {
	
	 /*background: url(../image/comment_bg.gif) ; */
        margin: 20px;
	padding:0px ;
	
}

#top_comment_note p {
	line-height:22px;
}

#topics {
	width: 430px;
	height: 220px;
	overflow-y: auto;
}

/* フッタ */

#footer {
       width: 890px;
       vertical-align: top;
       height: 80px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E2F2FB;


}

#page_top {
 
 float: right;
 padding: 5px;
 font-size: 90%;
 
}

/* コピーライト */

#copy {
        width: 900px;
	font-size:85%;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	color: #FFFFFF;
	background-color: #344157;

}
