@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Your Name (admin)
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#wrapp {
	width:800px;_width:820px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contena{
	background: url(../images/bg_content.png) repeat-y 2px 0;
	_background: url(../images/bg_content.jpg) repeat-y 2px 0;
	margin-top:5px;
	float:left;
	clear:both;
}
#contents {
	margin-top:20px;
	float:left;
	width:590px;
	margin-left:2px;
	background: #FFFFFF;
	
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: left;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: right;
}


/*----------------------------------------------------
	#totop
	----------------------------------------------------*/

.totop{
	clear: both;
	margin-bottom:0px;
}


.totop a{
	background: url(../images/totop.gif);
	width:171px;
	height:31px;
	text-indent:-9999px;
	display: block;
	float: right;
}

.totop a:hover{
	background-position: bottom ;_background-position:0px  bottom ;
}


/*----------------------------------------------------
	#top
	----------------------------------------------------*/


.box_3{
	width:180px;
	margin:3px;_margin:3px 1px;
	float:left;
	background-image: url(../../images/box_3.jpg);
	height: 209px;
	padding: 5px;
}

.box_3 img{ display: block;
margin:0 auto;}

.box_3 p{ margin-top:5px;}









#soudan_box{ 
background:#F9F9F9; 
margin:0px 2px 0px 2px; 
padding-top:10px;
}

#tx_top{
border-left: 4px solid #126B2D;
 padding-left:10px;
  padding-top:5px;
  padding-bottom:5px; 
  margin:10px;
  }


.pic_box{
	width:275px;
	float:left;
	margin:4px 4px 15px 4px;
	padding:6px;
	background: url(../../images/bg_pic_area.jpg) repeat-x #D8D8D8;
}

.pic_box h3{
	border-bottom:1px solid #999999;
	padding-bottom:3px;
	margin-bottom:15px;
	margin-top:3px;
}

.gray_box{
	width:560px;
	background:  url(../images/bg_gray_top.gif) no-repeat;
	padding-top:10px;
	margin: 10px auto;
}

.gray_box_bottom{background:url(../images/bg_gray_bottom.gif) no-repeat; height:10px;}

.gray_box h3{ margin:10px;}

.gray_box h4{
	margin:10px 10px 5px 10px;
	line-height: 1;
}

.gray_box  p{
	margin:5px 10px 20px 10px;
	border-bottom: 1px solid #cccccc;
	padding: 0 10px 5px 10px;
}

h2.tx_header{
	clear:both;
	display: block;
	background:url(../images/bg_h2.jpg) left center;
	margin: 10px;
	padding:8px 10px 8px 18px;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	color: #8CBF1C;
}


a#bt_card{
	display: block;
	width:564px;
	height:143px;
	margin:5px auto;
	background:url(../../images/bt_card.jpg) no-repeat;
	text-indent: -9999px;
	outline:none;
}


a:hover#bt_card{
background-position: bottom;}