@charset "utf-8";



body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
    color: #333333;
	line-height: 1.5em;
	}
	
	
#contentsBox{
	margin:30px auto 30px auto;
	width:700px;}

.mainimg{
	margin-bottom:20px;}
	
.textBox{
	padding:0 15px 0 15px;
	margin-bottom:30px;
	}

.linebox{
	width:648px;
	border:1px #CCCCCC solid;
	padding:10px;
	}
	
.linebox2{
	width:648px;
	border:1px #CCCCCC solid;
	padding:10px;
	font-size:x-small;
	margin-top:5px;
	}

.tb{ 
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	
	
	}

.tb th{ 
	border-bottom:#CCCCCC 1px solid;
	padding:5px;
	width:140px;
	text-align:left;
	background:#F1F9FA;
	
	}
	
.tb td{ 
	
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	padding:5px;
	
	}
	
.textBox ul{
	margin:0;
	padding:0;
	list-style:none;
	width:640px;
	
	}
	
.textBox li{
	text-indent:-1em;
	list-style:none;
	margin-left:1em;
	display:block;
	}
	
.textBox .title{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	}
	
.baBox{
	width:670px;
	margin-top:5px;
	}

.baBox .beforeBox{
	width:300px;
	float:left;
	}

.baBox .arrow{
	width:70px;
	float: left;
	text-align:center;
	padding-top:10px;
	}

.baBox .afterBox{
	width:300px;
	float:left;
	}

.baBox .afterBoxL{
	margin-right:10px;
	float:left;
	}
	
.baBox .afterBoxR{
	float:left;
	}

.baBox .btitle{
	border:1px solid #CCCCCC;
	padding:5px;
	background:#FEFDDA;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	
	}
	
.baBox .atitle{
	border:1px solid #CCCCCC;
	padding:5px;
	background:#E6FBE8;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;
	
	}
	
.baBox .btable{
	width:300px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	}

.baBox .btable th{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	background:#FEFDDA;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;
	}
	
.baBox .btable td{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	}

.baBox .btable .cent{
	text-align:center;
	}



.baBox .atable{
	width:300px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	}

.baBox .atable th{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	background:#E6FBE8;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;
	}

.baBox .atable td{
	border-bottom:1px solid #CCCCCC;
	border-right:#CCCCCC 1px solid;
	padding:5px;
	}
	
.baBox .atable .rit{
	text-align:right;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/

}



	
/* btns */

.btnBox {
	text-align:center;
	padding:20px 0;
	
	}
	

.icon_01 li
{

	background-color: transparent;
	background-image: url(../../../common_new/img/left_navi_menu_mkr1_01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 4px;
	margin-top: 7px;
	margin-right: 0pt;
	margin-bottom: 7px;
	margin-left: 0pt;
	padding-left: 24px;
	font-size: 75%;
	line-height: 1.4em;
	color: #3c3c3c;

}




a{
	color: #0050a3;
	text-decoration: none;
	}


a:hover{
	text-decoration: underline;
	}












