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

/*-------------------*/
/* 共通設定　*/
/*-------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/*-------------------*/
/* 大枠ボックス構成　*/
/*-------------------*/

body {
	background-color:#333;
}

#wrapper {
	width: 800px;
	height: 790px;
	margin: 0px auto;
}

#header {
	width: 800px;
	height: 65px;
	background-image:url(../img/header.png);
}

#navi {
	width: 800px;
	height: 40px;
	background-image:url(../img/navi.png);
	margin-bottom: 30px;
}

#main_visual {
	width: 65%;
	height: 790px;
	margin: auto;	
}



#footer {
	width: 800px;
	height: 44px;
}

/*-------------------*/
/* ナビ　*/
/*-------------------*/

#navi th {
	font-family:"ＤＦＧ平成明朝体W5", "ＭＳ Ｐ明朝", "MS Serif";
	color:#FFF;
	font-weight: bold;
}


a:link {
	color:#FFF;
	text-decoration: none;
}

a:visited {
	color:#FFF;
}

a:hover {
	color:#0C0;
}

/*-------------------*/
/* ヘッダー　*/
/*-------------------*/

#mozi_01 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	font-size: 17px;
	font-weight:bold;
	position: relative;
	top: 35px;
	left: 190px;
}


/*-------------------*/
/* main_visual　*/
/*-------------------*/

#img_01 {

}

#mozi_02 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 14px;
	padding-left: 15px;
}

#mozi_03 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 12px;
}

#mozi_04 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 12px;
	padding-left: 10px;
}

#mozi_05 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#F00;
	font-size: 15px;
	padding-right: 500px;
}

#f_ul01 {
	position: relative;
	left: 249px;
	bottom: 40px;
}

#footer li a {
	color:#FFF;
	font-size: 13px;
}

#footer li {
	font-size: 13px;
	display: inline;
	padding-right: 2px;
	padding-left: 5px;
}
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#FFF;
	*/


#f_ul02 {
	color:#FFF;
	position: relative;
	left: 280px;
	bottom: 35px;
}


#from_01 {
	font-family: "ＤＦＧ平成明朝体W5", "ＭＳ Ｐ明朝", "MS Serif";
	color:#333;
	font-size: 14px;
	font-weight:bold;
	padding-left: 10px;
}