@charset "UTF-8";

/* ―――――――――――――――――――――――――― */
/*  ▼gnavi                       　　 　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_gnavi {
	margin-bottom:7px;
}
/* ―――――――――――――――――――――――――― */
/*  ▼mainimage                   　　 　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_mainimage {
	height:250px;
	text-align:center;
	background:url(/shared/templates/top/images/main/mainimage_bg.jpg) no-repeat center top;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/* ―――――――――――――――――――――――――― */
/*  ▼visitor                        　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_visitor {
	width:100%;
	text-align:center;
	background-color:#DDECF7;
	padding:10px 0px;
	margin-bottom:17px;
	font-size:1%;
	line-height:0.1;
}
#tmp_visitor ul,
#tmp_visitor li {
	padding:10px 0px;
	display:inline;
}
#tmp_visitor img {
	display:inline;
	vertical-align:middle;
}
#tmp_visitor ul li {
	list-style:none;
}
#tmp_guide {
	margin-bottom:15px;
}
#tmp_guide li,
#tmp_subnavi li {
	list-style:none;
}
#tmp_guide,
#tmp_subnavi {
	list-style:none;
}
#tmp_guide li img,
#tmp_subnavi li img {
	vertical-align:bottom;
}
/* ―――――――――――――――――――――――――― */
/* ▼layout            　       　　　　　　    　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_main {
	width:100%;
	height:1%;
	margin-bottom:20px;
}
#tmp_main:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#tmp_wrap_contents {
	height:1%;
}
/* ―――――――――――――――――――――――――― */
/*  ▼layout(right)                  　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_wrap_right {
	margin-left:-190px;
	float:right;
	width:190px;
	height:1%;
}
#tmp_right {
	margin-right:10px;
	position:relative;
	z-index:2;
	height:1%;
}
/* **************** 右列詳細 ******************* */
#tmp_recom h2 {
	margin-bottom:5px;
}
#tmp_recom p {
	margin-bottom:5px;
}
/* ―――――――――――――――――――――――――― */
/*  ▼layout(left and center)        　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_wrap_lc {
	float:left;
	width:100%;
	height:1%;
}
#tmp_wrap_lc:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#tmp_lc {
	margin-right:210px;
	height:1%;
}
#tmp_lc2 {
	width:100%;
	height:1%;
} 
/* ―――――――――――――――――――――――――― */
/*  ▼layout(left)                   　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_wrap_left {
	margin-right:-178px;
	float:left;
	width:178px;
	height:1%;
}
#tmp_left {
	margin-left:13px;
	position:relative;
	z-index:2;
}
/* ―――――――――――――――――――――――――― */
/*  ▼layout(center)                 　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
#tmp_wrap_center {
	float:left;
	width:99%;
}
#tmp_center {
	margin-left:200px;
}
/* **************** 中央列詳細 ****************** */
#tmp_center .infobox {
	width:100%;
	margin-bottom:10px;
	background:url(/shared/templates/top/images/main/h2_bg.jpg) no-repeat right top;
}
#tmp_center .infobox .info_title {
	width:100%;
	margin-bottom:8px;
	height:29px;
}
#tmp_center .infobox .info_utility {
	float:right;
	font-size:1%;
	line-height:0.1;
}
#tmp_center .infobox .info_utility p {
	display:inline;
	margin-left:5px;
}
#tmp_center .infobox .rss {
	display:inline;
	padding:0px 0px 0px 4px;
}
#tmp_emergency h2 {
	margin-bottom:10px;
	background:url(/shared/templates/top/images/main/h2_bg.jpg) no-repeat right top;
}
#tmp_attention h2,
#tmp_latest h2,
#tmp_event h2 {
	float:left;
}
#tmp_emergency,
#tmp_attention,
#tmp_latest {
	margin-bottom:25px;
}
#tmp_center ul {
	margin:10px 0px 0px;
}
#tmp_center ul li {
	margin:3px 0px;
	margin-left:30px;
}
#tmp_emergency ul {
	list-style-image:url(/shared/templates/top/images/main/list_icon_red.jpg);
}
#tmp_attention ul,
#tmp_latest ul,
#tmp_event ul {
	list-style-image:url(/shared/templates/top/images/main/list_icon.jpg);
}
/* ●新着情報＆イベント情報 */
#tmp_latest table p,
#tmp_event table p {
	margin-bottom:0em;
}
#tmp_latest table tr, 
#tmp_event table tr {
	color:#555555;
}
#tmp_latest table th,
#tmp_event table th {
	padding:0.2em 0px 0.2em 10px;
	width:8em;
	font-weight:normal;
}
#tmp_latest table td,
#tmp_event table td {
	padding:0.2em 5px 0.2em 10px;
}
/* ●新着情報 */
#tmp_latest table td p img {
	vertical-align:middle;
	margin-right:5px;
}
/* ●イベント情報 */
#tmp_event table td p {
	padding-left:16px;
	background:url(/shared/templates/free/images/contents/list_icon.jpg) no-repeat 0px 0.3em;
}
/* ●標準テーブル */
td.bg_red,
th.bg_red {
	background-color:#FCECEC;
	color:inherit;
}
td.bg_yellow,
th.bg_yellow {
	background-color:#FBFBDF;
	color:inherit;
}
td.bg_blue,
th.bg_blue {
	background-color:#EBF9FC;
	color:inherit;
}
td.bg_gray,
th.bg_gray {
	background-color:#E9E9E9;
	color:inherit;
}
td.bg_green,
th.bg_green {
	background-color:#EDFBEE;
	color:inherit;
}
td.bg_purple,
th.bg_purple {
	background-color:#EDE9FA;
	color:inherit;
}
/* ―――――――――――――――――――――――――― */
/*  ▼print        　                　　　　   　　 　 */
/* ―――――――――――――――――――――――――― */
@media print {
body {
	background-color:#FFFFFF;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_emergency h2 {
	width:100%;
}
}
/* =========END========= */