@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: 340px;
	height: 110px;
	padding: 10px;
	padding-left: 140PX;
	float:left;
	text-align:center;
	background-image:url(../images/wrapper_bg.jpg);
}


#right_box {
	width: 420px;
	height: 90px;
	float:left;
	padding: 20PX;
	text-align:left;
	background-image:url(../images/wrapper_bg.jpg);
}


#right1_box {
	width: 238px;
	height: 70px;
	float:left;
	padding-top: 20px;
	padding: 10PX;
	background-color:#FFF;
	border-style:solid;
}


#bottom_box {
	width: 760px;
	height: 472px;
	padding: 20px;
	padding-left:170px;
	padding-bottom:80px;
	float:left;
	text-align:left;
	background-image:url(../images/wrapper_bg.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;
}


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

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

table {
	background-color:#FADCE9;
	border-collapse:collapse;
}

table tr td {
	padding: 10px;
	border-bottom: 1px dotted #FFF;
	border-top: 1px dotted #FFF;
}

.white_back {
	background-color:#FFF;
}

.pink_back {
	background-color:#EA84B2;
}

.btn {
	text-align:center;
}