@charset "utf-8";

/* reset */
/* =========================================================== */
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


/* common */
/* =========================================================== */
body {
	background: #E7380D;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 1;
}

html>/**/body {
	font-size: 16px; 
}

img {
	border: none;
	vertical-align: bottom;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #E7380D;
	text-decoration: none;
}

a:active {
	color: #E7380D;
	text-decoration: none;
}

.clear {
	display: inline-block;
}  
 
.clear:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}




/* base-layout */
/* =========================================================== */
#wrapper {
	width: 100%;
	padding: 4px 0 0 0;
	background: url(../common/wrapper_line.gif) repeat-x top #FFFFFF;
	text-align: center;
}


/* header */
#header {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 19px 0;
	background: url(../common/header_line.gif) repeat-x bottom;
	text-align: left;
}

#header h1 {
	float: left;
	width: 390px;
	height: 75px;
	margin: 17px 0 0 0;
	background: url(../common/logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 390px;
	height: 75px;
	background: url(../common/logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#header div.logo {
	float: left;
	width: 390px;
	height: 75px;
	margin: 17px 0 0 0;
	background: url(../common/logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#header div.logo a {
	display: block;
	width: 390px;
	height: 75px;
	background: url(../common/logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#header ul {
	float: right;
	width: 250px;
	margin: 59px 0 0 0;
}

#header ul li {
	float: right;
	margin: 0 0 0 5px;
	list-style: none;
}


/* contents */
#contents {
	width: 840px;
	margin: 0 auto;
	background: url(../common/contents_line.gif) repeat-y left;
	text-align: left;
}

#contents ol {
	padding: 9px 0 12px 0;
	background: #FFFFFF;
}

#contents ol li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	color: #555555;
	font-size: 70%;
	line-height: 1.25;
}

#contents div.goTop {
	clear: both;
	padding: 10px 0 0 0;
	background: #FFFFFF;
	text-align: right;
	/zoom: 1;
}


/* main */
#contents #main {
	float: right;
	width: 610px;
}


/* sideNav */
#contents #sNav {
	float: left;
	width: 180px;
}

#contents #sNav dl {
	padding: 0 0 15px 0;
}

#contents #sNav dl dt {
	padding: 0 0 10px 0;
}

#contents #sNav dl dd {
	padding: 0 0 5px 15px;
}

#contents #sNav dl dd ul.category01 {
	padding: 10px 0 0 10px;
}

#contents #sNav dl dd ul.category02 {
	padding: 10px 0 6px 10px;
}

#contents #sNav dl dd .category01 li {
	padding: 0 0 5px 0;
	list-style: none;
}

#contents #sNav dl dd .category02 li {
	padding: 0 0 2px 20px;
	list-style: none;
	background: url(../common/list_mark01.gif) no-repeat 7px 0.5em;
	font-size: 78%;
	line-height: 1.25;
}

#contents #sNav dl dd .category02 li.ttl {
	padding: 0 0 6px 0;
	background: none;
}

#contents #sNav div.banner {
	padding: 0 0 15px 0;
}

#contents #sNav dl.kanren {
	padding: 0 0 15px 0;
}

#contents #sNav dl.kanren dt {
	padding: 5px 0 0 0;
}

#contents #sNav dl.kanren dd {
	padding: 5px 0 0 0;
}



/* footer */
#footerWrap {
	background: #E7380D;
	text-align: center;
	padding: 10px 0 30px 0;
}

#footer {
	width: 840px;
	margin: 0 auto;
}

#footer ul {
	float: left;
	width: 480px;
}

#footer ul li {
	float: left;
	list-style: none;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.25;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer address {
	float: right;
	width: 350px;
	text-align: right;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.25;
	font-style: normal;
}









