@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}


body{
	background:url("img/bg.gif");
	color:#333;
	text-align:center;
	margin:20px 0px;
}

br{
	letter-spacing:normal;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

img{
	border:0px;
}

#temp{
	width:950px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:0px auto;
}

#header{
	background:#fff;
	width:950px;
	height:75px;
	text-align:left;
}

#all{
	background:#fff;
	width:930px;
	text-align:left;
	padding:10px;
}

#all:after{
	content:"none";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#menu{
	background-color:#fff;
	width:260px;
	text-align:left;
	float:left;
}

#main{
	background-color:#fff;
	width:660px;
	text-align:left;
	padding-left:10px;
	float:left;
}

#footer{
	width:950px;
	height:17px;
	clear:both;
	padding:8px 0px;
}

#header h1{
	color: #FF6600;
	font-size: 30px;
	padding:25px 0px 0px 25px;
}

#menu h2{
	background:url("img/mark.gif") no-repeat;
	width:250px;
	height:20px;
	font-size:18px;
	padding:4px 0px 4px 25px;
}

#menu h3{
	width:240px;
	height:20px;
	font-size:14px;
	color:#333;
	padding:4px 0px 4px 20px;
}

#main h2{
	background:url("img/mark.gif") no-repeat;
	padding:8px 0px 0px 25px;
	font-size: 18px;
}

#main a {
	color: #FF9933;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 20px 3px 10px;
	text-decoration: underline;
}

#main .message{
	font-size: 16px;
	padding: 5px 30px 10px 20px;
	line-height: 130%;
}

dd{
	margin:0px 0px 12px 12px;
}

address{
	padding:10px 0;
	font-size:0.63em;
	color:#333;
}

p.read {
	text-align: center;
	font-size: 10px;
	padding:0px 0px 30px 0px;
}

p.adv {
	font-size: 8px;
	padding: 5px 5px 0px 10px;
}

#pankuzu {
	text-align: left;
	font-size: 8px;
	padding: 10px 0px 10px 10px;
}