/*-----------------------------------------
最終更新日　2011/08/05
------------------------------------------*/
@import url(http://www.bvandam.net/option.css);
/*-----------------------------------------
本体スタイルシート
------------------------------------------*/



* {
  margin: 0;
  padding: 0;
}


body {
	background:url(img/bg.gif) #fff; /*バックグラウンドカラー*/
	width: 950px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	position: relative;
	}


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }




/*
装飾用文字色
-------------------------------------------------------------------*/


/*色を指定します*/

.mizu { color: #55b8f1; }
.pink { color: #ff69b4; }
.ao { color: #002255; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #db0000; }
.akapink { color: #e70049;}
.green { color: #369B50;}
.aomidori { color: #2ebab7;}
.enji { color: #9c2662;}
.ora { color: #ff9900;}
.cha { color: #863814;}
.cha2 { color: #7c1902;}
.kuro { color: #000000;}

/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big14 { font-size: 14px; }
.big16 { font-size: 16px; }
.big18 { font-size: 18px; }
.big20 { font-size: 20px; }
.big24 { font-size: 24px; }

/*文字を装飾します*/
.line { background: #ffff7d;
	}
	
/*文字を装飾します*/
.noteline20{
	line-height:1.5em;
	background-image: url(img/line20.gif);
	}
 
.noteline30{
	line-height:26px;
	background-image: url(img/line30.gif);
	}
 
/*ノートのような線を引きます*/
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;	
	}


/*画像の位置を指定します*/
.imgl {
	margin: 5px 10px 5px 0px;
	padding: 0;
	float: left;
	}

.imgr {
	margin: 5px 0px 5px 10px;
	padding: 0;
	float: right;
	}

img { border: none; }

strong{
	font-weight:normal;
	}

.clear { clear:both; }  

/*-----------------レイアウト全体-----------------*/

#wrap{
	margin: 0px auto;
	width: 950px;
	}

/*ＦＦ*/
html>body #wrap{
	margin: 0px auto;
	width: 950px;
	}


/*IE7.0*/
*:first-child+html #wrap{
	margin: 0px auto;
	width: 950px;
	}

/*-----------------ヘッダー-----------------*/
#header{
	margin:0px auto;
	padding:0px;
	width:950px;
	height:275px;
	text-align:left;
	background:url(img/topimg.jpg) no-repeat 0px 25px #fff;
	}

#header h1{
	float:left;
	margin:0px 0px 0px 5px;
	font-size:10px;
	color:#333;
	font-weight:normal;
	}
	
#header #map{
	float:right;
	margin:0px 5px 0px 0px;
	font-size:10px;
	}

#header #map .map-left{
	float:left;
	margin:0px auto;
	padding:0px;
	width:10px;
	height:25px;
	background:url(img/map-left.gif) no-repeat left;
	}

#header #map .map-box{
	float:left;
	margin:0px auto;
	padding:0px;
	background:url(img/map-box.gif) repeat-x;
	font-size:10px;
	color:#fff;
	}
	
#header #map .map-box a{
	color:#fff;
	}
	
#header #map .map-right{
	float:left;
	margin:0px auto;
	padding:0px;
	width:10px;
	height:25px;
	background:url(img/map-right.gif) no-repeat left;
	}

#header #topimg{
	clear:both;
	}
/*-----------------ナビゲーション-----------------*/

#navigation{
	clear:both;
	margin:0px auto;
	padding:0px;
	width:950px;
	height:45px;
	background:#fff;
	}
	
#navigation ul li{
	float:left;
	width:190px;
	height:45px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	
#navigation ul li a{
	display:block;
	width:190px;
	height:33px;
	_height:45px;
	margin:0px;
	padding:12px 0px 0px 0px;
	background:url(img/navi.gif) no-repeat;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration: none;
	}
	
#navigation ul li a:focus{
	outline:none;
	}

/*menu*/

#navigation .navi01 a{
	background-position:0px 0px;
	}
#navigation .navi01 a:hover{
	background-position:0px -45px;
	}

#navigation .navi02 a{
	background-position:-190px 0px;
	}
#navigation .navi02 a:hover{
	background-position:-190px -45px;
	}	

#navigation .navi03 a{
	background-position:-380px 0px;
	}
#navigation .navi03 a:hover{
	background-position:-380px -45px;
	}
	
#navigation .navi04 a{
	background-position:-570px 0px;
	}
#navigation .navi04 a:hover{
	background-position:-570px -45px;
	}
	
#navigation .navi05 a{
	background-position:-760px 0px;
	}
#navigation .navi05 a:hover{
	background-position:-760px -45px;
	}
	

	
/*-----------------コンテンツ-----------------*/
#container{
	clear:both;
	margin:0px auto;
	padding:0px;
	width:950px;
	text-align:left;
	overflow:hidden;
	background:#fff;
	}

/*-----------------トップページ-----------------*/	
#main{
	float:left;
	margin:0px auto;
	padding:15px;
	width:680px;
	_width:710px;
	overflow:hidden;
	}

#main h2{
	clear:both;
	margin:0px auto;
	padding:8px 0px 0px 25px;
	_padding:9px 0px 0px 25px;
	width:660px;
	_width:680px;
	height:36px;
	_height:38px;
	background:url(img/h2-bg.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#191919;
	}

#main h3{
	clear:both;
	margin:10px auto 0px;
	padding:8px 0px 0px 25px;
	_padding:9px 0px 0px 25px;
	width:660px;
	_width:680px;
	height:36px;
	_height:38px;
	background:url(img/h3-bg.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#191919;
	}
	
.content-nav{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:12px;
	}

.gotop{
	clear:both;
	float:right;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	}
	
.center{
	clear:both;
	text-align:center;
	}

.mainbox ul{
	list-style:none;
	}
/*-----------------サイドバー-----------------*/
#side{
	float:right;
	margin:0px auto;
	padding:15px 15px 15px 0px;
	width:225px;
	}


/*---------------------フッター---------------*/
#footer{
	margin:0px auto;
	padding:0px;
	width:950px;
	background:url(img/footer-bar.gif) no-repeat top #fff;
	overflow:hidden;
	position:relative;
	}

#footer #footer-banner{
	float:left;
	margin:30px 0px 10px 0px;
	padding:0px;
	width:190px;
	_width:150px;
	text-align:center;
	}
	
/*---------------------------------フッターカテゴリ*/
#footer #footer-cate{
	float:right;
	margin:30px 0px 10px 0px;
	padding:0px;
	text-align:left;
	}
	
#footer #footer-cate .cate-box{
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	width:180px;
	_width:180px;
	height:100%;
	}

#footer #footer-cate .cate-box h3{
	margin:0px 0px 3px 0px;
	padding:3px 0px 0px 20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:url(img/cate-h3.gif) no-repeat;
	width:180px;
	height:27px;
	}
	
.cate-box ul{
	margin: 0px auto;
	_margin: 0px auto;
	padding: 0;
	list-style: none;
	}

.cate-box li{
	display: block;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #fff;
	}

.cate-box li a{
	display: block;
	font-size:10px;
	color: #666;
	_width:180px;
	margin:0px 0px 0px 0px;
	_margin:0px 0px 0px -40px;
	padding: 3px 0px 0px 19px;
	_padding: 9px 0px 0px 19px;
	background: url(img/cate-li.gif) no-repeat 0 0px;
	text-decoration: none;
	height: 22px;
	_height: 25px;
	}

.cate-box li a:hover{
	background-position: 0 -25px;
	}

#description{
	clear:both;
	margin:0px auto;
	padding:5px 20px;
	background:url(img/footer-bg.gif);
	font-size:10px;
	line-height:1.5em;
	color:#fff;
	}

#description a{
	color:#fff;
	}
	
#copyright{
	margin:5px 0px;
	font-weight:bold;
	font-size:12px;
	}

