@charset "utf-8";
@import url(common.css);

/* global navigation */
div#navi ul#locations li.gn1 a img {
	visibility: hidden;
}


div#contents h1.catch {
	background: url(../images/top/catch.jpg) top left no-repeat;
}
div#contents h1.catch p {
	width: 310px;
	margin-left: 6px;
	padding-top: 70px;
}
div#contents h2.tab {
	margin-top: 24px;
	margin-bottom: 4px;
}

div#contents div.recom {
	margin-bottom: 8px;
	padding-bottom: 10px;
	display: block;
}
div#contents div.recom div.lt {
	display: inline;
	float: left;
	width: 232px;
	margin-top: 16px;
	margin-left: 0px;
	text-align: center;
}
div#contents div.recom div.rt {
	display: inline;
	float: left;
	width: 290px;
	margin-left: 0;
	padding-top: 16px;
}
div#contents div.recom div.rt p,
div#contents div.recom div.rt ul {
	width: 280px;
	margin-left: 0;
}
div#contents div.recom div.rt ul {
	margin-bottom: 10px;
}
div#contents div.recom div.rt ul li {
	margin-top: 6px;
	padding-bottom: 3px;
	border-bottom: dotted 2px #999;
}


/* ================================
	更新時ここを書き換える
	(RECOMMEND)
=================================== */
div#contents div.bg_g {
	background-color: #FFEEFF;
}
div#contents div.bg_g p.title{
	font-size: 140%;
	color: #FFFFFF;
	background-color: #FF0066;
	font-weight: bold;
	text-align: center;
}
div#contents div.bg_y {
	background-color: #FFEEEE;
}
div#contents div.bg_y p.title{
	font-size: 140%;
	font-weight: bold;
	background-color: #CC0033;
	text-align: center;
	color: #FFFFFF;
}

div#contents div.bg_g2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #003300;
	color: #FFFFFF;
}
div#contents div.bg_g2 p.title{
	font-size: 140%;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
	color: #FFFFFF;
}
div#contents div.bg_tokuten {
	background-color: #EEFFFF;
	text-align: left;
}

/* ================================== */


div#contents ul.menu li {
	display: inline;
	float: left;
	width: 100px;
	margin-left: 7px;
	font-weight: bold;
	text-align: center;
}
div#contents ul.menu li.fst {
	margin-left: 0;
}
div#contents div.acs {
	position: relative;
	height: 120px;
}
div#contents div.acs p,
div#contents div.acs div {
	position: relative;
	width: 267px;
	margin-left: 0;
}
div#contents div.acs div {
	padding: 6px 0 6px 16px;
	border: solid 1px #ccc;
	background-color: #faf2d1;
}
div#contents div.acs img {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#contents div.news img {
float:right;
margin:0 0 10px 10px;

}
div#contents div.news p{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	overflow: hidden;
}
div#contents div.news span{
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/common/disc2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 1em;
}
div#contents div.news h3{
	background-color: #FFBB00;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
div#contents div.news p.catch {
	font-size: 140%;
	font-weight: bold;
	color: #CC0000;
}

