@charset "utf-8";

/*****************************************
			Global Setting
*****************************************/
html { background: none; }
/*****************************************
				Header
*****************************************/
#headerContents { background: none; }
#catchcopy {
	background: url(../img/header/catchcopy.png) 0 100% no-repeat;
	width: 322px;
	height: 157px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	clear: both;
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -500px;
	z-index: 7774;
}
/*****************************************
				Tools
*****************************************/
#tools {
	background: #EEE;
	border-radius: 3px;
	top: 28px;
}
/*****************************************
			Global Navigation
*****************************************/
#gNav {
	background: none;
	width: 100%;
	height: 67px;
	margin: 0;
	clear: both;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 7777;
}
#gNav ul li { height: 67px; }
#gNav ul li.nav01 { width: 148px; }
#gNav ul li.nav02 { width: 146px; }
#gNav ul li.nav03 { width: 128px; }
#gNav ul li.nav04 { width: 256px; }
#gNav ul li.nav05 { width: 234px; }
#gNav ul li.nav06 { width: 88px; }
#gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/gnav/gnav.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
}
#gNav ul li.nav01 a { background-position: 0 0; }
#gNav ul li.nav02 a { background-position: -148px 0; }
#gNav ul li.nav03 a { background-position: -294px 0; }
#gNav ul li.nav04 a { background-position: -422px 0; }
#gNav ul li.nav05 a { background-position: -678px 0; }
#gNav ul li.nav06 a { background-position: -912px 0; }
#gNav ul li.nav01 a:hover { background-position: 0 -67px; }
#gNav ul li.nav02 a:hover { background-position: -148px -67px; }
#gNav ul li.nav03 a:hover { background-position: -294px -67px; }
#gNav ul li.nav04 a:hover { background-position: -422px -67px; }
#gNav ul li.nav05 a:hover { background-position: -678px -67px; }
#gNav ul li.nav06 a:hover { background-position: -912px -67px; }
/*****************************************
			Header Menu
*****************************************/
#headerMenu {
	width: 962px;
	height: 51px;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin: 0 0 0 -481px;
	z-index: 7776;
}
#headerMenu ul {
	list-style: none;
	overflow: hidden;
}
#headerMenu ul li {
	width: 186px;
	height: 51px;
	margin: 0 8px 0 0;
	float: left;
}
#headerMenu ul li.hm04 { margin: 0; }
#headerMenu ul li a {
	background: url(../img/contents/top_button.png) 0 0 no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#headerMenu ul li.hm01 a { background-position: 0 0; }
#headerMenu ul li.hm02 a { background-position: 0 -51px; }
#headerMenu ul li.hm03 a { background-position: 0 -102px; }
#headerMenu ul li.hm04 a { background-position: 0 -153px; }
#headerMenu ul li.hm05 a { background-position: 0 -204px; }
#headerMenu ul li.hm01 a:hover { background-position: -186px 0; }
#headerMenu ul li.hm02 a:hover { background-position: -186px -51px; }
#headerMenu ul li.hm03 a:hover { background-position: -186px -102px; }
#headerMenu ul li.hm04 a:hover { background-position: -186px -153px; }
#headerMenu ul li.hm05 a:hover { background-position: -186px -204px; }
/*
#headerMenu {
	width: 186px;
	height: 234px;
	position: absolute;
	top: 253px;
	right: 50%;
	margin: 0 -500px 0 0;
	z-index: 7776;
}
#headerMenu ul {
	list-style: none;
}
#headerMenu ul li {
	width: 186px;
	height: 51px;
	margin: 0 0 10px 0;
}
#headerMenu ul li.hm04 { margin: 0; }
#headerMenu ul li a {
	background: url(../img/contents/top_button.png) 0 0 no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#headerMenu ul li.hm01 a { background-position: 0 0; }
#headerMenu ul li.hm02 a { background-position: 0 -51px; }
#headerMenu ul li.hm03 a { background-position: 0 -102px; }
#headerMenu ul li.hm04 a { background-position: 0 -153px; }
#headerMenu ul li.hm01 a:hover { background-position: -186px 0; }
#headerMenu ul li.hm02 a:hover { background-position: -186px -51px; }
#headerMenu ul li.hm03 a:hover { background-position: -186px -102px; }
#headerMenu ul li.hm04 a:hover { background-position: -186px -153px; }
*/
/*****************************************
			Main Visual Slider
*****************************************/
#mainVisual {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
}
#mainVisualBox {
	width: 100%;
}
#mainVisualBox .slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#mainVisualBox .slide img {
	min-width: 100%;
	height: auto;
}
#mainVisual .bx-prev,
#mainVisual .bx-next {
	background: url(../img/contents/mv_arw.png) 0 0 no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	z-index: 9999;
}
#mainVisual .bx-prev {
	background-position: 0 0;
	right: 87px;
}
#mainVisual .bx-prev:hover { background-position: 0 -25px; }
#mainVisual .bx-next {
	background-position: -25px 0;
	right: 57px;
}
#mainVisual .bx-next:hover { background-position: -25px -25px; }
#mainVisual .bx-controls-auto {
	width: 42px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
}
#mainVisual .bx-start,
#mainVisual .bx-stop {
	background: url(../img/contents/mv_button.png) 0 0 no-repeat;
	width: 42px;
	height: 25px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#mainVisual .bx-start {
	background-position: -42px 0;
}
#mainVisual .bx-start:hover { background-position: -42px -25px; }
#mainVisual .bx-stop {
	background-position: 0 0;
}
#mainVisual .bx-stop:hover { background-position: 0 -25px; }
/*****************************************
			Life Event
*****************************************/
#lifeEvent {
	width: 1000px;
	margin: 0 auto 48px auto;
	padding: 20px 0 0 0;
}
#lifeEvent h2 {
	background: url(../img/contents/lifeevent_title.png) 0 0 no-repeat;
	width: 1000px;
	height: 26px;
	margin: 10px 0 20px 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#lifeEventInner {
	width: 1000px;
	overflow: hidden;
}
#lifeEvent ul {
	width: 1010px;
	list-style: none;
	overflow: hidden;
}
#lifeEvent ul li {
	width: 91px;
	height: 95px;
	margin: 0 10px 0 0;
	float: left;
}
#lifeEvent ul li a {
	background: url(../img/contents/lifeevent.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#lifeEvent ul li#lf_pregnancy a { background-position: 0 0; }
#lifeEvent ul li#lf_raising a { background-position: -91px 0; }
#lifeEvent ul li#lf_enrolled a { background-position: -182px 0; }
#lifeEvent ul li#lf_employment a { background-position: -273px 0; }
#lifeEvent ul li#lf_marriage a { background-position: -364px 0; }
#lifeEvent ul li#lf_residence a { background-position: -455px 0; }
#lifeEvent ul li#lf_sick a { background-position: -546px 0; }
#lifeEvent ul li#lf_care a { background-position: -637px 0; }
#lifeEvent ul li#lf_condolence a { background-position: -728px 0; }
#lifeEvent ul li#lf_guidebook a { background-position: -819px 0; }
#lifeEvent ul li#lf_pregnancy a:hover { background-position: 0 -95px; }
#lifeEvent ul li#lf_raising a:hover { background-position: -91px -95px; }
#lifeEvent ul li#lf_enrolled a:hover { background-position: -182px -95px; }
#lifeEvent ul li#lf_employment a:hover { background-position: -273px -95px; }
#lifeEvent ul li#lf_marriage a:hover { background-position: -364px -95px; }
#lifeEvent ul li#lf_residence a:hover { background-position: -455px -95px; }
#lifeEvent ul li#lf_sick a:hover { background-position: -546px -95px; }
#lifeEvent ul li#lf_care a:hover { background-position: -637px -95px; }
#lifeEvent ul li#lf_condolence a:hover { background-position: -728px -95px; }
#lifeEvent ul li#lf_guidebook a:hover { background-position: -819px -95px; }
/*****************************************
			Main Block
*****************************************/
#mainBlock {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#leftBlock {
	width: 494px;
	float: left;
}
#rightBlock {
	width: 495px;
	float: right;
}
/*****************************************
				Topics
*****************************************/
#topics {
	width: 494px;
	height: 222px;
	margin: 0 0 18px 0;
	position: relative;
}
#topicsContents { position: relative; }
#topicsContents .slide {
	display: block;
	width: 100%;
	height: 100%;
}
#topicsContents .slide img {
	display: block;
	width: 100%;
	height: auto;
}
#topics .bx-prev,
#topics .bx-next {
	background: url(../img/contents/slider_arw.png) 0 0 no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	z-index: 1100;
}
#topics .bx-prev {
	background-position: 0 0;
	left: 0;
}
#topics .bx-prev:hover { background-position: 0 -18px; }
#topics .bx-next {
	background-position: -18px 0;
	right: 0;
}
#topics .bx-next:hover { background-position: -18px -18px; }
#topics .bx-pager {
	width: 494px;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 4px;
	text-align: center;
	z-index: 1000;
}
#topics .bx-pager-item {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	text-align: center;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#topics .bx-pager-link {
	background: url(../img/contents/pager.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#topics .bx-pager-link.active,
#topics .bx-pager-link:hover { background-position: -10px 0;}
#topics .bx-controls-auto {
	width: 38px;
	height: 21px;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 3000;
}
#topics .bx-start,
#topics .bx-stop {
	background: url(../img/contents/topics_button.png) 0 0 no-repeat;
	width: 38px;
	height: 21px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#topics .bx-start { background-position: -38px 0; }
#topics .bx-start:hover { background-position: -38px -21px; }
#topics .bx-stop { background-position: 0 0; }
#topics .bx-stop:hover { background-position: 0 -21px; }
/*****************************************
			Button Mayor
*****************************************/
#btn_mayor {
	background: url(../img/contents/btn_mayor.png) 0 0 no-repeat;
	width: 243px;
	height: 110px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#btn_mayor:hover { background-position: 0 -110px; }
/*****************************************
			Kids Photo
*****************************************/
#kidsPhoto {
	width: 243px;
	height: 110px;
	float: right;
	position: relative;
}
.kidsBox {
	width: 120px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 0;
}
.kidsBox img {
	width: 100%;
	height: auto;
}
#photoMask {
	background: url(../img/contents/btn_idol.png) 0 0 no-repeat;
	width: 243px;
	height: 110px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#photoMask:hover { background-position: 0 -110px; }
/*****************************************
				Top Menu
*****************************************/
#topMenu {
	width: 502px;
	margin: 0 0 4px 0;
	list-style: none;
	overflow: hidden;
}
#topMenu li {
	width: 243px;
	margin: 0 8px 0 0;
	float: left;
	border-bottom: 1px dotted #37549B;
}
#topMenu li a {
	background: url(../img/contents/list_arw.png) 99% 50% no-repeat;
	padding: 0 14px 0 7px;
	display: block;
	line-height: 38px;
	color: #343579;
	text-decoration: none;
}
#topMenu li a:hover { color: #C03; }
/*****************************************
				Sns Menu
*****************************************/
#snsMenu {
	width: 501px;
	list-style: none;
	overflow: hidden;
}
#snsMenu li {
	width: 160px;
	height: 58px;
	margin: 0 7px 0 0;
	float: left;
}
#snsMenu li a {
	background: url(../img/contents/sns_button.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#snsMenu li#btn_facebook a { background-position: 0 0; }
#snsMenu li#btn_twitter a { background-position: -160px 0; }
#snsMenu li#btn_mail a { background-position: -320px 0; }
#snsMenu li#btn_facebook a:hover { background-position: 0 -58px; }
#snsMenu li#btn_twitter a:hover { background-position: -160px -58px; }
#snsMenu li#btn_mail a:hover { background-position: -320px -58px; }
/*****************************************
				News
*****************************************/
#news {
	width: 495px;
	position: relative;
}
#news .tab {
	background: url(../img/contents/tab_line.png) 0 100% repeat-x;
	height: 49px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#news .tab li {
	width: 120px;
	height: 49px;
	margin: 0 5px 0 0;
	float: left;
	_display: inline;
}
#news .tab li.nav04 { margin: 0; }
#news .tab li a {
	background: url(../img/contents/tab.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#news .tab li.nav01 a { background-position: 0 0; }
#news .tab li.nav02 a { background-position: -120px 0; }
#news .tab li.nav03 a { background-position: -240px 0; }
#news .tab li.nav04 a { background-position: -360px 0; }
#news .tab li.nav01 a.active,
#news .tab li.nav01 a:hover { background-position: 0 -49px; }
#news .tab li.nav02 a.active,
#news .tab li.nav02 a:hover { background-position: -120px -49px; }
#news .tab li.nav03 a.active,
#news .tab li.nav03 a:hover { background-position: -240px -49px; }
#news .tab li.nav04 a.active,
#news .tab li.nav04 a:hover { background-position: -360px -49px; }
#news .area {
	overflow: hidden;
	border: 2px solid #0073D9;
	border-top: none;
}
#newsContents02,
#newsContents03,
#ranking {
	display: none;
}
.newsContentsInner {
	height: 416px;
	overflow: auto;
	position: relative;
}
.rankingInner {
	height: 456px;
	overflow: auto;
	position: relative;
}
.newsContentsInner dl {
	padding: 6px 10px;
	border-bottom: 1px dotted #333;
	overflow: hidden;
}
.newsContentsInner dl dt { color: #333; }
.newsContentsInner dl dd a { color: #343579; }
.newsContentsInner dl dd a:hover { color: #C03; }
.newsContentsBottom {
	background: url(../img/contents/dot_news.png) 0 0 repeat;
	height: 60px;
	padding: 0 12px;
	border-top: 2px solid #1572D4;
	overflow: hidden;
}
.btn_newslist {
	background: url(../img/contents/btn_list.png) 0 0 no-repeat;
	width: 154px;
	height: 33px;
	margin: 13px 0 0 0;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btn_newslist:hover { background-position: 0 -33px; }
.btn_rss {
	background: url(../img/contents/btn_rss.png) 0 0 no-repeat;
	width: 69px;
	height: 31px;
	margin: 14px 0 0 0;
	float: right;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btn_rss:hover { background-position: 0 -31px; }
#btn_event_cal {
	background: url(../img/contents/btn_eventcal.png) 0 0 no-repeat;
	width: 466px;
	height: 85px;
	margin: 10px auto;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#btn_event_cal:hover { background-position: 0 -85px; }
.rankingInner dl {
	padding: 6px 10px;
	border-bottom: 1px dotted #333;
	overflow: hidden;
}
.rankingInner dl dt {
	float: left;
	text-align: center;
	width: 20px;
	padding: 2px 0 0 0;
	color: #333;
	font-weight: bold;
}
.rankingInner dl dd { margin: 2px 0 0 30px; }
.rankingInner dl dd a { color: #343579; }
.rankingInner dl dd a:hover { color: #C03; }
.rankingInner dl.rank01 dt { background: url(../img/contents/icon_rank01.png) 50% 5px no-repeat; }
.rankingInner dl.rank02 dt { background: url(../img/contents/icon_rank02.png) 50% 5px no-repeat; }
.rankingInner dl.rank03 dt { background: url(../img/contents/icon_rank03.png) 50% 5px no-repeat; }