@charset "Shift_JIS";


/*-reset-----------------------------------------------*/

h1,h2,h3,h4,h5,p,dl,dt,dd {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	}



/*-base------------------------------------------------*/

img {
	border-width: 0;
	}

a {
	text-decoration: none;
	outline: none;
	}

a:link {
	color: #db6d00;
	}

a:visited {
	color: #db6d00;
	}

a:active {
	color: #926d55;
	}

a:hover {
	color: #b66d00;
	text-decoration: underline;
	}

p {
	font-size: 14px;
	line-height: 1.5em;
	}

dl,dt,dd {
	font-size: 14px;
	line-height: 1.5em;
	}



/*-layout----------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,"qMmpS Pro W3","CI","lr oSVbN",sans-serif;
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	color: #543822;
	}


#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
	}


#container {
	margin: 0 0 15px;
	padding: 25px 10px;
	width: 100%;
	text-align: left;
/*	background-color: #fff;*/
/*	filter: alpha(opacity=80);
	opacity: 0.8;*/
	*border: 1px #eee solid;

/*	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
			border-bottom-right-radius: 11px;
			border-bottom-left-radius: 11px;

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
			box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
*/
	}



#header {
	margin: 0 20px 30px;
	padding: 0;
	}

#contents {
	margin: 0 20px 50px;
	padding: 0;
	}

#footer {
	clear: both;
	text-align: center;
	margin: 0 20px 0;
	padding: 0 auto 0;
	}



/*-common----------------------------------------------*/


.cleaning {
	clear: both; font-size: 0; line-height: 0; margin: 0; padding: 0;
	}

.contentsArea {
	float: left; width: 700px; display: block;
	}

h3 {
	margin: 0 10px 10px;
	padding: 5px 7px;
	font-size: 16px;
	line-height:1.5em;

	color: #fff;

	background-color: #543822;

		background: -webkit-gradient(linear, left top, left bottom,
		from(#705035),
		to(#543822)
		);

		background: -moz-linear-gradient(#705035 1%, #543822 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF705035, endColorStr=#FF543822, GradientType=0);

		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF705035, endColorStr=#FF543822, GradientType=0)";

	-webkit-border-radius: 4px;
			border-radius: 4px;
	}


/*-----------------------------------------------------*/
/*-anchorBack------------------------------------------*/

p.anchorBack {
	width: 64px;
	height: 32px;
	margin: 5px 0px;
	padding: 2px;
	}

p.anchorBack a {
	display: block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	background-color: #492400;
	color: #fff;
	text-align: center;
	}

p.anchorBack a:hover {
	background-color: #4e341b;
	text-decoration: none;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
			box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#header h1 {
	text-align: left;
	}

#header p {
	margin-top: 20px;
	text-align: center; font-size: 21px;
	}

#header p span {
	font-size: 16px;
	}



/*-----------------------------------------------------*/

#contents h2 {
	text-align: center; font-size: 36px;
	font-weight: bold;
	}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

#footer ul {
	list-style-type: none;
	margin: 0 20px;
	font-size: 12px;
	color: #543822;
	padding: 0;
	}

#footer ul li {
	display: inline;
	border-left: 1px #543822 solid;
	margin: 8px 0;
	padding: 0 10px;
	line-height: 1.7em;
	}

#footer ul li.start {
	display: inline;
	border-left: 0px;
	margin: 8px 0;
	padding: 0 10px;
	line-height: 1.7em;
	}

#footer p {
	font-size: 11px;
	color: #543822;
	line-height: 1.7em;
	}


/*-----------------------------------------------------*/

/*
p.infoImportant01 {
	display: none;
	}
*/

/*
p.linkbannerAD01 {
	display: none;
	}
*/

p.linkbannerAD02 {
	display: none;
	}

/*-----------------------------------------------------*/



/*@END@*/