@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, caption, tr, th, td, a, img, address, iframe
{
	margin: 0;
	padding: 0;
}

/* body */
body
{
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #716c6e;
}
html>body
{
	font-size: 12px;
	/*background-color: #e2e2e2;
	
	background-image: -webkit-gradient(
										linear, 0% 0%, 0% 100%, 
										from(#604c46), 
										to(#fff)
									);
	background-image: -moz-linear-gradient(
											top,
											#604c46,
											#fff
										);
	background-image: -o-linear-gradient(
											top,
											#604c46,
											#fff
										);
	background-image: -ms-linear-gradient(
											top,
											#604c46,
											#fff
										);
	background:url('/img/com/bg03.gif') repeat;*/
}

/* ul */
ul
{
	list-style: none;
}
ul li
{
	list-style-type: none;
}
ol
{
	list-style-type: none;
}

/* dl */
dl
{
	list-style: none;
}


/* link */
a, a:link
{
	color: #a2906d;
}
a:visited
{
	
}
a:hover
{
	text-decoration: none;
}
a:active
{
	color: #a2906d;
}

/* table */
table
{
	border: 0;
	border-collapse: collapse;
}
/* tr */
th, td
{
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0;
}

/* image */
img
{
	border: 0;
	vertical-align: bottom;
}

/* font */
.bold {
	font-weight: bold;
}
.font-big {
	font-size: 1.2em;
}
.font-small {
	font-size: 0.8em;
}

/* text */
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

/* margin */
.mg-top05 {
	margin-top: 5px;
}
.mg-top10 {
	margin-top: 10px;
}
.mg-top15 {
	margin-top: 15px;
}
.mg-top20 {
	margin-top: 20px;
}
.mg-top25 {
	margin-top: 25px;
}
.mg-top30 {
	margin-top: 30px;
}

/* clear */
.clear {
	clear: both;
}

/* content */
#content {
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	padding: 32px 20px 40px;
	background-color: #fff;
}

#content div.contentarea div.left-block {
	width: 280px;
	float: left;
}
#content div.contentarea div.right-block {
	width: 620px;
	float: right;
}


/* title */
h2 {
	border-bottom: solid 1px #422225;
	padding: 0 0 3px 5px;
	margin-bottom: 20px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #625a43;
	text-shadow: 1px 1px 0px #afafaf;
	font-size: 2em;
}
h2 span {
	font-size: 0.8em;
	font-weight: 100;
	padding-left: 20px;
	color: #796f52;
}
h4 {
	margin-bottom: 15px;
}