@charset "Shift-JIS";
/* CSS Document */

/* 総合部分 */

html {
	background:#00a0e9;
}

body {
	margin:0;
	padding:0;
	background:#ffffff;
}

#wrapper {
	margin:0 auto;
	padding:0;
	font-size:13px;	
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align:center;	
}

a {
	color:#00a0e9;
}

a:hover {
	color:#888888;
}

img {
	border:none;
}

/* インデックス上部 */

#index_box {
	margin:0 auto;
	padding:200px 0 50px 0;
	width:100%;
	text-align:center;
}

#main_box {
	margin:0 auto;
	width:950px;
	text-align:center;
	overflow:hidden;
}

#index_box h1 {
	float:left;
	margin:0;
	width:250px;
	height:147px;
	background:url(../images/logo.png) no-repeat 0px 0px;
	text-indent:-9999px;
	display:block;
}

/* メニュー部分 */

#navi_box {
	float:left;
	margin:0;
	width:700px;
	height:80px;
}

#navi {
	margin:55px 0 0 0;
	padding:0;
	width:700px;
	height:25px;
	list-style:none;
}

#text_box h2 {
	float:left;
	margin:32px 0 0 0;
	width:700px;
	height:35px;
	background:url(../images/text.png) no-repeat 0px 0px;
	text-indent:-9999px;
	display:block;
}

/* インデックス下部 */

#sub_box {
	margin:0 auto;
	width:100%;
	background:#00a0e9;
	text-align:center;
}

#middle_box {
	margin:0 auto;
	padding:50px 0 0 0;
	width:950px;
	text-align:center;
}

#info_box {
	margin:0 0 0 250px;
	width:700px;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}

#info_box a {
	color:#ffffff;
	text-decoration:none;
}

#info_box a:hover {
	color:#a4dbf4;
}

#info_box dl {
	margin:0 0 10px 0;
	width:700px;
	text-align:left;
}

#info_box dt {
	float:left;
	margin:0;
	width:85px;
	text-align:left;
}

#info_box dd {
	float:left;
	margin:0;
	width:615px;
	text-align:left;
}

#footer_box {
	margin:50px 0 0 0;
	width:950px;
	height:20px;
	background:url(../images/copy.png) no-repeat 650px 0px;
	text-indent:-9999px;
	display:block;
}