@charset "UTF-8";
/*base.css */
/* 全体*/
* {
	margin: 0;
	padding: 0;
	}

body {
	color: #666666;
	text-align: center;
	margin-top: 0px;
	word-spacing: 0.2em;
	background: #FFFDDE url(../img/body_bg.gif) no-repeat center -65px;
	font: 12px/1.6 Arial, Helvetica, sans-serif,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック","MS P ゴシック",'メイリオ';
}

/* for WinIE6*/
* html body {
  font-size: 75%;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
/* for WinIE7*/
*:first-child+html body {
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, sans-serif;
}

/*------------komidasi textsize------------*/
/* for WinIE6*/
* html .komidasi {
	font-size: 100%;
}
/* for WinIE7*/
*:first-child+html .komidasi {
	font-size: 100%;
}
/*------------------------*/




#outlinebg {
	width:810px;
	margin: 0px auto;
	background: url(../img/outline_bg.jpg) repeat-y;
}
#outline {
	width:800px;
	text-align:left;
	margin: 0px auto;
}
ul li {
	list-style-type: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.c-both {
	clear: both;
}

/* header */
#header {
	height: 116px;
	width: 100%;
	background: #CC8C44 url(../img/header_bg.jpg) repeat-x;
}
#headervisual {
	height: 116px;
	background: url(../img/header.jpg) no-repeat center;
	text-align: center;
	width: 100%;
}
#headervisual #headspace {
	margin: 0px auto;
	height: 116px;
	width: 810px;
	text-align: left;
}
#header #headervisual #headspace #headttl h1 a {
	font-size: 13px;
	line-height: 60px;
	color: #CCFF00;
	display: block;
	height: 116px;
	width: 350px;
	text-indent: 7px;
	text-shadow: 0px 2px 3px #333333;
}
/* for WinIE*/
* html #header #headervisual #headspace #headttl h1 a {
	font-size: 13px;
	line-height: 60px;
	color: #CCFF00;
	display: block;
	height: 116px;
	width: 350px;
	text-indent: 7px;
	/* for WinIE*/
	filter: dropshadow(color=#333333,offX=0,offY=2);
}



/* header sub menu */
#headersubmenu{
	height: 16px;
	width: 255px;
	position: absolute;
	margin-left: 550px;
	top: 98px;

	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#headersubmenu #hsm0{
	background: url(../img/headersub_bg.jpg) no-repeat 0px 0px;
	float: left;
	height: 16px;
	width: 80px;
}
#headersubmenu #hsm1 a {
	position: relative;
	float: left;
	display: block;
	height: 16px;
	width: 95px;
	font-size: 10px;
	line-height: 10px;
}
#headersubmenu #hsm1 a p {
	position: absolute;
	background: url(../img/headersub_bg.jpg) no-repeat -80px 0px;
	height: 16px;
	width: 95px;
	top:0px;
	left:0px;
	cursor: pointer;
}
#headersubmenu #hsm1 a:hover p {
	background: url(../img/headersub_bg.jpg) no-repeat -255px 0px;
}
#headersubmenu #hsm2 a {
	position: relative;
	float: left;
	display: block;
	height: 16px;
	width: 80px;
	font-size: 10px;
	line-height: 10px;
}
#headersubmenu #hsm2 a p {
	position: absolute;
	background: url(../img/headersub_bg.jpg) no-repeat -175px 0px;
	height: 16px;
	width: 80px;
	top:0px;
	left:0px;
	cursor: pointer;
}
#headersubmenu #hsm2 a:hover p {
	background: url(../img/headersub_bg.jpg) no-repeat -350px 0px;
}



/* main */
#main {
	width:630px;
	margin: 0px;
	float: right;
}
#mainspace {
	margin: 15px;
}
#mainspace #ad-main {
	text-align: center;
	margin: 50px 0px 30px;
	height: auto;
	width: auto;
}
/* side  */
#side {
	width:170px;
	margin: 0px;
	float: left;
	background: url(../img/side_bg.jpg) no-repeat;
}
#side #ad-side {
	height: auto;
	width: 120px;
	margin: 50px 25px 30px;
}

/* footer */
#footer {
	text-align: center;
	font-size: 80%;
	color: #CC8C44;
	border-top: solid 1px #CFCCB7;
	clear: both;
	background-color: #FFFFFF;
	height: 17px;
}
#footer a {
	color: #CC8C44;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footerbg {
	width:810px;
	height: 11px;
	margin: 0 auto;
	background: url(../img/footer_bg.gif) no-repeat;
}
/* パンくずリスト*/

#main #pankuzu {
	height: 17px;
	background: url(../img/pankuzu_bg.jpg) no-repeat;
}
#main #pankuzu h2 {
	font-size: 80%;
	text-align: right;
	font-weight: normal;
	margin-right: 15px;
	line-height: 17px;
	height: 17px
}
#main #pankuzu h2 a {
	color: #666666;
}

#main #pankuzu h2 a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#navi-nocss {
	display: none;
}
