@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #C2C7DD;
}


/* 基本設定 */

body a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#top a:hover, #bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

body a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

body a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* レイアウト設定ー上部 */

.toppage #top {
	width: 100%;
	height: 450px;
	margin: 0px;
	background-color: #293D87;
}

.mainpage #top {
	width: 100%;
	height: 450px;
	margin: 0px;
	background-color: #293D87;
	overflow: auto;
}

.pastex #top {
	width: 100%;
	height: 450px;
	margin: 0px;
	background-color: #293D87;
	overflow: auto;
}

#header {
	width: 780px;
	height: 15px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
	font-size: 11px;
}

#main {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}


/* レイアウト設定ーメイン（トップページ） */

#title a {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 70px;
	margin: 150px auto 200px auto;
	background-image: url(../images/title_ov.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#title a:hover {
	background-position: 0px -70px;
}


/* レイアウト設定ーメイン（メインのページ） */

#pagetitle h2 {
	display: block;
	width: 480px;
	height: 15px;
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	font-weight: normal;
} 

#maintext {
	disply: block;
	float: left;
	width: 470px;
	height: 100%;
	padding: 0px 50px 0px 60px;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
}

p.extitle {
	font-size: 14px;
	text-align: center;
	line-height: 2em;
}

p.exinfo {
	padding-left: 70px;
}

p.exinfoaddress {
	padding-left: 106px;
}

p.protitle {
	font-size: 14px;
	text-align: center;
	line-height: 2em;
}

.protext {
	line-height: 1.2em;
}

#mainimage {
	float: right;
	width: 150px;
	margin-right: 50px;
	text-align: center;
}

#mainimage img {
	border: none;
	margin-bottom: 20px;
}

img.exmap {
	border: none;
	margin-top: 100px;
}

p.exmapinfo {
	font-size: 11px;
}

img.proimage {
	border: none;
	margin-top: 60px;
}


/* レイアウト設定ーメールフォーム */

.mailform {
	display: block;
	width: 430px;
	height: 25px;
	margin: 10px auto;
}

.mailformcmt {
	display: block;
	width: 430px;
	height: 80px;
	margin: 10px auto;
}

.maillabel {
	display: block;
	float: left;
	width: 120px;
	padding-right: 10px;
	text-align: right;
}

.mailinput {
	display: block;
	float: right;
	width: 300px;
	text-align: left;
}

#mailconf {
	display: block;
	width: 430px;
	margin: 10px auto;
}

#mailbutton {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.maillabelconf {
	display: block;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.mailinputconf {
	display: block;
	width: 300px;
	padding-left: 120px;
	margin-top: -21px;
	text-align: left;
}


/* レイアウト設定ー下部 */

#bottom {
	clear: both;
	width: 100%;
	margin: 0;
	background: url(../images/footer.jpg) repeat-x;
}

#footer {
	width: 780px;
	height: 100px;
	margin: 0 auto;
}

#navi {
	height: 20px;
	padding-top: 10px;
	font-size: 11px;
}

#navi .mark {
	font-weight: bold;
	text-decoration: overline;
}

p.naviinfo {
	font-size: 10px;
	margin-top: 5px;
}

#f01 a {
	display: block;
	text-indent: -9999px;
	width: 170px;
	height: 70px;
	float: left;
	background-image: url(../images/footer_01ov.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#f01 a:hover {
	background-position: 0px -70px;
}

#f00 {
	display: block;
	float: left;
	width: 440px;
	font-size: 10px;
}	

#f02 a {
	display: block;
	text-indent: -9999px;
	width: 170px;
	height: 70px;
	float: right;
	margin-top: 0px;
	background-image: url(../images/footer_02ov.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
		
#f02 a:hover {
	background-position: 0px -70px;
}

