@charset "utf-8";
/* CSS Document */

/* body */

html {
	height:100%;
	width:100%;
	background: #FFF;
}
body {
	font: 62.5%/1.7 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background:	#FFF url(../common/bg_body.jpg) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* for IE7 fonts */
*+html body {
	font-family: "メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
}
/* for IE6 fonts */
*html body {
	font-family: "MS P ゴシック","MS P Gothic",sans-serif;
}

/* ------ link ------ */

a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}

/* ----- ラッパー ----- */

#wrapper {
	text-align: center;
	height: auto;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}

/* ----- ヘッダー ----- */

#header {
	background: #000 url(../common/bg_header.jpg) no-repeat right top;
	height: 153px;
	width: 820px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 3px solid #000;
	padding-top: 10px;
}
#header h1 {
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

/* ----- メイン ----- */

#wrapper #main {
	background: url(../common/bg_main.jpg) repeat-x left top;
	text-align: left;
	height: auto;
	width: 810px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ----- コンテンツ ----- */

#main #contents {
	font-size: 120%;
	float: right;
	height: auto;
	width: 590px;
	padding-top: 20px;
}
#contents #intro {
	font-size: 110%;
	background: url(../common/bg_intro.gif) repeat-x left top;
	padding: 13px;
	border: 1px solid #AAA;
	color: #333;
}
#contents #intro h2 {
	font-size: 140%;
	color: #000;
	line-height: 60px;
	margin-bottom: 30px;
}
#contents #intro p {
	margin-top: 15px;
}
#contents h4 {
	font-size: 130%;
	line-height: 30px;
	color: #FFF;
	background: #5A5A5A;
	margin-top: 20px;
	padding-left: 10px;
}
#contents ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents ul li {
	line-height: 26px;
	border-bottom: 1px solid #AAA;
	background: url(../common/arrow_s.gif) no-repeat 0px 9px;
	padding-left: 13px;
}
/* ----- メニュー ----- */

#main #side {
	font-size: 120%;
	float: left;
	height: auto;
	width: 190px;
	margin-top: 20px;
	color: #B94B00;
}
#side #menu {
	float: right;
	width: 180px;
	padding-top: 15px;
}
#menu h4 {
	line-height: 32px;
	background: url(../common/arrow.gif) no-repeat 2px 8px;
	padding-left: 25px;
	border-bottom: 1px solid #AAA;
	font-size: 100%;
}
#menu .menutitle {
	line-height: 16px;
	height: 45px;
}
#menu .noarrow {
	background: url(none);
	padding-left: 5px;
}
#side #menu a {
	color: #B94B00;
}
#menu ul {
}
#menu ul li {
	background: url(../common/arrow.gif) no-repeat 20px 7px;
	padding-left: 43px;
	line-height: 32px;
	border-bottom: 1px solid #BEBEBE;
	color: #B94B00;
}

/* ----- フッター ----- */

#wrapper #footer {
	text-align: right;
	clear: both;
	height: 70px;
	padding-top: 8px;
	border-top: 3px solid #000;
	padding-right: 20px;
	font-size: 110%;
}
#footer ul li {
	display: inline;
}
#footer .copyright {
	color: #666;
	margin-top: 20px;
	clear: both;
}

