@charset "UTF-8";

/* わせねでや css */

/*----------------■基本設定--------------*/
 /* リンク色 */
a:link { text-decoration:none;color:#06c; }
a:visited { text-decoration:none;color:#06c; }
a:hover { text-decoration:underline;color:#f00; }
a:active { text-decoration:none;color:#06c; }
a[name]:hover { text-decoration:none;color:#444; }

body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:  12px;
	line-height:  1.5;
	background: #fff url(../image/bg_img.jpg) no-repeat center top;
	color: #000;
}
.wrap950 {
	width: 950px;
	margin: 0 auto;
}
a.img-btn {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
a.img-btn:hover {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}

.tb {
	width: 100%;
	border-top: 1px dotted #bbb;
}
.tb th,.tb td {
	padding: 10px 20px;
	border-bottom: 1px dotted #bbb;
}
.tb th {
	background: #eed;
}

/*----------------■ヘッダー---------------*/
h1 {
	height: 0;
	overflow: hidden;
}
#head-copy {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	text-indent: -9999px;
}
#head-copy a {
	background: url(../image/head/header.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 410px;
	height: 70px;
}

/*----------------■メインコンテンツ---------------*/
div#main {
	width:  720px;
	margin-bottom: 30px;
	float:  right;
}

/*----------------■サイドナビゲーション---------------*/
div#snavi {
	width: 200px;
	margin-bottom: 30px;
	float: left;
}
#snavi-ti {
	background: url(../image/navi/nv_ti.png) no-repeat;
	text-indent: -9999px;
	height: 480px;
}
div#snavi ul {
	height: 425px;
	background: url(../image/navi/mn.gif) no-repeat;
}
div#snavi li {
	width: 200px;
	margin-bottom: 1px;
	height: 70px;
	overflow: hidden;
}
div#snavi li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#snavi01 a {background: url(../image/navi/nv1.gif) no-repeat;}
#snavi02 a {background: url(../image/navi/nv2.gif) no-repeat;}
#snavi03 a {background: url(../image/navi/nv3.gif) no-repeat;}
#snavi04 a {background: url(../image/navi/nv4.gif) no-repeat;}
#snavi05 a {background: url(../image/navi/nv5.gif) no-repeat;}
#snavi06 a {background: url(../image/navi/nv6.gif) no-repeat;}
#snavi02,#snavi03,#snavi04,#snavi06 {text-indent: -9999px;}

/*----------------■フッター--------------*/
#foot {
	background: url(../image/foot/copyright.png) no-repeat right 15px;
	padding: 15px 0 50px 0;
	border-top: 1px solid #000;
}

#foot address {
	width: 247px;
	height: 17px;
}
#foot address a {
	background: url(../image/foot/footer.gif) no-repeat;
}