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

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background:#CEF0FF;
	text-align:center;
	color:#333333;
	font-size:12px;
	line-height:160%;
}

img{
	border:0;
}

ul,ol,dl{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#header{
	background:url(../images/common/header_bg.jpg) no-repeat #FFF;
	color:#666;
	width:850px;
	height:105px;
	text-align:left;
	margin:0px auto;
}

#header #top{
	width:850px;
	height:40px;
}

#header #key{
	margin:20px 0px 0px 0px;
	float:left;
}

#header #header_link{
	width:200px;
	margin:20px 0px 0px 0px;
	float:right;
}

#header #header_link li{
	float:right;
	padding:0px 10px 0px 0px;
}

#header #logo{
	float:left;
}

#header #logo a{
	display:block; 
	width:274px;
	height:46px;
	margin:10px 0px 0px 15px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(../images/common/logo.jpg) no-repeat;
}

#header #ad{
	float:right;
	padding:10px 15px 0px 0px;
}

#wrapper{
	background:#FFF;
	width:820px;
	_width:850px;
	margin:0px auto;
	text-align:left;
	padding:0px 15px 0px 15px;
}

#pankuz{
	width:820px;
	margin:0px 0px 5px -5px;
	padding:10px 0px 0px 0px;
	color:#666;
}

#pankuz a{
	padding:0px 5px 0px 5px;
}

#left_content{
	width:180px;
	float:left;
}

#left_content p{
	margin:0px 0px 15px 0px;
	font-size:14px;
}

#category{
	background:#FCF9F1;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}

#category a{
	color:#666;
	text-decoration:underline;
}

#category a:hover{
	text-decoration:none;
}

#category p{
	margin:0px 0px 10px 0px;
	font-size:12px;
}

#navi{
	width:180px;
	margin:0px 0px 15px 0px;
}

#navi li a{
	text-indent:-5000px;
	overflow:hidden;
	width:180px;
	height:42px;
	margin:0px 0px 3px 0px;
	display:block;
}

#n1 a{
	background:url(../images/common/n1.jpg) no-repeat;
}

#n1 a:hover{
	background:url(../images/common/n1_o.jpg) no-repeat;
}

#n2 a{
	background:url(../images/common/n2.jpg) no-repeat;
}

#n2 a:hover{
	background:url(../images/common/n2_o.jpg) no-repeat;
}

#n3 a{
	background:url(../images/common/n3.jpg) no-repeat;
}

#n3 a:hover{
	background:url(../images/common/n3_o.jpg) no-repeat;
}

#n4 a{
	background:url(../images/common/n4.jpg) no-repeat;
}

#n4 a:hover{
	background:url(../images/common/n4_o.jpg) no-repeat;
}

#n5 a{
	background:url(../images/common/n5.jpg) no-repeat;
}

#n5 a:hover{
	background:url(../images/common/n5_o.jpg) no-repeat;
}

#right_content{
	width:620px;
	padding:0px 0px 20px 0px;
	float:right;
	font-size:14px;
}

h3{
	width:620px;
	height:30px;
	display:block; 
	text-indent:-5000px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	clear:both;
}

#right_content p{
	margin:0px 0px 15px 0px;
}

#right_content img{
	margin:0px 0px 10px 0px;
}

.blue{
	color:#79BAEB;
	text-decoration:underline;
}

.pink{
	color:#F87EAC;
	text-decoration:underline;
}

.orange{
	color:#FF9A37;
	text-decoration:underline;
}

.green{
	color:#0C0;;
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

.num{
	list-style:decimal;
	font-size:14px;
	margin:0px 0px 20px 0px;
}

.num li{
 	margin:0px 0px 0px 20px;
}

.list{
	list-style:disc;
	font-size:14px;
	margin:0px 0px 20px 0px;
}

.list li{
 	margin:0px 0px 0px 20px;
}

#footer{
	background:url(../images/common/footer_bg.jpg) no-repeat;
	width:850px;
	height:120px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	clear:both;
}

#footer_link{
	margin:5px 0px 15px 0px;
	line-height:180%;
}

#footer_link a{
	padding:0px 5px 0px 5px;
	color:#666;
}

address{
	font-style:normal;
}

.clearfix:after{
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.clearfix{
  min-height:1px;
}

* html .clearfix{
  height:1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}