/* 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.4em;
	height:100%;
	letter-spacing:1px;
	background:url(../image/main_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; 
}





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


#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:0px;
}

#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;

}


/*共通ライトカラム
-----------------------------------------------------------*/

.right_column{
	
	width:200px;
	font-size:12px;
	line-height:14px;
	float:right;
	padding-right:10px;
	margin-top:10px;
	background-color:#ffffff;
		margin-top:15px;
	
}


#right_info li{

	width:175px;
	height:20px;
	list-style:none;
	padding-left:25px;
	padding-top:10px;
	background:url(../image/main_right_info_bg.jpg) center bottom no-repeat;
	

}

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

#main_column{

	width:640px;
	padding-right:40px;
	padding-left:10px;
	margin-top:10px;
	float:left;
	font-size:12px;
	line-height:1.6em;
	background-color:#ffffff;
	margin-bottom:25px;
	margin-top:15px;
}


#back{

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

}

#main_news{
	
	margin-top:25px;

}

#main_news img{
	
	margin-bottom:10px;

}


#news_box{

	width:700px;
	height:150px;	
	background:url(../image/main_news_bg.jpg) center bottom no-repeat;
	
}

#feed{

	list-style:none;
	padding-left:15px;
	padding-top:10px;
	color:#333333;

}


#feed li{

	list-style:none;
	height:23px;
	background:url(../image/list_bg.jpg)  left bottom no-repeat;
	padding-top:3px;
	padding-left:25px;

}



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


#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
}

.margin-b15 {
	margin-bottom: 15px;
}
