@charset "utf-8";
/* CSS Document */


body{
	margin:0; padding:0;
	background:url(img/body_bg.jpg) repeat-x;
}

*{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:19.5px;
	margin:0;
}

h1{
	font-weight:normal;
	position:absolute;
	top:5px;
	text-indent:30px;
	width: 320px;
}

.big{
	font-weight:bold;
	font-size:17px;
	color:#FF3399;
	margin-right:30px !important;
}



/** basic **/

#countainer{
	width:854px;
	margin:0 auto;
}

#header{
	height:131px;
	background:url(img/countainer_top.jpg) no-repeat;
}
	#top_logo{
		width:191px; height:46px;
		margin:0; padding:0;
		position:relative;
		top:35px; left:17px;
	}
	#top_logo img{
		border:none;
	}
	
	/** navi START **/
	#g-navi{
		padding:5px 0;
		height:42px;
		background:url(img/menu_bg.jpg) repeat-x;
	}
	#g-navi ul{
		margin:0 auto; padding:0; text-indent:0;
		width:842px;
	}
	#g-navi li{
		display:block;
		width:127px; height:42px;
		margin:0 16px 0 0;
		float:left;
		list-style:none;
	}
	#g-navi .margin-r-0{
		margin-right:0;
	}
	/** navi END **/
	
	/** totop START **/
	#totop{
		width:110px; height:28px;
		padding:3px 0 0 0;
		position:absolute;
		top:0; right:200px;
		background:url(img/totop.gif) no-repeat;
		text-align:center;
	}
	#totop p{
		font-size:16px !important;
	}
	#totop a{
		width:110px; height:28px;
		display:block;
	}
	#totop a:link{
		text-decoration:none;
/*		border-bottom:1px dashed #333;
*/		color:#333;}
	#totop a:hover{
		text-decoration:none;
/*		border-bottom:1px dashed #999;
*/		color:#999;}
	#totop a:visited{
		text-decoration:none;
/*		border-bottom:1px dashed #333;
*/		color:#333;
	}
	.border_bottom{
		border-bottom:1px dashed #333;
	}	
	/** totop END **/



#maincontent_box{
	width:661px;
	float:left;
}
	#maincontent_top{
		width:661px;
		height:35px;
		background:#FFFFFF url(img/maincontent_top.jpg) no-repeat;
	}
	#maincontent_middle{
		width:661px;
		background:#FFFFFF url(img/maincontent_middle.jpg) repeat-y;
	}
	#maincontent_bottom{
		width:661px;
		height:39px;
		background:#FFFFFF url(img/maincontent_bottom.jpg) no-repeat;
	}
	
	#maincontent_middle p{
		margin:0 25px 0 16px;
		padding:0 0 10px;
		font-size:14px;
	}
	#maincontent_middle h2,#maincontent_middle h3{
		margin:0 16px 15px 16px;
		padding:10px 0 0 0;
		font-size:16px;
		color:#006600;
	}
	#maincontent_middle .green{
		padding:0 0 5px 0;
		margin:0 30px 15px 16px;
		text-indent:10px;
		border-left:4px solid #006600;
		border-bottom:1px solid #006600;
	}

	#maincontent_middle h4{
		margin:0 16px 0 20px;
	}
	#maincontent_middle ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	#maincontent_middle li{
		list-style:none;
		background:url(img/list_ball.jpg) no-repeat 0 50%;
		padding:0 0 0 20px;
		font-weight:bold;
		color:#009966;
		font-size:16px;
		line-height:25px;
	}
	#maincontent_middle table{
		margin:10px 16px 15px 16px;
		padding:5px;
	}
	#waku table{
		border-collapse:collapse;
		border:1px solid #FF6600;
	}
	#waku th{
		padding:5px;
		color:#FFF;
		background-color:#FF9900;
	}
	#waku td{
		padding:5px;
		color:#FF9900;
		font-weight:bold;
	}
	
	#mini_content{
	padding:5px;
	border:1px solid #FF9900;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	}
	#mini_content p{
		margin:0;
	}
	#mini_content h3{
		margin:0 0 10px 0;
		font-size:15px;
		line-height:1em;
		color:#FF9900;
	}
	#mini_content img{
		vertical-align:middle;
	}
	
	.tel{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}


#rightcontent_box{
	width:189px;
	height:640px;
	float:right;
}
	#rightcontent_top{
		height:35px;
		background:url(img/rightcontent_top.jpg) no-repeat;
		position:static;
	}
	#rightcontent_middle{
		width:189px;
		background:#FFFFFF url(img/rightcontent_middle.jpg) repeat-y;
	}
	#rightcontent_bottom{
		height:91px;
		background:url(img/rightcontent_bottom.jpg) no-repeat;
		position:static;
	}
	
	#rightcontent_middle p{
		margin:0 0 0 11px;
		padding:0 0 11px 0;
	}
	#bottom{
		margin:0 !important;
		padding:0 !important;
	}
	#subcontents_index{
		margin:0 0 11px 7px !important;
	}



/** footer START **/

#copy_box{
	clear:both;
	height:52px;
	background:url(img/bar.jpg) repeat-x;
}

#copy_box address,#copy_box p{
	margin:0; padding:0;
	font-style:normal;
	color:#999;
}
#copy_box p{
	color:#333;
}

#copy_line{
	width:854px;
	margin:0 auto;
	position:relative;
}
#foot_left{
	width:745px;
	float:left;
}
#anchor_top{width:105px;}

/** footer END **/


	/** footer リンク修飾 START **/	
	#copy_box a:link{
		text-decoration:none;
		border-bottom:1px dashed #333;
		color:#333;}
	#copy_box a:hover{
		text-decoration:none;
		border-bottom:1px dashed #999;
		color:#999;}
	#copy_box a:visited{
		text-decoration:none;
		border-bottom:1px dashed #666;
		color:#666;
	}
	
	.clr_border{
		border-style:none !important;
	}
	/** footer リンク修飾 END **/






.img_float_left{
	float:left;
	margin:0 5px 0 0;
}

.img_float_right{
	float:right;
	margin:0 10px 0 5px;
}




/** FOR index.html **/
#flash{
	margin:0 0 25px 8px;

}
#index_note{
	width:420px; height:81px;
	background:url(img/index_002.jpg) no-repeat 0 100%;
	padding:40px 130px 0 27px;
	margin:0 0 15px 5px;
}
#more_note{
	margin:0 0 20px 10px;
}
	
	#topics_top{
		margin:0 0 0 9px;
		width:630px; height:77px;
		background:url(img/topics_top.jpg) no-repeat;}
	#topics_middle{
		margin:0 0 0 9px;
		width:630px;
		background:url(img/topics_middle.jpg) repeat-y;}		
	#topics_bottom{
		margin:0 0 0 9px;
		padding:5px 0 0 525px;
		width:105px; height:44px;
		background:url(img/topics_bottom.jpg) no-repeat;
	}
	
	
		/** トピックス内容修飾 **/
		#topics_middle p{
			margin:0 29px 0 21px;
			line-height:25px;
			border-bottom:1px dotted #999;
		}
		#js{
			padding:0 0 0 0;
			font-weight:bold;
			color:#FF0000;
		}
		#js strong{
			margin:0 0 0 15px;
			font-weight:normal;
			color:#333;
		}


/** FOR list.html **/
	.list_left{
		width:280px;
		height:200px;
		padding:0 0 0 50px;
		float:left;
	}
	.list_right{
		width:330px;
		height:200px;
		margin:0 0 0 330px;
	}
	.articlename{
		margin:0 0 0 16px;
		padding:0 0 0 20px;
		background:url(img/list_ball.jpg) no-repeat 0 10%;
	}
	.articlename a:link{
		text-decoration:none;
		border-bottom:1px dashed #333;
		color:#333;}
	.articlename a:hover{
		text-decoration:none;
		border-bottom:1px dashed #999;
		color:#999;}
	.articlename a:visited{
		text-decoration:none;
		border-bottom:1px dashed #666;
		color:#666;
	}
	
	.clr_border{
		border-style:none !important;
	}

/** FOR list_detail.html **/
	#profile{
		margin:0 0 0 270px;
		width:300px;
	}
	#profile table{
		border-style:none;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		border-collapse:collapse;
		padding:5px 0;
	}
	#profile td{
		border-bottom:1px dotted #333 !important;
		color:#333333;
		font-weight:normal;
	}
	#profile th{
		border-bottom:1px dotted #333 !important;
		border-right:3px solid #FF9900;
		color:#FF9900;
		background-color:#FFF;
	}
	#profile tr{margin:5px 0; padding:5px 0;}
	
	.articlename h2{
		padding:0 !important;
		margin:0 0 15px 0 !important;
		font-size:19px;
		color:#66CC66;
		font-weight:bold;
	}

	
/** FOR diary.html **/
	#diary h3{
		clear:both;
		padding:14px 0 0 40px;
		height:25px;
		color:#669933;
		font-size:15px;
		background:url(img/list_index.jpg) no-repeat 0 100%;
	}
	.list_right{
		width:300px;
		height:200px;
		margin:0 0 0 330px;
	}


/** FOR registration.html **/
	#form table{
		width:615px;
		border-style:none;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		border-collapse:collapse;
		padding:5px 0;
	}
	#form td{
		border-bottom:1px dotted #333 !important;
		color:#333333;
		font-weight:normal;
	}
	#form th{
		border-bottom:1px dotted #333 !important;
		border-right:3px solid #FF9900;
		color:#FF9900;
		background-color:#FFF;
	}
	#form tr{margin:5px 0; padding:5px 0;}
	
	#submit{text-align:center;}
	
	#form dl{margin:0 16px;}
	#form dt{margin:10px 16px 5px 16px;}
	#form dd{margin:0 16px 0 24px;}
	#center{text-align:center;}


/** FOR guide.html **/
	#recommends{
		width:600px;
		margin:0 auto;
	
	}
#recommends_ttl{
	margin:0 0 0 170px;
}
#recommends h4{ margin:0;}
#recommends h6{ font-size:16px; margin:0 20px 15px 0; color:#090; border-bottom:1px dotted #090;}

#recommends ul{ margin:0 0 10px 0;}

#recommends li{ font-size:14px; color:#333; font-weight:normal; background-position:0 6px;}

/** FOR system.html **/
	.chart{
		margin:0 35px 0 20px;
		padding:10px 10px 0 10px;
		background:#FFCC00;
	}
	.center{
		margin:20px 0 0 0;
		text-align:center;
	}
	#sys_note{
		margin:10px 0 20px 0;
	}
	#sys_note li{
		margin:0 0 0 16px;
		padding:0 0 0 20px;
		font-size:14px;
		color:#333;
		font-weight:normal;
		background:url(img/list_ball.jpg) no-repeat 0 50%;
	}
	
/** FOR faq.html **/
	.faq_center{
		margin:0;
		text-align:center;
	}
	
	.answer{
		margin-left:25px;
		padding-left:10px;
		background:url(img/answer.gif) no-repeat;
	}

#registration_time {
	font-size: 14px;
	line-height: 30px;
}
#maincontent_middle h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 20px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.orange_str{ color:#F60; font-weight:bold; font-size:14px;}
.green_str{ color:#6C6; font-weight:bold; font-size:14px;}

