@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Arial", "Osaka", "ヒラギノ角ゴPro W3";
	background-color: #ffffff;
	text-align: center;
	font: 13px;
	font-size: 0.875em;
	*font-size: x-small;
	letter-spacing: 0.1em;
}


img {
	border: 0px;
}

img.vbtm {
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

small {
	font-size: 85%;
}


a {
	color:#3b7fb9;
	text-decoration: none;
}

a:hover {
	color:#a0a0a0;
	text-decoration: underline;
}

a:active {
	color:#a0a0a0;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

/* For modern browsers */

.clr:before, .clr:after {
    content: "";
    display:block;
	overflow:hidden; 
}

.clr:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.clr{
    zoom: 1;
	position: relative;  /* For DW CS3 */
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

th {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}

td {
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

em {
	letter-spacing: 0;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

h1 {
	margin-bottom: 30px;
}


table {
	font-size: 100%;
}

#header {
}

#header #headline {
	background: #3b7fb9;
	color:#fff;
	height: 25px;
}


#header #headline h1 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}

#header #headline h2 {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}

#header #headtitle {
	width: 700px;
	margin: 0 auto;
}


#header #logo {
	float: left;
	width: 250px;
	margin: 10px 0;
}

#container {
	margin: 0 auto;
	width: 700px;
	*font-size: 108%;
}

#container th, #container td {
	*font-size: 108%;
}

*:first-child+html #container {
	font-size: 138.5%;
}

*:first-child+html th {
	font-size: 138.5%;
}

*:first-child+html td {
	font-size: 138.5%;
}


#contents {
	border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
	background-color: #ffffff;
	padding: 0 0 20px 0;
	text-align: left;
}

#contents p.center {
	text-align: center;
}

#contents p.right {
	text-align: right;
}

#main {
	width: 700px;
}

#main h2 {
	font-size: 120%;
	background-image: url(../images/bg-h2.jpg);
	background-repeat: no-repeat;
	padding: 8px 10px 10px 30px;
	margin-bottom: 20px;
}

#main h2.yutai {
	font-size: 120%;
	background-image: url(../town/images/bg-h2_yutai.jpg);
	background-repeat: no-repeat;
	padding: 8px 10px 10px 30px;
	margin-bottom: 20px;
}

#main h3 {
	font-size: 110%;
	background-image: url(../images/bg-h3.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 9px 10px 10px 25px;
	margin-bottom: 20px;
}

#main p {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.4em;
}

#main h2.town {
	font-size: 120%;
	background-image: none;
	padding: 0;
	margin-bottom: 20px;
}

#main table {
	margin: 20px 0 0 50px;
}

#main th, #main td {
	padding: 10px 20px;
	border-bottom: solid 2px #fff;
}

#main th {
	background-color: #f0f0f0;
}

#main span {
	font-size: 90%;
	color: #cc0000;
}

#main input {
	padding: 3px;
	width: 200px;
}

#main input.btn {
	padding: 5px;
	width: 100px;
	margin: 20px 10px 0 0;
}

#main textarea {
	padding: 3px;
	width:300px;
	height: 100px;
}

#attention {
	margin-top: 20px;
}

#footer {
}

*:first-child+html #footer {
	font-size: 138.5%;
}
#footer #copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}


