/* 基本設定
------------------------------------------------------------ */
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea,
blockquote,
table, th, td {
	margin: 0;
	padding: 0;
}

body{
	font-size: 100%; /* 全体の文字サイズ */
	line-height: 1.5;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-image: url(../img/boby_bg.gif);
	background-repeat: repeat;
}

img {
	border: none; /* 画像の枠線消去 */
}

font{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* リンク設定
/* --------------------------------------------------------- */
a{
	color: #585858; /* ポイント時の文字色 */
}

a:hover{
	color:#b7b8d5; /* ポイント時の文字色 */
}

/* clear-fix:floatの解除
------------------------------------------------------------ */
.clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix{
	min-height:1px;
}

/* iconの設定
------------------------------------------------------------ */
img.icon{
vertical-align: text-bottom;
}

/* container（全体枠）設定
------------------------------------------------------------ */
#container{
	width: 800px;
	height: 100%; /* 全体枠のセンタリング設定 */
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 6273a7;
	border-right-color: 6273a7;
	border-bottom-color: 6273a7;
	border-left-color: 6273a7;
}


/* header（上部）設定
------------------------------------------------------------ */
#header{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 65px;
}

#header #top_ber {
	background-image: url(../img/boby_hed.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	width: 800px;
}


/* ロゴのボックス設定 */
#header_logo{
	float: left; /* 左へ回り込み */
}

/* サイトマップのボックス設定 */
#sitemap{
	text-align: right;
	font-size: 95%;
	margin-right: 5px;
}
#top_link{
	width: 100%; /* ナビゲーションの幅 */
	padding-top: 0px; /* ナビゲーションの上パディング */
	background-color: #ffffff; /* 下枠線 */
	font-size: 105%;
	height: 50px;
	padding-left: 0px;
}

#top_link ul{
	width: 99%; /* メニューのマージン（上下、左右） */
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	color: #FFF;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#top_link ul li{
	width: 157px; /* タブの背景（左） */
	float: left;
	height: 50px;
	background-image: url(../img/top_link_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_link ul li a{
	display: block; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
	color:#FFF;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 30px;
	width: 158px;
	background-image: url(../img/top_link_a.gif);
}


#top_link ul li a:hover{
	color:#162544;
	background-image: url(../img/top_link_hover.gif);
}
#top_link ul li a:active {
	color: #FFF;
	background-image: url(../img/top_link_active.gif);
}
#top_link ul  li#asty a{
	background-image: url(../img/top_link_asty.gif);
	color: #FFF;
}
#top_link ul li#asty a:hover {
	color: #0c007c;
	background-image: url(../img/top_link_hover.gif);
}

#top_link .visit {
	color: #FFF;
	background-image: url(../img/top_link_visit.gif);
}

/* TOP画像設定
------------------------------------------------------------ */
#top_img{
	text-align: center; /* 画像枠のセンタリング設定 */
	height: 300px;
	width: 800px;
	margin-top: 1px;
}
/* content（本文左側）設定
------------------------------------------------------------ */
#content{
	width: 796px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left; /* 左へ回り込み */
	min-height:120px
}

#content h2{
	font-size: 120%;
	color: #333;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #162544;
	border-left-color: #162544;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 5px;
}

/* お知らせ設定 */
div#news{
	margin:10px 5px 10px 0;
	width: 590px;
	float: left;
}

div#news dl{
	margin:0 10px;
	line-height:2;
}

div#news dt{
	float:left;
	width:10em;
}

div#news dd{
	margin-left:3em;
}

div#news p{
	margin:10px 5px 0 0;
	text-align:right;
	font-size:90%;
}

#banner{
	float: left;
	width: 170px;
	margin: 10px 15px 5px 15px;
	font-size: 70%;
}

/* footer（下部）設定
------------------------------------------------------------ */
#footer{
	width: 800px;
	text-align: center;
	clear: left;
	background-image: url(../img/boby_foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer ul{
	padding: 5px 0;
	border-top: 2px #585858 solid; /* リンク上部の線（幅　色　線種） */
	border-bottom: 2px #585858 solid; /* リンク下部の線（幅　色　線種） */
	list-style-type: none;
	text-align: right;
	font-size: 80%;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	margin-right: 5px;
}

/* --- グループリンク --- */
#footernav .nl{
	margin: 5px 0; /* メニューのマージン（上下、左右） */
	padding: 0;
	border-width: 0; /* リンクの上下線なし */
	list-style-type: none;
	text-align: center;
}

#footernav .nl li {
	padding: 0 3px 0 7px; /* 項目のパディング（上右下左） */
	border-left: 1px #000000 solid; /* 項目の左枠線 */
	display: inline;
	font-size: 85%;
}

#footernav .nl li.first {
	border-left: none;
}

#footer p{
	padding: 0;
	font-size: 80%;
}
