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

*{
	margin:0;
	padding:0;
	border:0;
}

body {
	color:#333333;
	font-size:12px;
	text-align:center;
	background:url(../img/bg.gif) center repeat-y;
	background-color:#f0f0f0;
	line-height:1.4em;



}

div#rapper {
	width:700px;
	min-height:800px;
	text-align:left;
	margin:0 auto;

}

div#header {
	background:url(../img/title.gif) left top no-repeat;
	width:700px;
	height:100px;
	color:#FFFFFF;
}

div#header h1 {
	float:left;
	padding:18px 10px 10px 25px;
	width:150px;
	font-size:24px;
	
}

div#header p {
	float:left;
	width:500px;
	font-size:12px;
	margin:10px 0 0 0;
}



div#header p a {
	display:block;
	text-align:right;
	margin:35px 10px 0 0;
	color: #FF0000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#header p a:hover {
	color: #00FFFF;
}
	

div#main {
	width:700px;
	text-align:left;
}

table {
	width:660px;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	clear:both;

}

table td {
	border-top: 1px solid #CCCCCC;
	padding:2px;
}

table#setsumei {
	width:550px;
	padding:5px 0 0 0;
	margin:20px auto;
}

address{
	padding:10px 0;
	text-align:center;
}

ul {
	width:600px;
	margin:0 0 0 50px;
	text-align:center;
}

ul li {
	background:url(../img/btn_o.gif) left top no-repeat;
	float:left;
	width:56px;
	list-style:none;
	margin:0 5px;
	font-size:18px;
}

li a {
	text-decoration:none;
	color:#666666;
	width:56px;
	padding:17px 0 5px 0;
	display:block;

}

*html body ul li {
	margin:0 3px;
}


.on {
	background: url(../img/btn.gif) left top no-repeat;
	color:#000000;
	font-weight:bold;
	
}

.on a {
	color:#333333;
	
}

div#attention {
	width:500px;
	margin:10px auto;
	background-color:#FFFFFF;
}

