@charset "utf-8";
/* CSS Document */


/*--------------------------------------------*/
/* 共通設定　*/
/*--------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	}
	
img{
	border:none;
}


/*--------------------------------------------*/
/* 大枠ボックス構成　*/
/*--------------------------------------------*/

body{
	font-size:small;
	text-align:center;
	background-color:#000;
}

#wrapper{
	width:900px;
	margin: 0px auto;
	text-align: left;
}
#mein{
	width:900px;
	height:400px;
	margin-bottom:20px;
	background-image:url(../images/main.jpg);
	
}

#header{
	width:900px;
	height:50px;
	text-align:left;
	background-image:url(../images/header.jpg);
	
}
#navi{
	width:200px;
	float:left;

}
#right_box{
	width:690px;
	height:600px;
	background-color:#333;
	float:right;
}

#footer{
	clear:both;
	height:250px;
	background-image:url(../images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*--------------------------------------------*/
/* 大枠ボックス構成　*/
/*--------------------------------------------*/

h1{
	color:#FFF;
	font-size:13px;
	}


/*--------------------------------------------*/
/* ナビゲーション　*/
/*--------------------------------------------*/
#navi ul{
	list-style-type:none;
	margin-bottom:70px;
	}	
#navi ul li{
	width:200px;
	height:35px;
	}
.banner{
	margin-bottom:5px;
}
#navi p{
	color:#FFF;
	font-weight:bold;
	}

/*--------------------------------------------*/
/* ライトボックス　*/
/*--------------------------------------------*/
h2{
	color:#FFF;
	margin:10px;
	padding-left:10px;
	border-left:5px solid #FFF;
	border-bottom:1px solid #FFF;
	font-size:18px;
	}
#right_top{
	width:690px;
	height:20px;
}	
#right_bottom{
	width:690px;
	height:580px;
	overflow:auto;
	
}

a{
	text-decoration:none;
	color:#CCC;
	
}

/*--------------------------------------------*/
/* フッター　*/
/*--------------------------------------------*/

.link{
	text-align:right;
	color:#FFF;
	margin-right:5px;
	margin-top:5px;
	
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:visited{
	color:#603;
}
#footer a:hover{
	color:#003;
}
.kinsi{
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top:150px;

}







