@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

ol, li {
	list-style:none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}

.cl {
	list-style:none;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* Clear Fix */ 
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Topic Path */
#topicpath {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: left;
	width: 940px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
:root *> #topicpath li {
	line-height: 110%;
	display: inline;
	list-style-type: none;
	color: #55443d;
}


/* ie6 ie7 ie8 hack */
#topicpath li {
	line-height: 110%;
	display: inline;
	list-style-type: none;
	color: #55443d;
}


:root *> #topicpath li a {
	background-image: url(../images/topix_path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	color: #55443d;
	text-decoration: underline;
	font-weight: bold;
}


/* ie6 ie7 ie8 hack */
#topicpath li a {
	background-image: url(../images/topix_path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	color: #55443d;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	color: #FFF;
	background-color: #e2c686;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main h2 {
	margin-bottom: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* Header */
#main {
	width: 100%;
	background-color: #fff6e0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #654500;
}
#main .section {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #654500;
	text-align: center;
}
#main .section-last {
	width: 100%;
	text-align: center;
}




/* Link Color */
a  {
	color: #55443d;
	text-decoration: underline;
}
a:hover {
	color: #8b662e;
	text-decoration: underline;
}
/* Assist */
.pagetop {
	margin-bottom: 40px;
	text-align: right;
}


/* GlobalFooter */
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
	background-color: #FFF;
}
#footer .copyright {
	position: absolute;
	left: 0px;
	top: 15px;
}
#footer .contact {
	position: absolute;
	top: 15px;
	right: 0px;
}
