@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      style_common.css
 Author:         
 Style Info:     トップページ・レイアウト用
----------------------------------------------------------- */



/* ______________________ デフォルト・セット Style --*/
body {
	font-family: Arial,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}

/* ____________________________________________ メイン・レイアウト Style --*/
div#wrapper {
	width: 1000px;
	margin: 0;
	padding: 0;
	text-align: left;
}





/* ______________________ ヘッダー Style --*/
#header{
	width: 100%;
	height: 88px;
}





/* ______________________ 左メニュー Style --*/
#leftArea	{
	margin: 0;
	background-image: url(../gif/moku_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 140px;
	min-height: 500px;
	_height: 500px;
	float: left;
}


/* ______________________ コンテンツ・エリア Style --*/
#main	{
	margin: 0 0 20px 0;
	width: 840px;
	float: right;
}

#mainImg	{
	margin: 20px 0;
	text-align: center;
}

#mainText	{
	margin: 0 auto 20px auto;
	width: 500px;
}

#logo	{
	margin: 20px 0;
	text-align: center;
}

#logo img	{
	margin: 0 30px 0 0;
}





/* ______________________ フッター Style --*/
#footer	{
	margin: 20px 0;
	_margin: 0 0 20px 0;
	padding: 10px 0;
	color: #660000;
	font-size: 0.8em;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}















/* ______________________ 共通 Style --*/
.clearFix:after {
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
}

.clearFix {
zoom: 1;
}

