@charset "Shift_JIS";
/******************************************/
/*各ブラウザのデフォルトスタイルをリセット*/
/******************************************/
* {
	margin: 0px;
	padding: 0px;
}
/******************************************/
/*HTMLタグの基本設定*	text-align: center;/

/******************************************/
#wrapper {
	width: 850px;
	height: auto;

	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	padding: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background: #F2E6CB url(../img/head-img-back.gif) repeat-x scroll center top;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", osaka, sans-serif;
}
img { border: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-indent: -9999px;
	width: 360px;
	height: 165px;
	float: left; }
h2 {
	font-size: 16px;
	font-weight: bold;
	text-indent: -9999px;
	width: 850px;
	line-height: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
}

p { 
	color: #666666;
	font-size: 12px;
	line-height: 18px; }
iframe {
	margin-top: 10px;
	float: right;
}
/******************************************/
/*全ページ共通のボックス*/
/******************************************/
#header {
	width: 850px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/head-img.gif);
	height: 165px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 60px;
	width: 850px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/bokashi-footer.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

/******************************************/
/*ヘッダ内リンク部の指定*/
/******************************************/
#header ul {
	font-size: 12px;
	text-align: right;
	width: 450px;
	float: right;
	display: block;
	color: #333333;
	height: 12px;
	padding-bottom: 49px;
	padding-top: 104px;
}

#header li {
	text-align: right;
	height: 12px;
	float: left;
	list-style-type: none;
	display: block;
	color: #333333;
}

#header a:link {
	color: #333333;
	text-decoration: none;
	height: 12px; }
#header a:visited {
	text-decoration: none;
	color: #333333;
	height: 12px; }
#header a:hover {
	text-decoration: underline;
	color: #333333;
	height: 12px; }
#header a:active {
	text-decoration: none;
	color: #333333;
	height: 12px; }

