@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height: 220%;
	color:#575351;
}
a{
	text-decoration:none;
	border-style:none;
	zoom: 1;
}
p{
	color:#575351;
}
a {
	color:#575351;
}
a:hover {
	text-decoration: underline;
}
img{
	border-style:none;
	 vertical-align: bottom;
}

ul{
	margin:0;
	padding:0;
}
ol{
	margin:0;
	padding:0;
}
.disc li {
	list-style-type: disc !important;
	margin: 0 0 0 20px;
}
.decimal li {
	list-style-type: decimal !important;
	margin: 0 0 0 27px;
}
ol li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
.pan ul {
	margin:0 0 10px;
	float:left;
}
.pan ul li{
	float:left;
	font-size:12px;
}

#wrapper{
	min-width:960px;
	height:auto;
	min-height:100%;
	background: url(../../img/_base/bg.jpg) no-repeat center 0 #f1f3f6;
	text-align:center;
}

#header{
	background:url(../../img/_base/header_border.gif) repeat-x center top;
	width:100%;
	height: 110px;
}
#header img {
	margin: 30px 0 28px;
}

#header_min{
	width:960px;
	margin : 0 auto;
	overflow : hidden;
	text-align:left;
}

#contents{
	overflow:auto;
	padding-bottom:20px;
}

#contents_min{
	width : 960px;
	margin: 0 auto;
	text-align:left;
}

ul li{
	list-style-type:none;
}

#footer{
	clear:both;
	background: url(../../img/_base/footer_bg.gif) no-repeat center 0;
	margin: 20px 0 0;
}
#footer_min{
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
.footer_navi{
	position:relative;
	left:50%;
	float:left;
	padding:23px 0 5px;
}
.footer_navi li {
	position:relative;
	left:-50%;
	float:left;
	font-size:12px;
}
.copyright{
	clear:both;
	text-align:center;
	font-size:10px;
	font-family:Helvetica, Arial,
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	color:#888;
	padding: 0 0 20px;
}
