@CHARSET "UTF-8";

/* ------------------------------------------------
　ヘッダーエリアのレイアウトに関連するCSSです。
------------------------------------------------- */


/* ------------------------------------------------
　ヘッダーのデザイン
------------------------------------------------- */
 #header {
	height: 80px;
	overflow: visible !important;
	overflow: hidden;
	position: relative;
}


/* ------------------------------------------------
　ヘッダートップのデザイン
------------------------------------------------- */
#head_top {
	background: #F485A0;
	border-bottom: 2px solid #F5F5F5;
	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: #EEEEEE;
	margin-top: 5px;
}

#menu dt {
	float: left;
	background: #EEEEEE;
	text-indent: -9999px;
}

#menu dt a {
	display: block;
	height: 40px;
	line-height:40px;
	margin: 0px;
	color:#fff;
	font-size:16px;
	text-align:center;
	
}

#menu dt a:hover {
	text-decoration: none;
	background-color: #FFF;
	color:#333;
}



#menu dt.m_home a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: 0 0;
	width: 159px;
}

#menu dt.m_home a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: 0 -40px;
	width: 159px;

}

#menu dt.m_shop a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -159px 0;
	width: 158px;

}

#menu dt.m_shop a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -159px -40px;
	width: 158px;
}

#menu dt.m_community a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -317px 0;
	width: 158px;
}

#menu dt.m_community a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -317px -40px;
	width: 158px;
}

#menu dt.m_event a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -475px 0;
	width: 158px;
}

#menu dt.m_event a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -475px -40px;
	width: 158px;
}

#menu dt.m_link a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -633px 0;
	width: 158px;
}

#menu dt.m_link a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -633px -40px;
	width: 158px;
}

#menu dt.m_report a {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -791px 0;
	width: 159px;
}

#menu dt.m_report a:hover {
	background: url(../../image/nic/2160/gnavi2nd.png) no-repeat;
	background-position: -791px -40px;
	width: 159px;
}

#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;
}
//SIN_START[2]//
//2012/02/29 00:50:19
#haed_link {
	width: 400px;
	text-align: right;
	height: 80px;
}

//SIN_END[2]//