@charset "utf-8";
/*　全体の設定　*/

BODY{
  font-size : 12px;
  color : #FFFFFF;
  padding : 0px;
  margin : 0px;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align:center;
  background-color:#000000;
}

a {
        text-decoration: none;
}

a:link { color: #000000; }
a:visited { color: #990000; }
a:active { color: #b5845b; }
a:hover { color: #FFFFFF; }

br{
	letter-spacing:normal;
}





/* 記事部分の合計幅 */

#wrapper{
	width:100%;
	margin: 0px;
	background-image: url(img/m_bg.jpg);
	height: 395px;
}



#main {
	margin:0 auto;
	background-repeat:repeat-y;
	width:732px;
	background: url(img/m01.jpg) center 0 repeat-y;
	padding: 0;
	height: 373px;
}

#main_bottom {
	margin:0 auto;
	padding: 5px 0;
	width:680px;
	background-color:#000000;
}




/*　ヘッダーの設定　*/

#header-l{
	height : 100px;
	background: url(img/bg.jpg);
	background-repeat : repeat-x;
	width: 100%;
}

#header{
	height : 100px;
	width:732px;
	background: url(img/3.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	margin: 0px auto;
}


/*　フッダーの設定　*/

#footer{
	text-align: center;
	padding: 0;
	margin: 0;
	width: 680px;
}

/*　各部のテキスト設定　*/




ul {
	text-align:center;
	margin: 0px;
	padding-left: 15px;
	list-style-type: square;
	text-decoration: underline;
	color: #000000;
}


li {
     text-align: left;
     line-height: 1.5;
     padding: 0px 5px 5px 0px;
     text-decoration: none;
}


.txt_box {
	margin:0 auto;
	padding:30px 0 5px 0;
	width:680px;
	border-bottom:dotted #6F6448 1px;
}

.link_box {
	margin:0 auto 0px auto;
	padding:150px 0 0px 0;
}

h1 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	color:#FFFFFF;
	text-align:center;
	padding-left: 200px;
	padding-top: 0px;
}

.font_1 {
	margin:0;
	padding:27px 0 0 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#FF6600;
	text-align:center;
}


.font_2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:39px;
	color:#999999;
	text-align:center;
}
.font_3 {
	padding:0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#FFFFFF;
	text-align:left;
}

.font_4 {
	padding:0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#FFFFFF;
	text-align:left;
}



.font_5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	text-align:center;
	margin: 0;
	padding:80px 0 0 0;
}

a.link1:link {
	color:#FF6600;
	text-decoration:underline;
	font-weight: bolder;
}

a.link1:visited {
	color:#FF6600;
	text-decoration:underline;
}

a.link1:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.link1:active {
	color:#FFFFFF;
}

a.link2:link {
	color:#FFFFFF;
	text-decoration:underline;
}

a.link2:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a.link2:hover {
	color:#6F6448;
	text-decoration:none;
}

a.link2:active {
	color:#FFFFFF;
}

