@charset "utf-8";
/* CSS Document */

html {
    overflow: auto;
}

body {
	color: #FFFFFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;	/*背景色、背景画像の読み込み*/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 75%;
	line-height: 2;
	background-color: #000000;
	min-width:1000px;
	overflow-x: hidden;
	position: relative;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 18px;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #0e36ca;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover img{
	opacity:0.80; /* opera firefox safari */
	filter: alpha(opacity=80); /* ie */
}
#headh1 {
	background-image: url(../images/head-haikei.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	background-position: bottom;
}


/*h1見出しタグ設定*/
#header h1 {
	font-size: 16px;	/*文字色*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 a {
	text-decoration: none;			/*メニュー１個あたりの幅*/
	display: block;	/*文字を太字にする設定*/
	color: #FFF;
}
#header #navi{
	background-image: url(../images/navi_1.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: -500%;
	margin-left: -500%;
	padding-top: 0;
	padding-right: 500%;
	padding-bottom: 0;
	padding-left: 500%;
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
ul#menu {
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 432px;
}
/*メニュー１個ごとの設定*/
ul#menu li {
	float: left;
	width: 190px;
	height: 49px;
	padding-top: 8px;
}
ul#menu li a {
	font-size: 18px;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	height: 57px;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*マウスオン時の設定*/
ul#menu li a:hover {
	color: #999;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;
	padding-bottom: 30px;
}
/*subブロック内のbox1タグ設定*/
#sub .subbox {
	border: 1px solid #666666;	/*背景色*/
	width: 218px;
	text-align: center;
	margin-bottom: 18px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#sub .twitterbox {
	width: 218px;
	text-align: center;
	padding-bottom: 15px;
}




/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin: 0px;

}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	margin-bottom: 10px;
	height: 86px;
}
ul.submenu li a {
	display: block;
	text-decoration: none;
}
ul.submenu li a:hover {


}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	min-width:1000px;
	color: #FFF;
	background-image: url(../images/foot-haikei.gif);
	text-align: center;
	background-repeat: repeat-x;
	height: 177px;
}

#footer #foot {
	height: 141px;
	margin-bottom: 5px;
	clear: both;
}
#foot #footl {
	float: left;
}
#foot #footr {
	float: right;
	position: relative;
}

#footer address {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.color1 {
	color: #0e36ca;
}
.font-18 {
	font-size: 18px;
}

.font-26 {
	font-size: 26px;
}
.font-13 {
	font-size: 13px;
}
