@charset "utf-8";

/* ==================================================
contents
================================================== */
/* gallery
============================== */
#tmp_gallery {
	position:relative;
	z-index:0;
	height:380px;
	overflow: hidden;
}
#tmp_gallery .glbox,
#tmp_gallery .box_inner {
	position:relative;
}
#tmp_gallery .glbox .link,
#tmp_gallery .box_inner .link {
	position:absolute;
	bottom:47px;
	left:20px;
}
#tmp_gallery .box_inner .link a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	width: 630px;
	height: 250px;
	display: block;
	position:relative;
	
}
#tmp_gallery .glbox .link span,
#tmp_gallery .box_inner .link span {
	color: inherit;
	background: #004098 url(/shared/templates/top/images/shosai_icon.png) no-repeat 5px center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1px 0.4em 0px 16px;
}
#tmp_gallery .box_inner {
	display:block;
	width:980px;
	height:380px;
	color: inherit;
	background: url(/shared/images/gallery/inner_bg.png) no-repeat left top;
}
#tmp_gallery .box_inner .img img {
	display:block;
	position:relative;
	z-index:-1;
	width: 980px;
	height: auto;
	vertical-align: text-top;
}
#tmp_gallery .box_inner .link img {
	position:absolute;
	bottom: 0;
	left: 0;
	
}
/* gallery_cnt */
#tmp_gallery #tmp_gallery_cnt {
	position:absolute;
	top:355px;
	left:392px;
	z-index:1000;
}
/* list_order */
#tmp_gallery .list_order {
	list-style:none;
	float: left;
	    margin: 2px 5px 0 0;
}
#tmp_gallery .list_order li {
	float:left;
	margin:0 5px 0 0;
}
#tmp_gallery .list_order li a {
	padding:2px 0;
	display:block;
}
#tmp_gallery .list_order img {
	vertical-align:top;
}
#tmp_gallery_player {
	float: left;
}
/* slide_bnr
============================== */
#tmp_wrap_slide {
	position:relative;
	background-color:#E3EBF7;
	color:inherit;
	padding:5px;
	margin:0 0 20px;
	z-index:0;
}
#tmp_slide {
	background-color:#FFFFFF;
	color:inherit;
	padding:11px 18px 28px;
}
.no_javascript #tmp_slide {
	padding:11px 17px 28px;
}
#tmp_slide .slide_box,
#tmp_slide .box_gallrey {
	position:relative;
	width: 205px;
}
#tmp_slide .slide_box .imglink a,
#tmp_slide .box_gallrey .imglink a {
	max-width: 205px;
	max-height: 50px;
}
#tmp_slide .slide_box .link,
#tmp_slide .box_gallrey .link {
	position:absolute;
	top: 0;
	left: 15px;
}
#tmp_slide .slide_box .link a,
#tmp_slide .box_gallrey .link a {
	display: block;
}
#tmp_slide #tmp_slide_cnt {
	position: absolute;
	bottom: 4px;
	left: 27px;
	width: 195px;
}
#tmp_slide #tmp_slide_cnt .list_order {
	list-style: none;
	float: left;
}
#tmp_slide #tmp_slide_cnt .list_order li {
	float: left;
	margin-right: 5px;
}
#tmp_slide #tmp_slide_cnt .list_order li a {
	padding: 4px 0;
	display: block;
}
#tmp_slide #tmp_slide_cnt .list_order img {
	vertical-align:top;
}
#tmp_slide_player {
	float: left;

}
#tmp_slide_player a {
	display: block;
	width: 60px;
	height: 17px;
}
#tmp_slide_player img {
	vertical-align: text-top;
}
#tmp_wrap_slide .prev_btn {
	position:absolute;
	top:13px;
	left:-5px;
	z-index:100;
}
#tmp_wrap_slide .next_btn {
	position:absolute;
	top:13px;
	right:-5px;
	z-index:100;
}
/* tab
============================== */
.used_javascript #tmp_wrap_info {
	position:relative;
	padding-top:36px;
	margin:0 0 20px;
}
.tab {
	clear:both;
}
.no_javascript .tab {
	margin-bottom:15px;
}
.tab_ttl {
	width:216px;
	cursor:pointer;
}
.tab_ttl h2 {
	width:216px;
	height:36px;
	display:block;
}
.tab_ttl h2 a {
	display:block;
	width:216px;
	height:36px;
}
#tmp_shinchaku .tab_ttl h2 a {
	color: inherit;
	background:url(/shared/templates/top/images/tab_new_off.jpg) no-repeat left top;
}
#tmp_shinchaku.active .tab_ttl h2 a {
	color: inherit;
	background:url(/shared/templates/top/images/tab_new_on.jpg) no-repeat left top;
}
#tmp_topics .tab_ttl h2 a {
	color: inherit;
	background:url(/shared/templates/top/images/tab_topics_off.jpg) no-repeat left top;
}
#tmp_topics.active .tab_ttl h2 a {
	color: inherit;
	background:url(/shared/templates/top/images/tab_topics_on.jpg) no-repeat left top;
}
.tab_ttl h2 span {
	display:block;
	width:216px;
	height:36px;
	overflow:hidden;
}
.tab_cnt {
	color:inherit;
	background:#FFFFFF url(/shared/templates/top/images/tab_cnt_bg.jpg) repeat-x left top;
	padding:15px 10px 8px;
}
.tab_cnt ul {
	list-style:none;
	list-style-image:none;
}
.tab_cnt ul li {
	color: inherit;
	background:url(/shared/images/icon/list_icon_gray.gif) no-repeat left 0.4em;
	padding-left:10px;
	margin-bottom:5px;
}
.used_javascript #tmp_topics .tab_ttl {
	position:absolute;
	top:0;
	left:0;
}
.used_javascript #tmp_shinchaku .tab_ttl {
	position:absolute;
	top:0;
	right:4px;
}
/* read_all */
.read_all {
	margin:15px 0 0;
	clear:both;
}
.read_all ul {
	list-style:none;
	list-style-image:none;
}
.read_all ul li {
	float:left;
	margin:0 1em 0 0;
	padding:0;
	background:none;
}
.read_all ul li a {
	display:block;
	padding:2px 0 2px 18px;
	color: #14307E;
	background:url(/shared/templates/top/images/other_icon.gif) no-repeat left 0.2em;
}
.read_all ul li.read_list a,
.read_all ul li.read_news a {
	color: #14307E;
	background:url(/shared/templates/top/images/list_icon.gif) no-repeat left 0.2em;
}
.read_all ul li.read_rss a {
	color: #14307E;
	background:url(/shared/templates/top/images/rss_icon.gif) no-repeat left 0.2em;
}
/* box_sch
============================== */
.box_sch {
	margin:0 0 22px;
	clear:both;
}
.box_sch_ttl {
	color: inherit;
	background:url(/shared/templates/top/images/sch_ttl_bg.jpg) repeat-x left bottom;
}
.box_sch_cnt table {
	border-top:1px solid #8FC31F;
    border-collapse: collapse;
}
.used_javascript .box_sch_cnt table {
	height: 100%;
}
.box_sch_cnt table td {
	width:147px;
	line-height:1.0;
	color: inherit;
	height: 100%;
	border-left:1px solid #8FC31F;
	border-bottom:1px solid #8FC31F;
	background:#FFFFFF url(/shared/templates/top/images/sch_btn_bg.jpg) repeat-x left bottom;
}
.box_sch_cnt .list03,
.box_sch_cnt .list06,
.box_sch_cnt .list09 {
	width:146px;
}
.box_sch_cnt table td a {
	display:block;
	padding:17px 3px 0 47px;
	text-decoration:none;
	color:#221814;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:3px 3px;
	min-height: 30px;
	height: 100%;
}
.box_sch_cnt .list03,
.box_sch_cnt .list06,
.box_sch_cnt .list09 {
	border-right:1px solid #8FC31F;
}
/* 目的から探す */
#tmp_mokuteki .box_sch_cnt .list01 a,
#tmp_mokuteki .box_sch_cnt .list04 a {
	padding-top:8px;
	padding-bottom:9px;
}
#tmp_mokuteki .box_sch_cnt .list01 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon1.png);
}
#tmp_mokuteki .box_sch_cnt .list02 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon2.png);
}
#tmp_mokuteki .box_sch_cnt .list03 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon3.png);
}
#tmp_mokuteki .box_sch_cnt .list04 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon4.png);
}
#tmp_mokuteki .box_sch_cnt .list05 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon5.png);
}
#tmp_mokuteki .box_sch_cnt .list06 a {
	background-image:url(/shared/templates/top/images/mokuteki_icon6.png);
}
/* ライフイベント */
#tmp_lifeevent .box_sch_cnt .list01 a {
	background-image:url(/shared/templates/top/images/life_icon1.png);
}
#tmp_lifeevent .box_sch_cnt .list02 a {
	background-image:url(/shared/templates/top/images/life_icon2.png);
}
#tmp_lifeevent .box_sch_cnt .list03 a {
	background-image:url(/shared/templates/top/images/life_icon3.png);
}
#tmp_lifeevent .box_sch_cnt .list04 a {
	background-image:url(/shared/templates/top/images/life_icon4.png);
}
#tmp_lifeevent .box_sch_cnt .list05 a {
	background-image:url(/shared/templates/top/images/life_icon5.png);
}
#tmp_lifeevent .box_sch_cnt .list06 a {
	background-image:url(/shared/templates/top/images/life_icon6.png);
}
#tmp_lifeevent .box_sch_cnt .list07 a {
	background-image:url(/shared/templates/top/images/life_icon7.png);
}
#tmp_lifeevent .box_sch_cnt .list08 a {
	background-image:url(/shared/templates/top/images/life_icon8.png);
}
#tmp_lifeevent .box_sch_cnt .list09 a {
	background-image:url(/shared/templates/top/images/life_icon9.png);
}
/* event
============================== */
#tmp_event {
	margin:0 0 20px;
	clear:both;
}
#tmp_event_ttl {
	background-color:#02839C;
	color:#000000;
}
#tmp_event_cnt {
	padding:19px 12px 9px;
	color: inherit;
	background:#FFFFFF url(/shared/templates/top/images/event_cnt_bg.jpg) repeat-x left top;
}
#tmp_event_cnt .box_event {
	padding: 0 0 20px;
	border-bottom: 1px solid #02839C;
	margin:0 0 20px;
	clear:both;
}
#tmp_event_cnt .box_event_pht {
	float:left;
	width:135px;
	height: auto;
}
#tmp_event_cnt .box_event_pht img {
    width: inherit;
	max-width: 135px;
	height: auto;
}
#tmp_event_cnt .box_event_cnt {
	float:right;
	width:270px;
	padding-top:5px;
}
.no_javascript #tmp_event_cnt .box_event_cnt p {
	max-height: 65px;
	overflow: hidden;	
}
#tmp_event_cnt .main_ttl {
	margin-bottom:0.5em;
}
#tmp_event_cnt .main_ttl .date {
	float:left;
	margin-right:1em;
}
#tmp_event_cnt .main_ttl .ttl {
	float:left;
}
#tmp_event_cnt .main_cnt {
	clear:both;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.list_table .date {
	width:80px;
	padding:0 10px 0 0;
	white-space:nowrap;
}
table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
.box_sch:after,
.box_sch_ttl:after,
.box_sch_cnt:after,
.box_sch_cnt ul:after,
.tab:after,
.tab_ttl:after,
.tab_cnt:after,
.read_all ul:after,
#tmp_event:after,
#tmp_event_ttl:after,
#tmp_event_cnt:after,
#tmp_event_cnt .box_event:after,
#tmp_event_cnt .main_ttl:after,
#tmp_gallery .list_order:after,
#tmp_slide #tmp_slide_cnt:after,
#tmp_slide #tmp_slide_cnt .list_order:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html .box_sch,
*:first-child+html .box_sch_ttl,
*:first-child+html .box_sch_cnt,
*:first-child+html .box_sch_cnt ul,
*:first-child+html .tab,
*:first-child+html .tab_ttl,
*:first-child+html .tab_cnt,
*:first-child+html .read_all ul,
*:first-child+html #tmp_event,
*:first-child+html #tmp_event_ttl,
*:first-child+html #tmp_event_cnt,
*:first-child+html #tmp_event_cnt .box_event,
*:first-child+html #tmp_event_cnt .main_ttl,
*:first-child+html #tmp_gallery .list_order,
*:first-child+html #tmp_slide #tmp_slide_cnt,
*:first-child+html #tmp_slide #tmp_slide_cnt .list_order {
	min-height:1%; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* vistaOS */
body,
input,
select,
textarea {
	font-family: sans-serif\9 !important;
}
/*------------------*/
/* for IE7.0 */
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}