@charset "EUC-JP";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 28px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* ~~ リンクのスタイル ~~ */
a:link {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ このコンテナ ~~ */
#container {
	width: 850px;
	background: #ffffff;
	margin: 10px auto;
}
#container_top {
	width: 960px;
	background: #ffffff;
	margin: 5px auto;
}

/* ~~ ヘッダー ~~ */
#header {
	background: #ebf5e5;
	margin: 0px;
	padding: 0px;
	height:60px;

}
#header ul {
	background-color: #FFFFFF;
	margin-top:12px;	
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0074d3;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 282px;
	border-top: 2px solid #b3ddf2;
	border-bottom: 2px double #333333;
	border-left: 2px solid #b3ddf2;
}
#header ul li#nHome a {
	border-left: none;
}
#header ul li a:hover {
	background-color: #b2e7f7;
	color: #333333;
}

/* ~~ レイアウト情報 ~~ */
#content {
	margin: 0px;
	padding: 0px;
	background: #EBF4E4;
}
#content_top {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* ~~ フッター ~~ */
#footer {
	background: #EBF4E4;
	margin: 0px;
	padding: 10px 0 20px 0;
	color: #666666;
	text-align:center;
}
#footer_top {
	background: #ffffff;
	margin: 0px;
	padding: 10px 0 20px 0;
	color: #666666;
	text-align:center;
}

/* -- ページトップへ -- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    font-size: 80%;
}
#page-top a {
    background: #008080;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 16px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #2f4f4f;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}