/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #3C3B3B;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back.gif) repeat top left;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #3C3B3B; text-decoration: none; }
a:visited { color: #3C3B3B; text-decoration: none; }
a:hover   { color: #209BBE; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }




/* head
--------------------------------------------*/

#head {
	background: url(../images/common/headBack.gif) repeat-x top left;
	height: 82px;
}

#headwrapp {
	margin: 0px auto;
	width: 842px;

	height: 82px;
}

#headwrapp:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #headwrapp {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#headwrapp h1 {
	float: right;
	font-size: 85%;
	color: #FFFFFF;
	margin: 60px 10px 0px 0px;
}

#headwrapp h2 {
	float: left;
}




#contentwrapp {
	background: url(../images/common/contentBack.gif) repeat-y top left;
	width: 858px;
	margin: 0px auto;
}


#othercontentwrapp {
	width: 854px;
	margin: 0px auto;
}





#othercontentwrapp:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #othercontentwrapp {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}








