/* 初期設定／リセット
---------------------------------------------------- */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	zoom:1;
}

html {
	overflow-y:scroll;
}

html,body{
	height:100%;
}

li{
	list-style-type: none;
}

img{
	border:0;
	vertical-align:top;
}


table{
	border-collapse:collapse;
}

td,th{
	vertical-align:top;
}

th{
	text-align:left;
}


/* 基本要素
---------------------------------------------------- */

body{
	color:#000000;
	background:#b49b82;
}

a		{ color:#ff6600;}
a:link	{}
a:visited	{}
a:hover	{ color:#ff9966;}
a:active	{}


/* 見出し
---------------------------------------------------- */

h1{
}

h2{
}

.section h3{
	padding-bottom:10px;
}

.section h4{
	color:#cc6633;
	font-weight:bold;
}

h5{
}

h6{
}


/* レイアウト
---------------------------------------------------- */
#container{
	width:730px;
	padding:0px 10px;
	 height:100%;
	 min-height:100%;
	 background:url(../images/bg.gif);
	 margin:0px auto;
}

body>#container{
	height:auto;
}


#contents{
}

#wrapper{
}

#main{
	width:550px;
	float:right;
}

#sub{
	width:180px;
	height:705px;
	float:left;
	background:url(../images/navibg.gif) 0px 67px no-repeat;
}

#sub p{
	padding-top:18px;
	padding-left:20px;
}


/* ヘッダー
---------------------------------------------------- */

#header{
}

#header p{
	background:#422100;
	color:#FFFFFF;
	font-size:10px;
	padding:1px 10px;
}


/* ナビゲーション
---------------------------------------------------- */

#navi{
	padding-top:27px;
	padding-left:20px;
}

#navi li{
	font-size:0;
}


/* フッター
---------------------------------------------------- */

#footer{
	clear:both;
	margin:0px 10px;
	padding-top:5px;
	padding-bottom:20px;
	text-align:right;
	border-top:solid 1px #663300;
}


/* セクション
---------------------------------------------------- */

.section{
	padding-bottom:1em;
	clear:both;
	padding-left:10px;
	width:530px;
}

.section p,
.section ul,
.section ol,
.section dl{
	padding-bottom:1.5em;
}


/* ブロック
---------------------------------------------------- */

.block{
}


/* 全ページ共通
---------------------------------------------------- */

#lead{
}

#pagetop{
}


/* clearfix設定
---------------------------------------------------- */

.section:after,
.block:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.clear{clear:both;}

/* その他
---------------------------------------------------- */

.section em{
	font-style: normal;
	font-weight: normal;
	color:#ff6600;
}

.section strong{
	font-style: normal;
}

#count{
	display:none;
}
