@charset "EUC-JP";

/**************************************************
* 全体
**************************************************/
body{
	background-color:#ffffff;
}

.allArea{
	width:895px;
	margin:0px auto 0px auto;

}

.bodyArea{
	background:url(../../img/back_menu.jpg) repeat-y;
}

.leftArea{
	width:150px;
	float:left;
	list-style:none;
}

.rightArea{
	width:745px;
	float:left;
	list-style:none;
}

.pageTop{
	text-align:right;
	padding-bottom:3px;
}

.txtRed{
	color:#CC0000;
}

/**************************************************
* ヘッダ
**************************************************/
.headArea{
	width:100%;
	height:80px;
}

.headArea h1{
	width:150px;	height:80px;
	background:url(../../img/logo.jpg) no-repeat;
	text-indent:-9999px;	
}

.headArea .mainMenuArea{
	clear:both;
	background:url(../../img/btn_main_menu_none.jpg);
	
}

.headArea .mainMenuArea img{
	border-right:solid 1px #FFFFFF;
}

.headArea .subMenu2{
	background:url(../../img/arrow3.jpg) left center no-repeat;
	padding-left:10px;
	margin-left:10px;
	
}

.headArea .searchArea td{
	vertical-align:middle;
	height:30px;
}

.headArea .searchBtn{
	border:solid 1px #cccccc;
	background-color:#999999;
	color:#FFFFFF;
	padding:1px;
	margin-left:5px;
	height:20px;
	font-size:11px;
}

.headArea .googleText{
	padding:1px;
	height:16px;
	border:solid 1px #cccccc;
}

.headArea .subMenu{
	background:url(../../img/arrow.jpg) left center no-repeat;
	padding-left:10px;
	margin-left:10px;
}

/**************************************************
* ボディ
**************************************************/
.bodyArea{
	width:100%;
}

.bodyArea .rightArea{
	line-height:20px;
}

.bodyArea .itemMenuArea{
	margin-bottom:5px;
}

.bodyArea .pageArea{
	padding:10px 0px 10px 10px;
	color:#666666;
}

.bodyArea .pankuzuArea{
	padding-bottom:5px;
}
.bodyArea .pankuzuArea span,
.bodyArea .pankuzuArea a{
	float:left;
}

.bodyArea h2{
	font-size:12px;
	font-weight:normal;
	float:left;
}

.bodyArea .mainArea{
	clear:both;
}

.sideBannerArea{
	color:#cccccc;
	font-size:10px;
}
/**************************************************
* フッタ
**************************************************/
.footArea{
	width:100%;
	padding:5px;
	line-height:25px;
}

.footArea .footLogo{
	background:url(../../img/logo2.jpg) center center no-repeat;
	width:143px;	height:41px;
	text-indent:-9999px;
	margin-right:10px;
}

.footArea .footMenu{
	border-top:dotted 1px #CCCCCC;
	padding-top:5px;
}

.footArea .footMenu li{
	float:left;
	list-style:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#999999;
}

/* 各種設定 */
A{
	color:#666666;
	text-decoration:none;
}
A:link	{color:#666666}
A:visit	{color:#640C0C}
A:hover	{color:#990000;}


/*float_setting */
.headArea,
.bodyArea,
.footArea,
.leftArea,
.rightArea
{	display:inline-block;
}

.headArea:after,
.bodyArea:after,
.footArea:after,
.leftArea:after,
.rightArea:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}