@charset "utf-8";
/* formatting style
------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html {
    overflow-y:scroll;
    }
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Tahoma;
	font-size: 75%;
	line-height: 1.6;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link style
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF004F;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF004F;
	text-decoration: underline;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------------*/
#contents
 {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#ichimai {
	padding: 15px;
}
#ichimai  .kikaku {
	font-size: 120%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
#ichimai #cc {
	clear: both;
}

#ichimai .shita {
	display: block;
	text-align: right;
	padding-right: 30px;
}
#ichimai h2 {
	font-weight: bold;
	display: block;
	border-bottom: 2px solid #666666;
	padding-left: 25px;
	font-size: 130%;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF004F;
	background-image: url(../images/arrow/bullet5.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ichimai h3 {
	display: block;
	border-top: 2px solid #FF004F;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 23px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/arrow/bullet4.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
#ichimai    .sage    {
	margin-top: 3px;
	display: block;
}
#ichimai h4 {
	font-size: 100%;
	background-image: url(../images/arrow/bullet6.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#ichimai h5 {
	font-size: 120%;
	font-weight: normal;
	color: #FF004F;
	padding-left: 25px;
	line-height: 1.2;
}

#ichimai p {
	line-height: 1.8;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
#ichimai  p  a.link {
	background-image: url(../images/arrow/arrow_hover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#ichimai .bikou {
	font-size: 70%;
}

#ichimai  p  a:hover.link {
	background-image: url(../images/arrow/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#ichimai p#column {
	clear: both;
	display: block;
}


#ichimai #photoL {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

#ichimai table {
	margin-left: 25px;
	margin-bottom: 15px;
	border: 2px solid #999999;
	border-collapse:collapse;
	margin-right: 25px;
}
#ichimai table th.odd {
	background-color: #EFEFEF;
}

#ichimai table tr.odd {
	background-color: #EFEFEF;
}
#ichimai table td.odd {
	background-color: #EFEFEF;
}
#ichimai table p {
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: 0px;
}
#ichimai #poster {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#ichimai #map1L {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#ichimai #map1R {
	float: right;
	width: 280px;
}
#ichimai #badge {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}

#ichimai .olwaku {
	clear: both;
	float: left;
	width: 600px;
	padding-left: 130px;
}


#ichimai  .olang {
	float: left;
	width: 230px;
	margin-bottom: 30px;
	margin-right: 40px;
}
/* header styles
------------------------------------*/
#header {
	background-image: url(../images/headvisual_thin.jpg);
	background-repeat: no-repeat;
	height: 184px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 24px;
	top: 5px;
}
#header ul {
	width: 800px;
	position: absolute;
	top: 154px;
	background-color: #FFFFFF;
}
#header ul li {
	list-style: none;
	float: left;
}
/* footer styles
------------------------------------*/
#footer {
	padding: 10px;
	clear: both;
	background-image: url(../images/footbg.gif);
	color: #FFFFFF;
	width: 780px;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 15px;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/arrow/arrow_up_hover.gif);
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin-top: 0px;
}
#ichimai .kikaku02 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
#ichimai .shita02 {
	display: block;
	text-align: right;
	padding-right: 30px;
}
#ichimai  .shita03 {
	display: block;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 5px;
}
#ichimai #qr {
	float: right;
	margin-right: 0px;
}
