sbody {
	background-color:#FFFFFF;
	margin-top:0px;
	text-align:center;
	line-height:20px;
	font-size:13px;
}


/*------ 共通定義 ---------*/
*{
	margin:0px;
	padding:0px;
}

img{
	border:0px #FFFFFF solid;
}

a:link { color: #CC0000; }
a:visited { color: #CC0000; }
a:hover { color: #FF8C00; }
a:active { color: #CC0000; }

.orange{
	color:#FF9933;
}

/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	visibility		: hidden;
	content			: ".";
	line-height		: 0;
}
.clearfix {
	display			: inline-table;
	min-height		: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
}
.clearfix {
	display			: block;
}
/* END OF FOR MAC IE */




/*------- ヘッダーエリア ----------*/
#head_frame{
	background:url(/img/bg_head.jpg) ;
}

#head{
	width:900px;
	height:145px;
	margin:0 auto;
	position:relative;

}
	#head #logo{
		position:absolute;
		top:0;
		left:0;
	}
	#head #mainvisu{
		position:absolute;
		top:97px;
		left:0px;
	}
	#head h1{
		position:absolute;
		top:40px;
		right:10px;
		font-size:100%;
		font-weight:normal;
		font-family:"メイリオ","Meiryo",sans-serif;
	}
	#head ul{
		position:absolute;
		top:67px;
		left:0px;
		list-style-image:url(/img/bg_li.gif);
		list-style-position: inside;

	}
		#head ul li{
			float:left;
			color:#ffffff;
			margin-right:20px;
			font-size:90%;
		}
	#head a {text-decoration: none;}
	#head a:link { color: #ffffff; }
	#head a:visited { color: #ffffff; }
	#head a:hover { color: #FF8C00; }
	#head a:active { color: #ffffff; }

#path{
	width:882px;
	margin:5px auto 5px auto;
	text-align:left;
}
/*------- コンテンツエリア ----------*/

#content{
	width:900px;
	height:auto;
	margin:10px auto 0 auto;
	border:0px #EAEAEA solid;
}
	#main_content{
		float:right;
		width:700px;
		height:auto;
		text-align:left;
	}
		#main_content h2,h3{
			font-size:200%;
			font-weight:normal;
			font-family:"メイリオ","Meiryo",sans-serif;
			line-height:28px;
			color:#000000;
			margin:0 0 20px 0;
		}
		#main_content #path{
			height:30px;
			width:700px;
		}
		#main_content p{
			margin:0px 0 0px 0px;
			font-size:90%;
			line-height:22px;
		}
		#main_content .tbl_ad{
			margin:10px;
		}
			#main_content .tbl_ad .col2{
				width:200px;
			}
		#main_content #box_list{
			width:700px;
			margin:20px 0 0 0;
		}
			#main_content .box_sozai{
				width:190px;
				float:left;
				height:195px;
				border:1px #E1E1E1 solid;
				margin:0 10px 10px 0;
				text-align:center;
				padding:10px;
			}
			#main_content .box_detail{
				width:450px;
				height:auto;
				padding:20px;
				margin:20px 0 5px 100px;
				border:1px #cccccc solid;
				text-align:center;
			}
			#main_content .box_desc_title{
				width:500px;
				height:auto;
				background-color:#cccccc;
				padding:5px;
				margin:0px 0 0px 100px;
				border:1px #cccccc solid;
				text-align:left;
				font-size:90%;
			}
			#main_content .box_desc{
				width:500px;
				height:auto;
				padding:5px;
				margin:0px 0 20px 100px;
				border:1px #cccccc solid;
				text-align:left;
				font-size:90%;
				line-height:22px;
			}

			.red{
				color:red;
			}
			#main_content table{
				border-collapse:collapse;
				border-left:1px solid #cccccc;
				border-top:1px solid #cccccc;
				margin:20px 0 20px 50px;
				text-align:left;
				width:500px;
			}

			#main_content table th {
				background-color:#E4E4E4;
				border-bottom:1px solid #cccccc;
				border-right:1px solid #cccccc;
				font-weight:normal;
				padding:8px;
				font-size:90%;
			}
			#main_content table td {
				background-color:#ffffff;
				border-bottom:1px solid #cccccc;
				border-right:1px solid #cccccc;
				padding:8px;
				font-size:90%;
			}
	#sub_content{
		float:left;
		width:180px;
		height:auto;
		text-align:left;
	}
		#sub_content .menu{
			background:url(/img/bg_menu.jpg) no-repeat;
			width:178px;
			height:28px;
			padding:7px 0 0 7px;
			font-size:110%;
			font-family:"メイリオ","Meiryo",sans-serif;
		}
		#sub_content .box_menu{
			border:1px #E1E1E1 solid;
			background-color:#F4F4F4;
			width:176px;
			height:auot;
			margin:0 0 10px 0;
		}
		#sub_content ul{
			margin:5px 0 5px 10px;
			list-style-type: none;
			list-style-image:url(/img/bg_li.gif);
			list-style-position: inside;

		}
			#sub_content ul li{
				margin:10px 0 0 0;
				text-align:left;
				font-size:90%;
			}
		#sub_content img{
			margin:0 0 5px 0;
		}


#footer{
	background-color:#EAEAEA;
	height:200px;
	margin:20px auto;
}


