body{
	margin:0px auto;
	text-align:left;
	width:100%;
	min-width:1000px;
}


/*******************************
main
*******************************/
#main{
	width:100%;
	background:url(../contact/images/back.png) no-repeat top center, url(../images/back_bottom.jpg) no-repeat bottom center;
	position: relative;
}


/*******************************
contents
*******************************/
#contents{
	overflow:hidden;
	width:100%;
}


#contents .inner{
	background: #FFF;
	width: 1000px;
	margin: 0px auto;
	padding:50px 0px　0px 0px;
}



#contents .inner .txt_area{
color: #5b5b5b;
font-size: 14px;
line-height: 2em;
 word-wrap: break-word;
 margin: 30px 0px 50px 0px;
 padding: 30px 50px 30px 50px;
}


#contents .inner .img_area{
margin: 0px 0px 50px 50px;
}


#contents .inner .img_area img{
margin: 0;
padding: 0;
}


#contents .inner .img_area img:nth-child(odd){
margin: 0px 10px 0px 0px;
}

#contents .inner .date{
text-align: right;
padding: 0px 50px 0px 0px;
color: #5b5b5b;
font-size: 12px;
}


/*******************************
pager
*******************************/


#contents .pager {
background: #000000;
height: 50px;
margin: 0px auto;
padding: 20px 0px 0px 0px ;
text-align: center;
}

#contents .pager  li{
list-style: none;
color: #FFF;
padding:0px 10px　0px 10px;
margin: 0px 10px 0px 30px;
cursor: pointer;
display: block;
}


#contents .pager .next a{
background: url(../news/images/news_next.png)no-repeat;
width: 118px;
height: 29px;
display: block;
text-indent: -9999px;
float: left;
margin: 0px 0px 0px 0px;
}

#contents .pager .next a:hover {
background: url(../news/images/news_next_on.png)no-repeat;
}

#contents .pager .iciran a{
background: url(../news/images/news_ichiran.png)no-repeat;
width: 89px;
height: 29px;
display: block;
text-indent: -9999px;
float: left;
margin: 0px 305px;

}

#contents .pager .iciran a:hover {
background: url(../news/images/news_ichiran_on.png)no-repeat;
}

 
#contents .pager .prev a{
background: url(../news/images/news_prev.png)no-repeat;
width: 118px;
height: 29px;
display: block;
text-indent: -9999px;
float: left;

}

#contents .pager .prev a:hover {
background: url(../news/images/news_prev_on.png)no-repeat;

}


