/*べんりーな全体*/
#benri {
	height:auto;
	width:100%;
	padding:0;
	margin: 0px;
}

#copy {
    margin-top:30px; 
    margin-bottom:30px; 
    height:5em; 
    text-align:center;
    }



/*左のメニューバー*/
/* 左ナビゲーションメニューの作成　*/
/* メニューバー設定 */
#leftmenu {
	height: auto;
	width: 20%;
	float: left;
}


	
#leftmenu ul,#leftmenu li {
	padding:0;
	list-style: none;
	margin: 0px;
	display: block;
}

#leftmenu li {
	background-color: #e6e6e6;
	list-style-type: none;
	color: #333;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	display: block;
	height: auto;
	width: 150px;
}

#leftmenu a,#leftmenu a:link,#leftmenu a:visited {
	color: #333;
	list-style-type: none;
	background-color: transparent;
	display:block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
}
#leftmenu a:hover {
	color:#FFFFFF;
	background-color:#a9a9a9;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
}

/* メニューバー内のカテゴリタグ */
#leftmenu1 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-bottom: 5px;
}
#leftmenu2 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	margin-bottom: 5px;
	margin-top: 10px;
	height: auto;
}
#leftmenu3 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99ff33;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu4 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00cc00;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu5 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099ff;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu6 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0000cc;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu7 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099ff;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu8 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0000cc;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftmenu9 {
	color: #333;
	background-color: #e6e6e6;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6600cc;
	margin-bottom: 5px;
	margin-top: 10px;
}



/*右のメイン画面*/
 /*べんりーなトップタイトルバー*/

#benrimain {_overflow:visible; }

#banrimain {
    height: auto;
	width:80%;
	float:right;
	}




/*右のメイン画面*/
/*「どんなとこ？」「利用方法は？」バー*/
#mainbox dt {
	color:#E51B87;
	width:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E51B87;
	font-weight: bold;
}
/*「どんなとこ？」「利用方法は？」文章部分*/
#mainbox dd {
	margin-right:10px;
	margin-bottom: 10px;
	line-height:1.5em;
}
#mainbox li {
	list-style-image:url(../img/ya01r_10.gif);
	font-size: larger;
	margin-left: 20px;
 
 }

/*どんなとこ・利用方法は*/
#bar-ex h1 {
font-size: 17px; /* 文字の大きさ*/
line-height: 26px; /* 文字の高さの位置*/
font-weight: bold; /* テキスト太字*/
background: url(../img/bar-ex.gif) no-repeat; /* 画像のＵＲＬ*/
height: 36px; /* 画像の高さ*/
width: 550px;/* 画像の幅*/
padding-left: 25px; /* 文字の始まりの位置*/
color:#ffffff; /* 文字の色*/
margin-top: 5px;
}


/*ミニ情報の欄*/
#bar-mini h1 {
font-size: 15px; /* 文字の大きさ*/
line-height: 50px; /* 文字の高さの位置*/
background: url(../img/bar-mini.gif) no-repeat; /* 画像のＵＲＬ*/
height: 51px; /* 画像の高さ*/
width: 451px;/* 画像の幅*/
padding-left: 50px; /* 文字の始まりの位置*/
color:#ffffff; /* 文字の色*/
}

/*data一覧タイトルの欄*/
#bar-data h1 {
font-size: 20px; /* 文字の大きさ*/
line-height: 105px; /* 文字の高さの位置*/
background: url(../data/img/bar-data.gif) no-repeat; /* 画像のＵＲＬ*/
height: 85px; /* 画像の高さ*/
width: 600px;/* 画像の幅*/
padding-left: 50px; /* 文字の始まりの位置*/
color:#000000; /* 文字の色*/
}

