@charset "UTF-8";

/*--reset--------------------------------------------------------------------*/

html{
	color:#333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}
caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym{
	border:0;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}
/*--font--------------------------------------------------------------------*/


table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

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

a:visited{
	color:#000;
	text-decoration:none;
}

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

img{
  border:none;
}

p{
	margin:0 0 10px 0;
}

/*------body------*/
body{
	font:13px/1.231 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ҥ饮γѥ Pro W3", "ͣ Хå", sans-serif;
	line-height:1.4;
	text-align:center;
	color:#333;
	background:url(../img/common/bg.jpg) top repeat-x #fff;
}

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

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

a:hover{
	color:#36c;
	text-decoration:underline;
}
/*--img-------*/
img{
  border:none;
}

/*--clear--*/
.clear{
  clear:both;
}


/*----h----*/
h2{
  font-size:14px;
  font-weight:bold;
}
h3{
  font-size:11px;
  font-weight:bold;
  clear:both;
  margin:0 0 10px 0;
  color:#ccc;
}


/*------wrap----*/
#wrap{
	width:900px;
	margin:0 auto;
}

/*------header----*/
#header{
	position:relative;
	text-align:left;
}
/*------logo----*/
#logo{
	margin:38px 0 0 0;
}

/*------gnav----*/
#gnav{
}

#gnav li{
	float:left;
}

/*------snav----*/
#snav{
	position:absolute;
	top:3px;
	right:0;
	color:#fff;
}

#snav li{
	float:left;
}

#snav a{
	color:#fff;
	text-decoration:underline;
}

#snav a:visited{
	color:#fff;
	text-decoration:underline;
}

#snav a:hover{
	color:#fff;
	text-decoration:none;
}

/*------snav----*/
#snav2{
	position:absolute;
	top:48px;
	right:0;
}

#snav2 li{
	float:left;
}

/*------flashbox----*/
#flashbox{
	clear:both;
}

/*------contents----*/
#contents{
}

/*------leftblc----*/
#leftblc{
	float:left;
	width:390px;
}

/*------centerblc----*/
#centerblc{
	float:left;
	width:307px;
	margin:0 5px;
}

#centerblc img{
	margin:1px;
}
/*------rightblc----*/
#rightblc{
	float:left;
	width:193px;
	text-align:left;
}

#rightblc ul{
	margin-bottom:10px;
}

/*------footer----*/
#footer{
	clear:both;
	border-top:1px solid #ccc;
	padding:5px 0 0 0;
}




/*------pnkz----*/
#pnkz{
}
/*------float----*/
.fl_r{
	float:right;
}

.fl_l{
	float:left;
}

.clear{
	clear:both;
}

/*------align----*/
.tx_r{
	text-align:right;
}

.bdrd{
	width:305px;
	border-bottom:2px solid #930;
	text-align:left;
	vertical-align:middle;
}

.geo{
	font-size:11px;
	line-height:1.4;
	margin:0 0 5px 0;
	text-align:left;
	color:#999;
}