@charset "utf-8";


/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #729AA3;
	text-align: center;
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	line-height: 1.3em;
}
a {
	color: #0e2884;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
strong {
	font-weight: bold;
}

strong.more {
	font-size: 120%;
}

small {
	font-size: 80%;
	font-weight: normal;
}

address {
	width: 760px;
	margin: 0 auto;
	font-size: 80%;
	color: #FFFFFF;
	font-style: normal;
	padding-bottom: 25px;
	line-height: 1.1em;
}

img.btm {
	vertical-align: bottom;
}

img.right {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.left {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

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

#container {
	width: 780px;
	background-image: url(../common/main_bg.jpg);
	background-repeat: no-repeat;

}

.clear {
	clear: left;
}

.clr {
	clear: left;
	height: 1px;
	font-size: 0px;
	padding: 0;
	margin: 0;
}

.pagetop {
	clear: both;
	text-align: right;
	padding: 20px 0 40px 0;
}

.center {
	text-align: center;
}

/* ヘッダ
---------------------------------------------*/
#header {
	float: left;
	width: 760px;
	margin: 18px auto 5px 10px;;
}
#header #logo {
	float: left;
	width: 301px;
	margin-left: 5px;
}
#header #logosub {
	float: left;
	width: 126px;
	margin: 15px 0 0 10px;
}

#header #hello {
	float: left;
	width: 313px;
	font-size: 70%;
	text-align: right;
	margin-top: 30px;
}

#header img {
	vertical-align: bottom;
}

#grobalnavi {
	clear: left;
	background-image: url(../common/gnavi_bg.jpg);
	height: 31px;
	width: 780px;
	background-repeat: no-repeat;
}
#grobalnavi ul {
	list-style-type: none;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#grobalnavi li {
	display: inline;
	float: left;
	height: 31px;
}

#grobalnavi img {
	vertical-align: bottom;
}

#pankuzu {
	height: 35px;
	width: 780px;
	background-image: url(../common/pankuzu_bg.jpg);
	font-size: 80%;
	text-indent: 20px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#pankuzu a {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}

/* コンテンツ
---------------------------------------------*/
#contents {
	padding: 0 40px;
}

#contents h1 {
	margin-bottom: 40px;
}

#contents p {
	padding-bottom: 20px;
}


/* フッタ
---------------------------------------------*/

#footnavi {
	clear: left;
	height: 35px;
	width: 780px;
	background-repeat: no-repeat;
}
.footonavi-common {
	background-image: url(../common/footnavi_bg.jpg);
}
.footonavi-common2 {
	background-image: url(../common/footnavi_bg474.jpg);
}

#footnavi ul {
	list-style-type: none;
	margin: 0 10px;;
	text-align: right;
}
#footnavi li {
	display: inline;
	font-size: 80%;
	margin-right: 25px;
}
#footnavi a {
	color: #0e2884;
	text-decoration: none;
}

