@charset "shift_jis";
/* ================================================================================= */
/* layout container																	 */
/* ================================================================================= */
body{
	margin:0;
	padding:0;
	height:100%;
	font-size:12px;
	}
	

/* ================================================================================= */
/* トップ																		 */
/* ================================================================================= */

#topbody {
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	font-size:12px;
}


div#topcontainer{
	width:800px;
	height:auto;
	overflow:hidden;
}

/* ================================================================================= */
/* トップ News																		 */
/* ================================================================================= */

#newsArea {
	/*overflow: hidden;*/
	width: 350px;
	padding: 5px;
	border: 0px solid;
	margin: 0px;
}

#news .date {
	width: 55px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 0.6em;
}
#news .title {
	margin-left: 55px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 0.6em;
	border-bottom:1px #cccccc dotted;
}
#news .cnts {
	margin-left: 55px;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	padding-bottom: 0.6em;
	border-bottom:1px #cccccc dotted;
}
#news a:link, #news a:visited, #news a:active {
	font-size: 11px;
	text-decoration : none;
}
#news a:hover { 
	font-size: 11px;
	text-decoration : underline;
}

/* ================================================================================= */
/* なかみ																		 */
/* ================================================================================= */

#parentbody {
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	color:#000000;
	line-height:150%;
	background-image:url(../common/header_bg.gif);
	background-repeat:repeat-x;
}

div#leftcontainer{
	float:left;
	width:195px;
	height:auto;
	overflow:hidden;
}

div#maincontainer{
	float:left;
	width:605px;
	overflow:hidden;
	margin-left:0px;
	text-align:left; 
}

/* ================================================================================= */
/* Anchor																			 */
/* ================================================================================= */
a             {color:#4E0000;text-decoration:none;}
a:hover       {color:#4E0000;text-decoration:underline;}
/* ================================================================================= */
/* Common																			 */
/* ================================================================================= */
blockquote{
	line-height:150%;
}
#menu{
	color:#ffffff;
	line-height:150%;
	margin: 0px;
	padding-left:40px;
}
#menu a      {color:#000000;text-decoration:none;}
#menu a:hover{color:#ff0000;text-decoration:none;}
#menunow{
	color:#ffff00;
	line-height:150%;
	margin: 0px;
	padding-left:30px;
}

/* ================================================================================= */
/* パンくず																			 */
/* ================================================================================= */
div#bread{
	width:570px;
	height:30px;
	font-size:11px;
	padding-top:9px;
	padding-left:15px;
	background-image:url(../common/back_bread.gif);
	background-repeat:repeat-x;
}
#bread a      {color:#000000;text-decoration:none;}
#bread a:hover{color:#293e7c;text-decoration:underline;}


/* ================================================================================= */
/* 2段組みで150px右寄せ																			 */
/* ================================================================================= */
div#layout{
	padding-left:150px;
}


/* ================================================================================= */
/* 本文10px																		 */
/* ================================================================================= */

div#font_10px{
	color:#000000;
	font-size:10px;
}


/* ================================================================================= */
/* 本文16px																		 */
/* ================================================================================= */

div#font_16px{
	color:#000000;
	font-size:16px;
}



/* ================================================================================= */
/* 表ドットライン																		 */
/* ================================================================================= */

.dot{
	padding:5px;
	border-top:1px #cccccc dotted;
	}



div#comt{
	font-size:16px;
	font-weight:bold;
}
div#coms{
	padding-left:10px;
}
div#regs{
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
}
