@charset "utf-8";
/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #3E3C3C;
	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 table{
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #3E3C3C; text-decoration: none; }
a:visited { color: #3E3C3C; text-decoration: none; }
a:hover   { color: #0CD3C7; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }


/* container
------------------------------------------*/
#container {
	width: 879px;
	margin: 0px auto;
	background: url(../images/common/contentBack.gif) repeat-y top left;
	text-align: left;
}



.contentWrap {
	margin-left: 43px;
}

.contentWrap:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .contentWrap {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#container .head {
	padding-left: 17px;
	position: relative;
}

#container .head h1 {
	font-size: 85%;
	position: absolute;
	top: 5px;
	left: 25px;
	color: #8c5454;
}

#container .underHead {
	width: 793px;
}
	


#container .cntBlock:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #container .cntBlock {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	
	
#container .underHead .logo {
	width: 119px;
	float: left;
}

#container .underHead .bt {
	float: right;
}


#container .underHead .bt li {
	display: inline;
}



#container .contentWrap .cntBlock {
	width: 794px;
	padding-bottom: 15px;
}

.contentWrap .cntBlock:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .contentWrap .cntBlock {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#container .contentWrap .cntBlock .cntBlockLeft {
	width: 546px;
	float: left;
}

#container .contentWrap .cntBlock .blockImage {
	float: right;
	text-align: right;
	padding-top: 15px;
}

#container .contentWrap .cntBlock .blockImage .title {
	font-weight: bold;
}

#container .pagetop {
	width: 793px;
	text-align: right;
	padding: 5px 0px 3px 0px;
}

#container .pagetopMiddle {
	width: 793px;
	text-align: right;
	padding: 0px 0px 3px 0px;
}

#container .space {
	padding-top: 8px;
}

#container .textBottom {
	padding-bottom: 30px;
}

#container .contentWrap .cntBlock .blockImage .goYahoo {
	padding-top: 25px;
}

#container .goReccela {
	padding: 30px 0px 0px 0px;
}

.hide {
	display: none;
}

/* footWrap
--------------------------------------------*/
#footWrap {
	width: 879px;
	background: url(../images/common/footBack.gif) no-repeat top left;
	height: 180px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	color: #8c5454;

}

#footWrap a:link    { color: #8c5454; text-decoration: none; }
#footWrap a:visited { color: #8c5454; text-decoration: none; }
#footWrap a:hover   { color: #0CD3C7; text-decoration: none; }
#footWrap a:active  { color: #D1D63B; text-decoration: none; }



#footWrap .footNav {
	padding: 20px 0px 0px 48px;
	font-size: 85%;
}

#footWrap .footAdress {
	text-align: right;
	position: absolute;
	top; 40px;
	right: 135px;
	font-size: 85%;
	background: url(../images/common/suzuran.gif) no-repeat top left;
	padding-top: 5px;
}



#footWrap .member {
	position: absolute;
	top: 45px;
	left: 48px;
	font-size: 85%;
	line-height: 1.1;
}

#footWrap .copyRights {
	position: absolute;
	top: 130px;
	right: 0px;
}





