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





/* CSS Document */
/* 2009/05 renewal */


html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6,  pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}


a{text-decoration:none;font-size:13px;} 
a:link{color:#5A4545;} 
a:visited {color:#795d5d;} 
a:hover{color:#96715c;text-decoration:underline;}




/* Apply left margin:Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	padding: 2px;
}

textarea {
	font-size: 130%;
}
body{
background-color:#46C0E1;
}
*{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:13px;
	color: #333333;
}
ul{
	list-style:none;
	margin:0px;
}
img{
	border:none;
}


p{
	font-size:13px;
	color: #333333;
	line-height:140%;
}





/*main pagecontainer starting here*/
#header{
	width:auto;
	height:65px;
	text-align:center;
	background-image:url(../img/hobby/bg-header.jpg);
}

#header_wrap{
	width:900px;
	height:65px;	
}

#header .header_logo{
 float:left;

}
#header .header_freedial{
 float:right;

}



#gnav_contanier{
	width:900px;
	margin:0px auto auto auto;
	height:auto;
}

#contents_wrap{
	height:auto;
	margin-right:20px;
	width:900px;
}

#head_text{
	width:900px;
	height:auto;
	padding:3px 0;
	margin:0px auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}


#pankuzu{
	width:900px;
	height:auto;
	padding:3px 0;
	margin:0px auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

#pankuzu a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
}



.bnr_freedial{
  text-align:center;
  margin-top:30px;
  margin-bottom:20px;
  }

.item{
  margin-top:20px;
  margin-bottom:20px;
  height:auto;
  }
  
.item p{
    margin-top:5px;
  margin-bottom:5px;

 }
 
 
#footer{
border:#CCCCCC 1px solid;
background-color:#FFFFFF;
margin:40px 0 10px 0;
padding:10px;

}
 
#footer .footer_logo{ 
float:left;
width:272px;
margin:10px 30px 0 0 ;
}

#footer .footer_info{ 
float:left;
width:530px;

}
 
 

.font_type_1{
	font-weight:bold;
	color:#333333;
	font-size:14px;
}


