@charset "utf-8";
/* サイト全体
*/
body {
	background-image: url(../img/bg_bk.gif);
	background-attachment: fixed;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	background-color: #0E3771;
	color:#333333;
}
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:1.8em;
	font-size:0.8em;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:1;

}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
.df_ul {
	margin-left:10px;
}
.df_ul li {
	margin-left:10px;
	list-style:disc;
}

/*
 テンプレートレイアウトスタイル [
----------------------------------------------------------- */
#wrapper {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* ヘッダー部分
*/
#header {
	background-image: url(../img/main_bg_top.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 100%;
	color: #333333;
	padding-top: 15px;
	text-align: center;
	font-weight:normal;
}

/* キービジュアル部分
*/
#key {
	float: left;
	height: 125px;
	width: 850px;
	background-image: url(../img/waterheader800.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1.8em;
	color: #666666;
	padding-top: 54px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#key span {
	margin:40px;
}

/* メイン部分
*/
#main {
	height: auto;
	width: 900px;
	float: left;
	display:inline;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
}

/* レフト部分
*/
#left {
	width: 230px;
	height: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	display:inline;
}

/* グローバルナビゲーション部分
*/
.gn_menu {
	background-image: url(../img/menu_bk.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 180px;
	margin-left: 25px;
	
}
.gn_menu span {
	color: #FFFFFF;
	text-align: center;
	width: 180px;
	font-size: 0.8em;
	height: 31px;
	display: block;
	float: left;
	line-height: 31px;
}
.gn {
	width: 180px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 25px;
}
.gn li {
	list-style-image: none;
	list-style-type: none;
	height: 30px;
	width: 145px;
	background-image: url(../img/submenu0.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 5px;
}
.gn li a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 170px;
	color:#333333
}
.gn li a:hover {
	display: block;
	background: url(../img/submenu0.gif) 0 -30px no-repeat;
	padding-left: 25px;
	margin-left: -25px;
}


/* ライト部分
*/
#right {
	width: 645px;
	height: auto;
	float: left;
	margin: 0px;
	display:inline;
	padding-right: 25px;

}

/* コンテンツスタイル
*/
.midashi {
	height: 23px;
	width: 645px;
	background-image: url(../img/midashi.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
.midashi span {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
	padding-left: 25px;
}
#right p {
	margin-bottom:10px;
}


/* フッター部分
*/
#footer {
	background-image: url(../img/footer.png);
	height: 17px;
	width: 800px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	color: #CCCCCC;
	float: right;
}
#footer span {
	padding-right: 5px;
}
#footer_link {
	font-size: 0.8em;
	
	color: #454545;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	width: 800px;
	float: left;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer_link ul {
	width: 100%;
	display: inline;
	text-align: center;
	float: left;
} 
#footer_link ul li{
	list-style-type: none;
	display: inline;
} 
	
