@charset "utf-8";

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #595959;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back_01.gif) repeat left top;
}
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: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #860f10; text-decoration: underline; }
a:active  { color: #cb6768; text-decoration: none; }


/* Head
---------------------------------------------*/
#head {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	background: url(../images/common/head_back.gif) no-repeat center top;
}
#headContent {
	position: relative;
	width: 850px;
	height: 91px !important;
	height /**/: 115px;
	margin: 0px auto;
	padding-bottom: 24px;
	background: url(../images/common/head_back.gif) repeat-y center top;
}
#head h1 {
	font-size: 85%;
	text-align: right;
	padding-top: 7px;
	margin-right: 35px;
}
#head #headContent h2 {
	position: absolute;
	width: 185px;
	left: 35px;
	top: 0px;
}
#headContent ul {
	position: absolute;
	width: 511px;
	right: 35px;
	top: 36px;
}
#headContent li {
	display: inline;
}





/* ContentWrap
---------------------------------------------*/
#contentWrap {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/common/content_back_common.gif) repeat-y left top;
	text-align: center;
}



/* banner
---------------------------------------------*/
#secondary {
	width: 175px;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 35px;
}

#secondary ul {
	background: url(../images/menu/secondary_menu_back.gif) repeat-y left top;
	padding-bottom: 30px;
}

#secondary .stuffBnner {
	background: url(../images/menu/secondary_menu_back.gif) repeat-y left top;
	padding-bottom: 30px;
}



/*banner top以外
----------------*/

#secondary #banner {
	width:161px;
}


#secondary #banner .bannerhead {
	margin-bottom: 7px;
}

#banner .bannerCommentSmall {
	width:161px;
	margin-left: 7px;
	margin-bottom:5px;
	background:url(../images/banner/banner_back_small.gif) no-repeat top left;
	padding: 5px 0px 5px 5px;
	font-size: 85%;
	line-height:1.2;
	color: #676767;
}
.bannerCommentSmall span {
	padding-right:5px;
}




/* Content
---------------------------*/






/* foot
---------------------------------------------*/
#foot {
	width: 780px;
	margin: 0px auto;
	position: relative;
	clear: both;
	font-size: 100%;
	text-align: right;
	line-height: 1.2;
	padding-top: 70px;
	background: url(../images/common/foot_back_common.gif) repeat-y left top;
}
#foot ul {
	width: 780px;
	font-size: 90%;
	padding-bottom: 25px;
	background: url(../images/common/content_foot_line.gif) no-repeat left bottom;
}
#foot li {
	display: inline;
}

#foot .address {
	font-size: 85%;
}
#foot .copyright {
	font-size: 85%;
	padding-bottom: 30px;
}














