/* レイアウト
=================================*/
body{
	background-color:#ffffff;
	margin:0;
	padding:0 0 20px;
	text-align:center;
	font-family:Arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

.wrap{
	background:url(../img/bg_01.gif) repeat-y center top;
	width: 882px;
	margin:0 auto;
	text-align:left;
}
.wrap2{
	background:url(../img/bg_bottom.gif) no-repeat center bottom;
}
.wrap2 img{
	border:0;
}
.wrap3{
	width:860px;
	margin:0 11px;
}
a,
.wrap2 a,
a:visited,
.wrap2 a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover,
.wrap2 a:hover{
	color:#ffcc00;
	text-decoration:none;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}

/*---clearfix---*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-table;
zoom: 1;
}

/* ヘッダ
=================================*/
.header{
	height:180px;
	width:860px;
	margin:0 auto;
	background:#ffffff url(../img/header_bg.jpg) no-repeat center top;
	color:#999999;
}
.header h1{
	float:left;
	text-indent:-99999px;
	font-size:1px;
	font-color:#ffffff;
	margin:0;
}
.header h1 a{
	display:block;
	width:223px;
	height:119px;
	margin:0;
	background:url(../img/logo.jpg) no-repeat left top;
/*\*/overflow: hidden;/**/
}
.header .login{
	width:615px;
	display:block;
	float:right;
	margin:22px 20px 0 0;
	_margin:22px 10px 0 0;
	text-align:right;
}
.header .login table{
	float:right;
}
.header .login td{
	text-align:right;
	font-size:10px;
	color:#999999;
}
.header .login td img{
	margin-top:2px;
}
.header .login input{
	width:115px;
	height:17px;
	border:1px solid #d3cfc5;
	margin:0 0 2px 3px;
}

/* ナビ
=================================*/
.header .headnavi .disc{
	width:223px;
	height:61px;
	float:left;
}
.header .headnavi .disc h2{
	margin:15px 40px 0 10px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:1.6em;
}
.header .headnavi ul,
.header .headnavi li{
	margin:0;
	padding:0;
	list-style-type: none;
}
.header .headnavi li{
	text-indent:-99999px;
	font-size:1px;
	font-color:#ffffff;
	float:left;
}
.header .headnavi li a{
	display:block;
	height:61px;
/*\*/overflow: hidden;/**/
}
.header .headnavi li.navi01 a{
	background:url(../img/navi_01.gif) no-repeat center top;
	width:83px;
}
.header .headnavi li.navi01 a:hover{
	background:url(../img/navi_01.gif) no-repeat center bottom;
}
.header .headnavi li.navi02 a{
	background:url(../img/navi_02.gif) no-repeat center top;
	width:146px;
}
.header .headnavi li.navi02 a:hover{
	background:url(../img/navi_02.gif) no-repeat center bottom;
}
.header .headnavi li.navi03 a{
	background:url(../img/navi_03.gif) no-repeat center top;
	width:129px;
}
.header .headnavi li.navi03 a:hover{
	background:url(../img/navi_03.gif) no-repeat center bottom;
}
.header .headnavi li.navi04 a{
	background:url(../img/navi_04.gif) no-repeat center top;
	width:129px;
}
.header .headnavi li.navi04 a:hover{
	background:url(../img/navi_04.gif) no-repeat center bottom;
}
.header .headnavi li.navi05 a{
	background:url(../img/navi_05.gif) no-repeat center top;
	width:150px;
}
.header .headnavi li.navi05 a:hover{
	background:url(../img/navi_05.gif) no-repeat center bottom;
}



/* フッタ
=================================*/
.footNavi{
	background:#d2d2d2 url(../img/bg_footer.gif) repeat-x left bottom;
	width:860px;
	height:45px;
	margin:0 auto;
}
.footNavi p{
	padding:13px 20px 0 0;
	font-size:0.83em;
	text-align:right;
}
.footNavi a:hover{
	color:#666666;
	text-decoration:underline;
}
.footer{
	width:860px;
	height:35px;
	margin:0 auto;
}
.footer p{
	color:#555555;
	padding:2px 20px 0 0;
	font-size:0.83em;
	text-align:right;
}

/* 左カラム
=================================*/
.leftBox{
	width:188px;
	padding:20px 10px 30px;
}
.leftBox .catlist{
	padding:3px 0 20px 20px;
	line-height:2.0em;
}
.leftBox .catlist img{
	margin-right:3px;
}
.leftBox .calBox{
	padding-left:23px;
	text-align:center;
}

/* 中央カラム
=================================*/
.centerBox{
	width:616px;
	height:100%;
	float:right;
	margin-right:15px;
	_margin-right:8px;
	text-align:left;
	padding:0 0 30px;
}
