@charset "UTF-8";

/*================================================
 common
================================================*/

	/* css reset
	------------------------------------------------*/
	body, #brandHeadAll, #brandHeadAll div, #brandHeadAll p,
	#brandHeadAll ul, #brandHeadAll li,
	#contentFoot, #contentFoot div, #contentFoot p,
	#contentFoot ul, #contentFoot li{margin:0px;padding:0px;}
	
	/* font family
	------------------------------------------------*/
	#brandHeadAll, #contentFoot{font-family: "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;}

	/* font size
	------------------------------------------------*/
	/*universal class > font size > ftMedium*/
	#brandHeadAll p, #brandHeadAll li, #contentFoot p, #contentFoot li{font-size:12px; line-height:1.6;}

	/* tags base setting
	------------------------------------------------*/
		/*p*/
		#brandHeadAll p,
		#contentFoot p{font-weight:normal;}
		
		/*ul*/
		#brandHeadAll ul    {list-style:none;}
		#brandHeadAll li    {display:list-item;}
		#brandHeadAll li img{vertical-align:bottom;}

		#contentFoot ul    {list-style:none;}
		#contentFoot li    {display:list-item;}
		#contentFoot li img{vertical-align:bottom;}
		
		/*img*/
		#brandHeadAll img,
		#contentFoot img{border:0px;}

	/* float clear
	------------------------------------------------*/
	br.clearFloat,
	img.clearFloat {clear:both;height:1px;}
	div.clearFloat {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}

	/* Display None */
	.noDisp {display:none;}

/*================================================
 brand header
================================================*/
/* brandHeadAll */
#brandHeadAll{
	width:100%;
	min-width:940px;
	margin:0px;
	padding:0px;
	border-bottom:#2f50a5 2px solid;
	background:#ffffff;
	}

/* brandHead */
#brandHeadAll #brandHead{
	width:940px;
	padding:9px 0px 8px;
	margin:0px auto;
	position:relative;
	}
	
#brandHeadAll #brandHead #brandHeadLogo{float:left; width:112px;}
#brandHeadAll #brandHead #brandHeadNavi{float:right; width:825px; text-align:right; padding:8px 0px;}
#brandHeadAll #brandHead #brandHeadNavi ul li{display:inline-block; padding:2px 10px; border-right:#cccccc 1px solid; font-size:0px; line-height:1px;}
#brandHeadAll #brandHead #brandHeadNavi ul li.first{border-left:#cccccc 1px solid;}

html*#brandHeadAll #brandHead #brandHeadNavi ul li{
	display:inline;
	zoom:1;
	}

/* brand footer
---------------------------------------------------------- */
/* Content Foot */
#contentFoot{
	width:100%;
	background:#fff;
	min-width:940px;
	}

#contentFoot .footSiteLink{
	border-top:1px solid #e2d2af;
	border-bottom:1px solid #e2d2af;
	background:#fdf0cc;
	padding:10px 0px;
	min-width:940px;
	}
	#contentFoot .footSiteLink ul{
		width:940px;
		margin:0px auto;
		font-size:12px;
		line-height:1.1;
		text-align:center;
		}
	#contentFoot .footSiteLink ul li{
		display:inline-block;
		vertical-align:top;
		font-weight:normal;
		border-left:1px solid #f1e3c0;
		padding:0px 15px;
		*border-left:expression((this._firstChild = (this.parentNode.getElementsByTagName('li')[0] == this) ) ? 'none' : '#f1e3c0 1px solid');
		}
	#contentFoot .footSiteLink ul li:first-child{
		display:inline-block;
		vertical-align:top;
		border-left:none;
		}
	#contentFoot .footSiteLink ul li a{
		color:#996600;
		}
	html*#contentFoot .footSiteLink ul li{
	display:inline;
	zoom:1;
		}

	#contentFoot .footSiteLink ul li a         {text-decoration:none;}
	#contentFoot .footSiteLink ul li a:link    {text-decoration:none;}
	#contentFoot .footSiteLink ul li a:visited {text-decoration:none;}
	#contentFoot .footSiteLink ul li a:hover   {text-decoration:underline;}
	#contentFoot .footSiteLink ul li a:active,
	#contentFoot .footSiteLink ul li a:focus   {text-decoration:underline;}

#contentFoot .copyRigntArea{
	background:#fff;
	padding:15px 0px;
	width:940px;
	margin:0px auto;
	}
	#contentFoot .copyRigntArea p.copyRignt{
		width:30%;
		float:right;
		font-size:10px;
		font-weight:normal;
		color:#666;
		text-align:right;
		padding-top:1.2em;
		}
	#contentFoot .copyRigntArea p.logoFoot{
		width:70%;
		float:left;
		font-size:0;
		line-height:0;
		text-align:left;
		}
	#contentFoot .copyRigntArea p.logoFoot img{width:100%; max-width:387px; height:auto; border:none;}

#tableDisplayArea{display:none;}
