@charset "utf-8";

/* グローバル */

#gNav {
	clear:both;
	padding-top:1px;
}

#gNav li {
	float:left;
}

#gNav li.onsen a:hover {
	background:url(../img/head/menu01_on.png) no-repeat left bottom;
}
#gNav li.compa a:hover {
	background:url(../img/head/menu02_on.png) no-repeat left bottom;
}
#gNav li.kanji a:hover {
	background:url(../img/head/menu03_on.png) no-repeat left bottom;
}
#gNav li.link a:hover {
	background:url(../img/head/menu04_on.png) no-repeat left bottom;
}

#gNav li.toppage a {
	background:url(../img/head/menu00_on.png) no-repeat right bottom;
	display:block;
	width:169px;
	height:36px;
	text-indent:-9999px;
	margin-right:1px;
}

#gNav li.onsen a {
	background:url(../img/head/menu01_off.png) no-repeat bottom;
	display:block;
	width:182px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.compa a {
	background:url(../img/head/menu02_off.png) no-repeat bottom;
	display:block;
	width:182px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.kanji a {
	background:url(../img/head/menu03_off.png) no-repeat bottom;
	display:block;
	width:162px;
	height:36px;
	text-indent:-9999px;
}

#gNav li.link a {
	background:url(../img/head/menu04_off.png) no-repeat bottom;
	display:block;
	width:162px;
	height:36px;
	text-indent:-9999px;
}

/* スタイル */

#top {
	width:880px;
	margin-bottom:10px;
	background:url(../img/bg_white.png) repeat-y;
}

#topmain {
	float:left;
	width:630px;
	margin-top:10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

#topside {
	float:right;
	width:180px;
	font-size:12px;
	margin-top:10px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

/* IE6ハック */

*html body #topmain {
	float:left;
	width:630px;
	margin:20px 0 0 15px;
}

*html body #topside {
	float:right;
	width:180px;
	margin:20px 15px 0 0;
	font-size:12px;
}

#cate_group {
	float:left;
	width:310px;
}

#cate_group h2 {
	background:url(../img/top/group_title.png) no-repeat;
	width:310px;
	height:44px;
	text-indent:-9999px;
}

#cate_group h2 a {
	display:block;
	height:44px;
}

#cate_compa {
	float:left;
	width:310px;
	margin-left:10px;
}

#cate_compa h2 {
	background:url(../img/top/compa_title.png) no-repeat;
	width:310px;
	height:44px;
	text-indent:-9999px;
}

#cate_compa h2 a {
	display:block;
	height:44px;
}

.cate_body_g {
	background:#FFFFCC;
	padding:5px;
	border-right:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	border-left:1px solid #FF6600;
}

.cate_body_c {
	background:#fff0f5 ;
	padding:5px;
	border-right:1px solid #FF3399;
	border-bottom:1px solid #FF3399;
	border-left:1px solid #FF3399;
}

.cate_body {
	background:#fff;
	padding:7px;
}

.cate_body h3 {
	font-size:16px;
	margin-bottom:5px;
}

.submenu {
	float:left;
	width:200px;
	margin-right:10px;
}

.news li {
	border-bottom:1px solid #ccc;
}


.title_kanji {
	clear:both;
	background:url(../img/top/kanji_title.png) no-repeat bottom;
	width:630px;
	height:55px;
	text-indent:-9999px;
}

.title_kanji a {
	display:block;
	height:55px;
}

.kanji_body {
	background:#FFFFCC;
	padding:5px;
	border-right:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	border-left:1px solid #FF6600;
	line-height:150%;
}
