@CHARSET "UTF-8";

/* ------------------------------------------------
　ヘッダーエリアのレイアウトに関連するCSSです。
------------------------------------------------- */


/* ------------------------------------------------
　ヘッダーのデザイン
------------------------------------------------- */
 #header {
	height: 80px;
	overflow: visible !important;
	overflow: hidden;
	position: relative;
}


/* ------------------------------------------------
　ヘッダートップのデザイン
------------------------------------------------- */
#head_top {
	background: url(/img/head_bg.png) repeat-x #FFFFFF;
	margin: 0 0 15px 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0;
	text-indent: 10px;
	z-index: 100;
}

#head_top h1 {
	display: inline;
	float: left;
	margin: 0 20px 0 10px;
	line-height: 30px;
}

#head_top h2 {
	display: inline;
	float: left;
	margin: 0 20px 0 10px;
	line-height: 30px;
}


/* ------------------------------------------------
　ブックマークボタン
------------------------------------------------- */
#head_line {
	background-color:#eee;
	height: 24px;
	line-height:24px;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
	text-align:center;
}


#head_line img {
	margin: 4px 1px;
	vertical-align: middle;
}

#header .logo {
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head-content {
	width: 690px;
	float: left;
	margin-bottom: 10px;
}



/* ------------------------------------------------
　グローバルナビのデザイン
------------------------------------------------- */
#menu {
	padding: 0px;
	background-color: #0F9FCF;
}

#menu dt {
	/**background: #574945;**/
	float: left;
	/**text-indent: -900em;**/
	background-color: #0F9FCF;
}

#menu dt a {
	display: block;
	height: 50px;
	line-height:50px;
	margin: 0px;
    width: 137px;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-right: 1px dotted #FFFFFF
}

#menu dt a:hover {
	text-decoration: none;
	background-color: #CFE4FF;
	color:#333;
}

#menu dt.m_home a {
	
}

#menu dt.m_home a:hover {

}

#menu dt.m_shop a {

}

#menu dt.m_shop a:hover {

}

#menu dt.m_report a {

}

#menu dt.m_report a:hover {

}

#menu dt.m_event a {

}

#menu dt.m_event a:hover {

}

#menu img {
	border: 0px;
}

/* ------------------------------------------------
　パンくずデザイン
------------------------------------------------- */
#navi {
	float: left;
	list-style: none;
	margin: 3px;
}

#navi a {
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}

#navi li {
	background: transparent url(/img/bg_bullet_arrow.gif) no-repeat 0 50%;
	display: inline;
	padding: 0 0 0 10px;
}