/* CSS Document */


body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}





html,body{

	padding:0px;
	margin:0px;
	font-size:12px;
	color:#575757;
	line-height:1.6em;
	height:100%;
	letter-spacing:1px;
	background:url(../image/page_bg.jpg) center top no-repeat;


	
}

h2,h3,h4,h5,img{
padding:0px;
	 margin:0px;
font-size:10px;
text-decoration:none;
font-weight : normal;
}

h1{
padding:0px;
	 margin:0px;
font-size:10px;
color:#ffffff;
text-decoration:none;
font-weight : normal;
line-height:12px;
}




.clearfix:after{

	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;

}

.clear{
clear:both;
font-size:0px;
height:1px;
}


/*共通メイン
-----------------------------------------------------------*/

.wrapper{
	width:950px;
	font-size:11px;
	line-height:14px;
	margin-right: auto;
	margin-left: auto;
}

.title{
	margin-bottom:10px;

}


a.white:link {
text-decoration : underline; 
color : #ffffff; 
}
a.white:visited {
text-decoration : underline; 
color : #ffffff; 
}
a.white:active {
text-decoration : underline; 
color : #ffffff; 
}
a.white:hover {
text-decoration : underline; 
color : #ffffff; 
}


.page_bnr img{

	padding-bottom:15px;	

}



/*共通ヘッダー
-----------------------------------------------------------*/


#header{

	font-size:0px;

}

#main_navi{
	text-align:center;
	font-size:0px;
}

#main_navi ul li{
float:left;
	margin:0;
	padding:0;
	list-style: none;
}

#menu{
	width:950px;
	margin:0px 0px;
	font-size:0px;
	line-height:0px;
	margin-top:8px;
}

#pankuzu{
	
	width:940px;
	height:16px;
	padding-left:10px;
	padding-top:3px;
	font-size:12px;

}


#pankuzu h2{
	font-size:12px;

}

#page_top_title{
	
	padding-top:15px;

}


/*共通レフトカラム
-----------------------------------------------------------*/

.left_column{
	width:200px;
	font-size:12px;
	line-height:14px;
	text-align:center;
	float:left;
	padding-left:10px;
	padding-right:30px;
	margin-top:20px;
	
}


/*共通メインカラム
-----------------------------------------------------------*/

#main_column{

	width:700px;
	padding-right:10px;
	margin-top:20px;
	float:right;
	font-size:12px;
	line-height:1.6em;
}


#back{

	width:950px;
	text-align:right;
	padding-top:20px;

}

/*共通フッター
-----------------------------------------------------------*/


#footer{
	background:url(../image/footer_bg.jpg) center top repeat-x;
	padding-top:7px;

	}
	
#footer_container{

	width:950px;
	height:50px;
	margin-left:auto;
	margin-right:auto;

	
}

#footer_navi{

	padding-left:3px;

}



#footer_navi li{
	
	float:left;
	list-style:none;
	vertical-align:bottom;
	padding-right:15px
}

/*お問い合わせ
-----------------------------------------------------------*/

.td_form{

	background-color:#F0F0F0;
	border:solid 1px #0023B9;
	margin-left:10px;
	

}


