.hiroba_right {
	float:right;
}

.hiroba_left {
	float:left;
}

video {
	border:5px solid #a9a9a9;
	border-radius: 5px;
}

a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:hover {color:#999999; text-decoration:underline}
a:active {color:#999999}

/* ◆トップバー ロゴ上帯 */

.topbar {
	padding: 2px;
	background-color: #E5E5E5; /* ■トップバーの背景色指定 */
	color: #FFFFFF; /* ■トップバーの文字色指定 */
	font-size: 12px;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	position: relative;
	clear: both;
}

.topbar h1 {
	font-size: 12px;
	font-weight: normal;
}


/* ◆パンくず */

.breadcrumbs {
	padding: 5px;
	background-color: #CFCFCF;
	color: #666666;
	font-size: 12px;
	text-align:center;
	position: relative;
	clear: both;
}

.breadcrumbs a {
	color: #666666;
	text-decoration:none;
}

.breadcrumbs a:hover {
	color: #666666;
	text-decoration:underline;
}

/* ◆HMSフッター */
.footer {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	text-align:center;
	position: relative;
	clear: both;
}

/* ■空間を設けたい時にそれぞれを使用 */

.blank-image {
	width: 1px;
	height: 10px;
}

.blank-image1 {
	width: 1px;
	height: 1px;
}

.blank-image5 {
	width: 1px;
	height: 5px;
}

/* ■トップ */

.top-bg01 {
	width: 920px;
	height: 480px;
	background: url(../images/bg_illust01.png) no-repeat 0px 74px;
}

.top-info01 {
	width: 700px;
	height: 45px;
	padding:10px;
	font-size: 14px;
	color:#333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	border:1px solid #BAB8A7;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.85);
}

.top-info02 {
	margin-top: 10px;
	width: 240px;
	padding: 10px;
	font-size: 14px;
	color:#333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	border:1px solid #BAB8A7;
	border-radius: 10px;
	background-color: rgba(234,234,224,0.3);
}

.top-info03 {
	margin-top: 15px;
	margin-left: 10px;
	width: 200px;
	padding: 5px 5px 5px 35px;
	font-size: 13px;
	color:#999;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
//	border:1px solid #BAB8A7;
//	background-color: rgba(235,235,225,1);
	border-radius: 15px;
	background: rgba(235,235,225,1) url(../images/search01.png) no-repeat 8px center;

}

.sidebar2 {
	position: absolute;
	top: 335px;
	width: 250px;
	z-index: 9999;
}
.sidebar2 ul {
	margin-left: -30px;
}
ul.nav {
	list-style: none; /* リストのマーカーを削除 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔 */
}
ul.nav li {
	font-size: 15px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border-bottom: 1px dotted #999; /* ボタンの区切り線 */
}

ul.nav li.hiro_g a, ul.nav li.hiro_g a:visited {
	padding: 10px 7px 5px 50px;
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(../images/hiroba_icon_g.png) no-repeat 5px center;
}
ul.nav li.hiro_g a:hover {
	color: #333333;
	background: #FADCB5 url(../images/hiroba_icon_g.png) no-repeat 5px center;
}

ul.nav li.hiro_b a, ul.nav li.hiro_b a:visited {
	padding: 10px 7px 5px 50px;
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(../images/hiroba_icon_b.png) no-repeat 5px center;
}
ul.nav li.hiro_b a:hover {
	color: #333333;
	background: #CCEFFC url(../images/hiroba_icon_b.png) no-repeat 5px center;
}

ul.nav li.hiro_l a, ul.nav li.hiro_l a:visited {
	padding: 10px 7px 5px 50px;
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(../images/hiroba_icon_l.png) no-repeat 5px center;
}
ul.nav li.hiro_l a:hover {
	color: #333333;
	background: #D5EBB9 url(../images/hiroba_icon_l.png) no-repeat 5px center;
}

ul.nav li.hiro_s a, ul.nav li.hiro_s a:visited {
	padding: 10px 7px 5px 50px;
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(../images/hiroba_icon_s.png) no-repeat 5px center;
}
ul.nav li.hiro_s a:hover {
	color: #333333;
	background: #FBD4E8 url(../images/hiroba_icon_s.png) no-repeat 5px center;
}
