@charset "Shift_JIS";
/* 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;
}

#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 67px;
	color:#ffffff;		
	background-color:#000000;
}

a:link {
	color:#F9C;
}

a:visited {
	color:#FFCCFF;
}

a:hover {
	color:#F60;
}

#navi {
	width: 950px;
	height: 54px;
}

#pankuzu {
	width: 950px;
	height: 20px;
}

#pankuzu p img{
	float:right;
}

#left_box {
	width: 94px;
	height: 590px;
	float:left;
	background-color:#000000;

}

#main_visual {
	width: 762px;
	height: 590px;
	float:left;
	background-color:#000000;

}

#right_box {
	width: 94px;
	height: 590px;
	float:left;
	background-color:#000000;

}

#bottom_box {
	width: 950px;
	height: 110px;
	float:left;
	background-image:url(../images/top_5.jpg);
}

#footer {
	width: 950px;
	height: 70px;
	color:#ffffff;
	background-color:#000000;
	float:left;
}

#main_left {
	float:left;
}

#main_right {
	float:left;
}

#footer_1 {
	width: 950px;
	height: 40px;
	padding-top: 8px;
	color:#ffffff;
	font-size:small;
	text-align:center;

}

#footer_2 {
	width: 950px;
	height: 30px;
}


