@charset "utf-8";
@import url(./reset.css);

body {
	line-height: 1.4em;
	font-size: 12px;
	-webkit-text-size-adjust:none;
}

p {
	margin: 0 0 20px 0;
}

#wrapper {
	margin: 0 auto;
	width: 320px;
}

#header {
	position: relative;
	height: 79px;
	background: url(../images/header_bg.png) top repeat-x;
}

#header h1 {
	position: absolute;
	top: 12px;
	left: 10px;
}

#header .pc {
	position: absolute;
	top: 12px;
	right: 9px;
}

#header_menu {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#header_menu li {
	float: left;
	display: inline;
	height: 25px;
}

#header_menu li img {
	vertical-align: top;
}

#content h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	background: #865B36 url(../images/h3_bg.png) bottom repeat-x;
}

#content h4 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 10px;
	color: #B37D35;
	font-size: 13px;
	line-height: 16px;
	background: #fff url(../images/h4_bg.png) bottom repeat-x;
}

#content h5 {
	margin: 0 0 6px 0;
	color: #f90;
	line-height: 1.6em;
	border-bottom: solid 1px #FFB200;
}

#content table {
	margin: 0 0 20px 0;
}

#content table th {
	text-align: left;
}

#content .banner {
	margin: 0 0 4px 0;
}

#main {
	margin: 15px 0 30px 0;
}

#content .posts h3 {
	margin: 0;
}

#content .posts ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background: #eee url(../images/news_bg.png) bottom repeat-x;
}

#content .posts ul li .date {
	color: #666;
}

#content .posts ul li .title {
	color: #604D2F;
	font-weight: 800;
}

#content .more {
	margin: 10px 0;
	padding: 0 10px;
	text-align: right;
}

#content .more a {
	padding: 0 0 0 10px;
	color: #00f;
	background: #fff url(../images/more_bg.png) left no-repeat;
}

#footer_menu {
	margin: 0 0 5px 0;
	overflow: hidden;
}

#footer_menu li {
	float: left;
	display: inline;
}

#footer_menu li img {
	vertical-align: top;
}

.big {
	font-size: 14px;
	line-height: 1.4em;
}

.big2 {
	font-size: 16px;
	line-height: 1.4em;
}

.bigbig {
	font-size: 20px;
	line-height: 1.4em;
}

.bold {
	font-weight: 800;
}

.center {
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 8px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 8px;
}

.red {
	color: #f00;
}

.oflow {
	overflow: hidden;
	zoom: 1;
}

/* top */

#main.top {
	margin: 0;
}

#main.top h3 {
	margin: 0;
}

/* other */

#main_image {
	margin: 0 0 4px 0;
}

.name {
	margin: 0 0 10px 0;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.4em;
	color: #614320;
}

#main.detail .date {
	margin: 0 0 10px 0;
	color: #666;
}

#list_body {
	margin: 10px auto;
	width: 301px;
	border-top: solid 1px #ddd;
	overflow: hidden;
	zoom: 1;
}

#list_body li {
	margin: -1px -1px 0 0;
	float: left;
	width: 59px;
	border: solid 1px #ddd;
}

#list_body li a {
	color: #604D2F;
	line-height: 36px;
	font-weight: 800;
	text-align: center;
	background: #eee url(../images/news_bg.png) top repeat-x;
}