@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- リンク部 */
a:link {
	color: #0044ee;
	text-decoration: underline;
}

a:visited {
	color: #0044ee;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
 	text-decoration: underline;
}

img {
	border-style:none;
}
/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 85%;
	color:#444;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	background-color: #eef9ff;
}

.red {
	color:#F69;
}

.bold {
	font-weight:bold;
}

.red_bold {
	color:#F69;
	font-weight:bold;
}
/* ---------------------------------------- レイアウトに関する指定 */
#wrapper {
	min-width: 950px;
	margin: 0 auto;
	text-align: center;
}

#header {
	min-width: 950px;
	height: 56px;
	padding: 14px 0 0 0;
	margin: 0 0 7px 0;
	text-align: center;
	background-image: url(bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main {
	clear: both;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0px auto;
	overflow: hidden ;
}

#footer {
	clear: both;
	height: 30px;
	min-width: 950px;
	background: url(bg_footer.gif) repeat-x;
}
/* ---------------------------------------- header内の指定 */
/*----- header_inner -----*/
#header_inner {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/*----- header h1 -----*/

#header h1 {
	float: left;
	margin: 9px 13px 0 5px;
}

/*----- header div#logo -----*/

#header div#logo {
	float: left;
	margin: 9px 13px 0 10px;	
}

/*----- header p#header_bnr -----*/

#header p#header_bnr {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 5px 0 0 4px;
	display: inline;
}

/*----- header_inner01 -----*/

#header_inner01 {
	width:82px;
	margin: 0 15px 0 0;
	padding: 13px 0 0 0;
	float: right;
	}

/*----- header ul -----*/

#header ul {
	overflow: hidden;
}

#header ul li {
	font-size: 0;
	margin: 3px 0 0 0;
}

#header ul li a {
	display: block;
	height: 15px;
}

#header ul li#access {
	width: 58px;
	background: url(access.gif) 0 0 no-repeat;
}

#header ul li#access a:hover {
	background: url(access_on.gif) 0 0 no-repeat;
}

#header ul li a img {
	display: none;
}

/* ----------------------------------------- ナビゲーションバー --- */
.nav {
	width: 950px;
	height:30px;
	background:  url(navi.gif) no-repeat; 
	text-align: center;
	font-size: 85%;
	margin:0 auto 6px;
}

/*----- メニューエリア -----*/
.nav .nl {
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	text-align: center;
}

/*----- メニュー項目 -----*/
.nav .nl li {
	float: left;
}

/*----- 項目の幅（emで指定）-----*/
.nav .nl li.item1 {
	width: 4em;
}

.nav .nl li.item2 {
	width: 9em;
}

.nav .nl li.item3 {
	width: 7em;
}

.nav .nl li.item4 {
	width: 9em;
}

.nav .nl li.item5 {
	width: 9em;
}

.nav .nl li.item6 {
	width: 9em;
}

.nav .nl li.item7 {
	width: 9em;
}

.nav .nl li.item8 {
	width: 10em;
}

/*----- ナビゲーションリンク部 -----*/
.nav .nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 5px 5px;
	border-right: 1px #004080 solid; /* リンクエリアの右枠線 */
	text-decoration: none;
}

/*----- リンクテキストの色 -----*/
.nav .nl li a:link,.nav .nl li a:visited,.nav .nl li a:hover,.nav .nl li a:active {
	color: #ffffff;
}
/*----- ポイント時の設定 -----*/
.nav .nl li a:hover {
	background: #004080 url(navi_on.gif) repeat-x 0 -1px;
	text-decoration: underline;
}

/*----- clearfix -----*/
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* ------------------------------------------ #contents内の指定 */
#content_top {
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	background-image: url(bg_contet_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	background-image: url(bg_content.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	background-image: url(bg_content.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content p {
	padding:0 42px 0 42px;
}

/*----- 一文字大きく表示 -----*/
.fir p:first-letter{
	font-size:200%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#1519be;
	float:left;
	padding: 2px 5px 0 0;
}

/*----- subtitle p#subtitle_bnr -----*/
#subtitle_1 p#subtitle_1_bnr {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 3px 0 0 7px;
	display: inline
}

.title{
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	background-image: url(ul.gif);
	background-position: 0px 10px;
	background-repeat:no-repeat;
	}
h3 {
	font-size: 16px;
	margin: 0 0 0 27px;
}


/* ---------------------------------------- #footer内の指定 */
#footer_inner {
	padding: 5px 0 0 0;
}

#footer p {
	text-align: center;
}

/* ---テーブルデザイン ---*/
table{
	border-collapse:collapse;
	border:1px solid #8DD4E5;
	width:910px;
	font-size:90%;
	color:#444444;
	margin:auto;
}

th{
	background-color:#5C8FE4;
	border:1px solid #8DD4E5;
	padding:0px 3px 0px 3px;
	color:#FFF;
}

td{
	border:1px solid #8DD4E5;
	padding:0px 3px 0px 3px;
}

caption{
	font-weight:bold;
}