@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: SEP 9, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/
body {
	color: #fff;
	background: #8F8D6E;/*背景指定*/
}
#wrapper {
	background: url(../../../../images/common/logo_wh.png) no-repeat 20px bottom;/*ロゴ白*/
}
.header {
	background: #fff;
}


/*----------------------------------
 .pagination [ページ遷移色指定]
------------------------------------*/
.pagination {
	text-align: left;
	max-width: 800px;
	margin: 2px auto 30px;
	padding: 0 20px;
}
.pagination ul {
}
.pagination ul li a,
.pagination ul li a:visited {
	color: #fff;
	background: #F43F14;
	border: none;
}
.pagination ul li.first a,
.pagination ul li.first a:visited {
	background: #F43F14 url(../../../../images/common/bg_arrow_l_wh.gif) no-repeat .6em center;
}
.pagination ul li.first a:hover {
	background: #38341E url(../../../../images/common/bg_arrow_l_wh.gif) no-repeat .6em center;
}
.pagination ul li.last a,
.pagination ul li.last a:visited {
	background: #F43F14 url(../../../../images/common/bg_arrow_r_wh.gif) no-repeat right center;
}
.pagination ul li.last a:hover {
	background: #38341E url(../../../../images/common/bg_arrow_r_wh.gif) no-repeat right center;
}

.pagination ul li strong a,
.pagination ul li strong a:visited {
	color: #000;
	background: #fff;
	border: none;
}
.pagination ul li a:hover,
.pagination ul li strong a:hover {
	color: #fff;
	background: #38341E;
	border: none;
}


/*----------------------------------
 .column
------------------------------------*/
.color1 {
	color: #201E11;
}
.dot {
	max-width: 800px;
	margin: 0 auto 30px;	
	padding: 20px 0 0;
	overflow: hidden;
	background: url(../../../../images/common/bg_dot_wh.gif) repeat-x left center;/*白ライン*/
	clear: both;
}

/* link style */
.column a,
.column a:visited {
	color: #201E11;
}


/*----------------------------------
 .other
------------------------------------*/
.width {
	width: 240px;
}
.credit {
	width: 63%;
}
.credit p {
	margin-bottom: 15px
}
