@charset "Shift_JIS";

/* CSS Document-------------------------------------------  */

/*弶婜壔梡*/
@import "common.css";

/* contents width */
div#container,
div#header{
	width: 807px;
	_width: 809px;	/* IE6梡+2px */
}

div#navi,
div#body-contents{
	width: 807px;
	_width: 809px;	/* IE6梡+2px */
}

/* side border left & right */
div#header,
div#navi,
div#body-contents{
	border-left: 1px solid #47341F;
	border-right: 1px solid #47341F;
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
}

/* body */
body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	color: #454545;
/*	background: url(../img/back.gif) repeat-y center; */
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
}

/* link */
a			{ text-decoration: none; }
a:link		{ color: #47341F; }
a:visited	{ color: #ababab; }
a:hover		{ color: #d3001d; text-decoration: underline; }

/* container */
div#container{
	margin: 0px auto;
	text-align: left;
}

/* header */
div#header{
	z-index: 1;
	position: absolute;
	top: 26px;
	height: 355px;
	background: url(../img/title.jpg) no-repeat;
}

/* navi */
div#navi{
	position: absolute;
	background: #999999;
}

div#navi p{
	margin: 5px 0px 0px 16px;
	font-size: 10pt;
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
	line-height: 160%;
}

/* body-contents */
div#body-contents{
	position: absolute;
	top: 310px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	padding-top: 100px;
}

/* main-contents */
div#main-contents{
	width: 809px;
	_width: 811px;	/* IE6梡 */
	display: inline;
	overflow: hidden;
	padding: 0px 15px 0px 10px;
}
div#main-contents hr{
	clear: both;
	color: #CEBC99; /* 慄偺怓(IE梡) */
	background-color: #CEBC99; /* 慄偺怓(NN梡) */
	border-top: 1px dotted #47341F;
}


div#footer{
	clear: both;
	width: 100%;
	background: #fff;
	text-align: center;
	border-top: 1px dotted #47341F;
	padding-top:12px;
}

div#footer #copyright{
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border-top: 1px dotted #47341F;
	font-size: 10pt;
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
	line-height: 140%;
}

h1{
	font-size: 10pt;
	color: #47341F;
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	padding:5px 10px 5px 16px;
	background: #fff;
	height: 16px;
}

h2{
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 5px 14px 5px 30px;
	background: #FCDED8;
	font-size: 16pt;
	font-weight: bold;
	font-family: 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
	color: #953735;
	line-height: 160%;
}


/* div.contents */
div.contents{
	clear: both;
	margin: 10px 30px 30px 30px;
	padding: 15px 40px 5px 40px;
	overflow: auto;
	font-size: 11pt;
	font-family: 'Meiryo', 'HGP憂塸妏恨集窾B', Verdana, 'Hiragino Kaku Gothic Pro', '僸儔僊僲妏僑 Pro W6', sans-serif;
	line-height: 160%;
}

/* list ul li */
div#main-contents ul,
div#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 10px 10px;
}
div#main-contents ul{ list-style-type: circle; }
div#main-contents li{ line-height: 150%; }
div#main-contents ul.list{
	list-style-type: circle;
	list-style-position: outside;
	padding: 15px;
}
div#main-contents ul.list li{
	padding-left: 5px;
}


/* side */
div#side{
	display: inline;
	float: right;
	overflow: hidden;
	width: 230px;
	_width: 230px;/* IE6梡 */
	margin-bottom: 20px;
}

/* side menu */
div#side .menu{
	width: 200px;
	_width: 202px;/* IE6梡 */
	border: 1px solid #47341F;
	margin: 0px 10px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div#side .title{
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #47341F;
	color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div#side ul,
div#side ol{
	list-style-position: outside;
	margin: 0 10px 10px 10px;
}
div#side ul{ list-style-type: circle; }
div#side li{ line-height: 150%; }
div#side ul.list{
	list-style-type: circle;
	list-style-position: outside;
	padding: 10px 6px 10px 15px;
}
div#side ul.list li{
	padding-left: 0px;
	font-size: 10pt;
}

/* footer menu */
div#footer .menu{ margin: 0px 0px 0px 0px; }

div#footer .menu li{
	display: inline;
	margin: 0px 8px 0px 8px ;
	font-size: 9pt;
	line-height: 110%;
}

/* img */
img{
	border: none;
}


/*------------------------------------------------------------
丂丂丂Copyright (C) 2009 puriwaku.com All Rights Reserved.
-------------------------------------------------------------*/