/*************************************
 HTML COMMON
*************************************/

body { margin:0; padding:0; font-size:12px; color: #333; text-align:left; border-top:3px solid #393;
	background: url(../pic/menu_bar_bg2.gif);
	background-repeat: repeat-x;
	background-position: 0 2px;
}

div, td, p, form { margin:0; padding:0; font-size:12px; color: #333; text-align:left;}
table {	border-collapse: collapse;}
img { border: 0px;}
ul{margin:0 0 0 25px; padding:0;}
input { margin:0; padding:0; font-size:14px; color: #333; text-align:left;}
textarea { margin:0; padding:0; font-size:14px; color: #333; text-align:left;}

h1 {font-size:12px; font-weight:normal; margin:3px 5px 0 0; padding:0; color:#999; text-align:right;}
h2 {font-size:12px; font-weight:normal; margin:0px;}
h3 {font-size:12px; font-weight:normal; margin:0px;}
h4 {font-size:12px; font-weight:normal; margin:0px;}

/*=============================
 * main frame
 *=============================*/

#header{
	margin:5px auto 0 auto;
	width:800px;
}
	#header_left{
		width:200px;
		float:left;
	}
	#header_right{
		width:600px;
		float:left;
		text-align:center;
	}

#top_menu{
	clear:both;
	margin:0 auto 0 auto;
	width:800px;
}
	#top_menu ul{
		margin:0;
		padding:0;
		overflow:hidden;
		height:30px;
		list-style-type:none;
	}
	#top_menu li{
		margin: 0 2px 0px 0;
		float:left;
		font-size:12px;
		text-align: center;
		line-height:90%;
	}
	#top_menu li.m11{ width:80px; }
	#top_menu li.m12{ width:55px; }
	#top_menu li.m13{ width:45px; }
	#top_menu li.m15{ width:55px; }
	#top_menu li.m16{ width:55px; }
	#top_menu li.m17{ width:55px; }
	#top_menu li.m18{ width:50px; }
	#top_menu li.m21{ width:70px; }
	#top_menu li.m22{ width:70px; }
	#top_menu li.m23{ width:40px; }
	#top_menu li.m24{ width:60px; }
	#top_menu li.m25{ width:50px; }
	#top_menu li.m26{ width:40px; }
	#top_menu li.m2{ width:40px; }

	#top_menu a{
		display: block;
		padding: 7px 0 0 0;

		height:36px;
		color:#999;
		text-decoration: none;
		font-weight:normal;

		/* height=8(padding)+0(padding)+12(font)=20 < 26(ul height)*/
		background:url(../pic/menu_off.gif) repeat-x;

		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	#top_menu a.stay{
		color: #f90;
		background:url(../pic/menu_on.gif) repeat-x;

		border-top:1px solid #393;
		border-left:1px solid #060;
		border-right:1px solid #060;
	}

	#top_menu a:hover{
		color: #f90;
	}
#top_menu_bar{
	margin:0 auto 0 auto;
	padding:0;
	height:5px;
	border-bottom:3px solid #696;
	background:#363;
}


#ntc1{
	margin:0px auto 15px auto;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:3px;
}
	#ntc1 div.ntc1_ad1{
		width:800px;
		margin:3px auto 0 auto;
		text-align:left;
	}
#ntc2{
	margin:0 auto 30px auto;
	text-align:center;
}
#foot_ad{
	margin:0 auto 30px auto;
	text-align:center;
}

#container{
	margin:0 auto 0 auto;
	padding: 0 0 0 0;
	width:800px;
	background:#fff;
}
	#container #c11{
		float:left;
		width: 170px;
	}
	#container #c12{
		float:right;
		width: 615px;
		text-align:center;
	}
	#container #c21{
		float:right;
		width: 170px;
	}
	#container #c22{
		float:left;
		width: 615px;
		text-align:center;
	}

#footer{
	clear:both;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	background:#f0f0f0;
	border-top:1px solid #ccc;
}
	div#footer_top {
		margin: 0 auto 0 auto;
		padding: 0px 0px 0px 0px;
		border-top:1px solid #fff;
		text-align:center;
	}
		#footer_top ul{
			list-style-type:none;
			margin: 5px 0 5px 0;
			padding: 0;
			font-size: 11px;
		}
		#footer_top ul li{
			display: inline;
			padding: 0 5px;
			border-right:1px solid #ccc;
		}
		#footer_top ul li.last{
			border-right:0px;
		}
	#footer_btm{
		background: url(../pic/menu_bar_bg2.gif);
		background-repeat: repeat-x;
		background-position: 0 2px;
		clear:both;

		border-top:1px solid #363;
		text-align:center;
		line-height:120%;
		padding:3px 0 3px 0;
	}


/* 左メニューのボックス */
.box_left_menu{
	margin-bottom:10px;
	padding:0;
}
	.box_left_menu p.top{
		padding:5px 0px;
		text-align:center;
		background:url(../pic/box_t_170.gif);
		background-repeat: no-repeat;
		background-position: top;
		color:#666;
	}
	.box_left_menu p.bottom{
		padding:5px 0px;
		text-align:center;
		background:url(../pic/box_b_170.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.box_left_menu ul{
		color:#f90;
/*		list-style-type:none;*/
		list-style-position: inside; 
		margin: 0;
		padding: 0;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	.box_left_menu ul li{
		border-top:1px solid #f0f0f0;
		padding:5px 0 5px 8px;
		text-align:left;
	}

/* ページナビ */
.page_navi{
	background:#f0f0f0;
	padding:3px;
	margin-bottom:10px;
	font-size:11px;
}

/*************************************
 COMMON CLASS
*************************************/

.clearblock {	clear: both;}

.shadow_mgn{
	margin:0 0 0px 0;
	font-size: 1px;
	height: 20px;
	padding:0;
	background: url(../pic/menu_bar_bg2.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
}

.t_center{	text-align:center;}

.like_link{
	color:#b72;
	text-decoration:underline;
}

.imptnt{ color: #f00;}
.atntn{	color: #0c0;}

.link_page_top{text-align:right;}

/*************************************
 LINK
*************************************/

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover {background: transparent;}


/*************************************
msg
*************************************/
.msg{
	margin:0 auto;
	text-align:center;
}
.msg td{
	padding:15px;
	line-height:120%;
	background-color:#fff;
	border:2px solid #ccf;
}
.msg table{
	background-color:#f0f0ff;
}

.msg_400_mgn{
	margin:30px auto 30px auto;
	padding:3px;
	text-align:left;
	border:2px solid #f0f0f0;
	width:400px;
	background:#ccc;
}
	.msg_400 p, .msg_400_mgn p{
		background:#f0f0f0;
		border-top:1px solid #fff;
		border-bottom:1px solid #ccc;
		padding:5px;
		font-size:14px;
		font-weight:bold;
		color:#f90;
		text-align:center;
	}
	.msg_400 ul, .msg_400_mgn ul{
		margin:0;
		padding:5px 5px 5px 25px;
		background:#fff;
		line-height:150%;
	}
	.msg_400 ul li, .msg_400_mgn ul li{
		margin:0;
		padding:0;
	}


