@charset "UTF-8";

/*-------------------------------------------
Base Setting
-------------------------------------------*/
/*body,select,input,textarea{-webkit-text-size-adjust: none;}
#contentBodyMain .spImage{display:none;}*/
#tableDisplayArea{display:none;}

/*-------------------------------------------
ALL
-------------------------------------------*/
#contentAll{width:100%;}

/* brand header
---------------------------------------------------------- */
/* brandHeadAll */
#brandHeadAll{
	width:100%;
	min-width:678px;
	margin:0px;
	padding:0px;
	border-bottom:#2f50a5 2px solid;
	}

/* brandHead */
#brandHeadAll #brandHead{
	width:auto;
	padding:9px 10px 8px;
	margin:0px auto;
	position:relative;
	}
	
#brandHeadAll #brandHead #brandHeadLogo{float:left; width:auto;}
#brandHeadAll #brandHead #brandHeadNavi{float:right; width:auto; 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;
	}

	#brandHeadAll #brandHead #brandHeadNavi p a         {text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:link    {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:visited {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:hover   {color:#4c4c4c;text-decoration:none;}
	#brandHeadAll #brandHead #brandHeadNavi p a:active,
	#brandHeadAll #brandHead #brandHeadNavi p a:focus   {color:#4c4c4c;text-decoration:none;}

/* brand footer
---------------------------------------------------------- */

/* Content Foot */
#contentFoot{
	width:100%;
	background:#ffffff;
	min-width:678px;
	}

#contentFoot .footSiteLink{
	border-top:1px solid #e2d2af;
	border-bottom:1px solid #e2d2af;
	background:#fdf0cc;
	padding:10px 0px 0px;
	min-width:320px;
	}
	#contentFoot .footSiteLink ul{
		width:100%;
		margin:0px auto;
		font-size:12px;
		line-height:1.1;
		text-align:center;
		}
	#contentFoot .footSiteLink ul li{
		display:inline-block;
		vertical-align:top;
		border-left:1px solid #f1e3c0;
		padding:0px 15px;
		margin-bottom:10px;
		}
	#contentFoot .footSiteLink ul li:first-child{
		display:inline-block;
		vertical-align:top;
		border-left:none;
		}
	#contentFoot .footSiteLink ul li a{
		color:#996600;
		/*text-decoration:none !important;*/
		}

/* copyRigntArea */
#contentFoot .copyRigntArea{
	/*border-top:#cccccc 1px solid;*/
	background:#fff;
	padding:10px;
	width:auto !important;
	margin:0px auto;
	}
	#contentFoot .copyRigntArea p.copyRignt{
		width:70%;
		float:left;
		font-size:10px;
		color:#666;
		padding-top:5px;
		}
	#contentFoot .copyRigntArea p.logoFoot{
		width:30%;
		float:right;
		font-size:0;
		line-height:0;
		text-align:right;
		}
