@charset "Shift_JIS";

@import url("../../common/style/head.css");
@import url("../../common/style/body.css");
@import url("../../common/style/foot.css");

body {
	margin: 0px;
	padding: 0px;
	background: #E6E5E1 url(../../common/images/body_bg.gif) repeat-x top;
}

#layout {
	text-align: center;
}

body,p,th,td {
	font-size: small;
	color: #615B40;
}

em {
	color: #888C1C;
	font-style: normal;
}
em.normal {
	color: #615B40;
	font-style: normal;
}
em.red {
	color: #880016;
	font-style: normal;
}

h1,h2,h3,h4,h5 {
	font-size: small;
	line-height: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

br.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

a:link {text-decoration: underline;color: #615B40;}
a:visited {text-decoration: underline;color: #615B40;}
a:hover {text-decoration: underline;color: #888C1C;}
a:active {text-decoration: none;color: #888C1C;}

/* SEO-CSS 20080704 */
.commentArea {
	margin-top:20px;
}
.commentArea h2,p {
	line-height:140%;
}
.commentArea h2 {
	font-size:10px;
	width:166px;
	padding-left:8px;
}
.commentArea p {
	font-size:10px;
}

.footerMenuArea {
	text-align:center;
	width:580px;
	margin:10px auto;
	padding:0;
}
.footerMenuArea li {
	border-right:1px solid #615B40;
	list-style:none;
	float:left;
	padding:0 2px 0 0;
	font-size: 8pt;
}
.footerMenuArea li a {
	margin-left:2px;
}
.footerLast {
	border-right:none !important;
}
