/* CSS Document */

/*
***********************************
*
*	フォントサイズ、種類、行間
*
***********************************
*/
body,h1,h2,h3,h4,h5,h6,pre,td,th,caption {
font-family: "Hiragino Kaku Gothic pro","ヒラギノ角ゴ Pro W3", Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

html{
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg.jpg);
	background-color: #F0F0F0;
	background-position: center;
	}
	
body{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: small;
	color: #333333;
	background-repeat: repeat-y;
	background-image: url(../images/bg.jpg);
	background-color: #F0F0F0;
	background-position: center;
	}

h1,h2,h3,h4,div,p,ul,ol,li,dd,dt,dl,hr{
	margin: 0;
	padding: 0;
	}

img{
	border: 0px;
	}

a{
	color: #006699;
	}

a:hover{
	color: #C02B19;
	}

.small{
	font-size: x-small;
	}
	

/* 全体 */
#wrapper {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	}

/* ヘッダー */
#head {
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 114px;
	background-image: url(../images/head_bg.jpg);
}

#head h1 a{
	background-image: url(../images/logo.jpg);
	height: 114px;
	width: 275px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	text-indent: -9999px;

}
#head_list {
	float: right;
	height: 40px;
	width: 460px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_list ul {
	margin: 0px;
	padding: 0px;
}
#head_list li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 15px;
	list-style-type: none;
	font-size: x-small;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 15px;
	background-position: left center;
}





#navi_ban {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
#navi_ban h3 {
	background-color:#E3E3E3;
	color:#333333;
	font-size:x-small;
	font-weight:normal;
	margin-top:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
}






/* フッターー */
#footer {
	width: 780px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6600;
	margin: 0px;
	height: auto;
	padding-top: 10px;
	float: left;
}



#footer_list {
	margin: 0px;
	width: 760px;
	padding-left: 20px;
	padding-top: 5px;
	clear: both;
}
#footer_list ul {
}
#footer_list li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	font-size: x-small;
	font-weight: normal;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
}
#copyright {
	width: 780px;
	padding-top: 15px;
	text-align: center;
	clear: both;
	font-size: small;
	font-weight: normal;
}

