/* CSS Document */


/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #333333;
	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: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #CD25A0; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }


/* head
---------------------------------------------*/
#headwrap {
	background: url(../images/common/headBack.gif) repeat-x top center;
}

#headwrap .head {
	width: 900px;
	margin: 0px auto;
	background: url(../images/common/contentBack.gif) repeat-y top left;
	text-align: left;
}

#headwrap .head .headImage {
	position: relative;
	width: 890px;
	margin-left: 5px;
}

#headwrap .head .headImage h1 {
	font-size: 85%;
	position: absolute;
	top: 0px;
	right: 60px;
	color: #FFFFFF;
}

#headwrap .head .headImage h2 {
	position: absolute;
	top: 0px;
	left: -40px;
}


/* contentwrap
---------------------------------------------*/
#contentwrap {
	width: 900px;
	margin: 0px auto;
	background: url(../images/common/contentBack.gif) repeat-y top left;
	text-align: left;
}

#contentwrap:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #contentwrap {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* bt
---------------------------------------------*/

#bt {
	margin-left: 5px;
	width: 890px;
}

#bt li {
	display: inline;
}


/* sideNav
---------------------------------------------*/

#contentwrap .sideNav {
	width: 204px;
	float: left;
	padding: 0px 0px 0px 5px;
}


#contentwrap .sideNav .bannerSet {
	margin: 17px 0px 0px 9px ;
	width: 178px;
}

#contentwrap .sideNav .bannerSet .bannerText {
	font-size: 70%;
	background: url(../images/common/sideTextBack.gif) no-repeat top left;
	padding: 5px 0px 0px 5px;
	width: 178px;
}



html:not([lang*=""]) #contentwrap .sideNav .bannerSet .bannerText {
	font-size: 85%;
}

/* content
---------------------------------------------*/
#contentwrap .content {
	width: 644px;
	float: right;
	margin-right: 24px !important;
	margin-right/**/: 12px;
}

#contentwrap .content .cntBlock {
	width: 644px;
	background: url(../images/common/textBack.gif) repeat-y top left;
	margin-bottom: 10px;
}

#contentwrap .content .cntBlock .bottomSet {
	width: 644px;
	background: url(../images/common/textBackFoot.gif) no-repeat bottom left;
}

#contentwrap .content .cntBlock .bottomSet :after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #contentwrap .content .cntBlock .bottomSet {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}





/* foot
---------------------------------------------*/
#footWrap {
	width: 900px;
	background: url(../images/common/contentBack.gif) repeat-y left top;
	margin: 0px auto;
	text-align: right;
	position: relative;
	font-size: 85%;
}

#footWrap .pagetop {
	text-align: right;
	padding: 0px 15px 3px 0px;
}

#footWrap .footFlower {
	position: absolute;
	top: 72px;
	left: 5px;
}


#footWrap .foot {
	width: 644px;
	display: block;
	background: url(../images/common/line.gif) no-repeat top left;
	padding-top: 15px;
	float: right;
	margin: 0px 15px 0px 0px !important;
	margin-right/**/: 8px;
}

#footWrap .foot .footNav {
	padding-right: 5px;
}

#footWrap .foot .adress {
	padding: 15px 5px 0px 0px;
}

*html #footWrap .foot .adress .footTxt {
	font-size: 80%;
}

*+html #footWrap .foot .adress .footTxt {
	font-size: 80%;
} 

html>/**/body #footWrap .foot .adress .footTxt {
	font-size /*\**/: 80%\9;
} 

#footWrap .copy {
	width: 900px;
	background: url(../images/common/footBack.gif) no-repeat bottom left;
	padding: 50px 0px 0px 0px;
	clear: right;
}






















