@charset "utf-8";
/*--------初期解除----------*/
html {
	color: #473216;
	background: #FFF; }
body {
 	font:normal x-small/1.2;
	font-family: Verdana,"ＭＳ Ｐゴシック","メイリオ",Osaka,sans-serif;/*公開前*/
	/*font-family: "ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"メイリオ",Meiryo,Verdana,Osaka,sans-serif;公開後*/
	color: #473216;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.1em;
	text-indent: 0;
	margin:  0;
	padding: 0;
	border: 0; }
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	text-indent: 0; }
img {
	border:none;
	vertical-align:top; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
fieldset { border: none; }
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit; }
input,button,textarea,select,optgroup,option { *font-size: 100%; }

/*---------初期設定---------*/
p {
	padding:5px 0; }
a {
	color: #473216;
	overflow:hidden;
	text-decoration:underline; }
a:hover {
	color: #0074AE;
	text-decoration:none; }
input,button,textarea,select,optgroup,option {
	font-size:100%;
	padding:2px;
	color:#473216;
	/*font-family:"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"メイリオ",Meiryo,Verdana,Osaka,sans-serif;公開後*/
	font-family:Verdana,"ＭＳ Ｐゴシック","メイリオ",Osaka,sans-serif;/*公開前*/
	line-height:100%; }
 

/*---------テンプレートスタイル---------*/
#wrapper{
	background:url(../camp/images/body_bg.jpg) repeat-y left top;
	width:800px;
	padding:5px 10px 20px 10px;
	margin:0 auto;}


/*****ヘッダー*****/
#header{
	background:url(../img/Header_bg.jpg) no-repeat 600px -20px;
	border-bottom:20px solid #745715;
	width:800px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;}
#header h1{
	float:left;
	padding:0;
	width:450px;}
#header h2{
	font-size:11px;
	padding:50px 0 0 0;
	margin:0;
	letter-spacing: 0.1em;
	display:block;
	text-align:right;}

/*****コンテンツ*****/
#content{
	width:800px;
	margin:0 0 30px 0;}

#content .topic_path{
	background:url(../img/Line.jpg) no-repeat left bottom;
	padding:10px 0 20px 0;
	margin:0 0 15px 0;}
#content .topic_path li{
	display:inline;
	padding:5px 10px 5px 25px;}
#content .topic_path li.icon_home{
	background:url(../img/mark_sakura.jpg) no-repeat left center;}
#content .topic_path li.icon_arrow{
	background:url(../img/mark_Arrow.jpg) no-repeat left center;}
#content .topic_path li.icon_window{
	background:url(../img/new-window.gif) no-repeat left center;}

/*****フッター*****/
#footer{
	border-top:solid 5px #745715;
	width:800px;
	padding:10px 0 0 0;}
#footer address{
	text-align:center;}
	









