@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: 375px;
	height: 246px;
	padding: 50px;
	float:left;
	text-align:center;
	background-image:url(../images/wrapper_bg.jpg);
}

#left2_box {
	height: 160px;
	background-color:#FFFFFF;
	border-style:solid;
}
	

#right_box {
	width: 375px;
	height: 246px;
	padding: 50px;
	float:left;
	text-align:center;
	background-image:url(../images/wrapper_bg.jpg);
}

#right2_box {
	height: 160px;
	background-color:#FFFFFF;
	border-style:solid;
}

#bottom_box {
	width: 850px;
	height: 254px;
	padding: 50px;
	float:left;
	text-align:center;
	background-image:url(../images/wrapper_bg.jpg);
}

#bottom3_box {
	width: 233px;
	height: 130px;
	float:left;
}

#bottom2_box {
	width: 375px;
	height: 140px;
	background-color:#FFFFFF;
	border-style:solid;
	float:left;
}

#bottom4_box {
	width: 233px;
	height: 130px;
	float:left;
}


#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;
}


/* ------------------------------ */
/* リスト設定 */
/* ------------------------------ */

ul {
	list-style-position:inside;
	list-style-type:decimal-leading-zero;
	margin-bottom: 50px;
}	

