@charset "shift_jis";
/*	link 
-----------------------------------------------------------------------------*/
a {
	color:#15a505;
	text-decoration: underline;
}

a:visited {
	color: #15a505;
	text-decoration: underline;
}

a:hover {
	color: #15a505;
	text-decoration: underline;
}

a img {
	border: 0;
}

/*	font 
-----------------------------------------------------------------------------*/
.txt16 {
	font-size: 16px;
	line-height: 20px;
}

.txt14 {
	font-size: 14px;
	line-height: 18px;
}

.txt12 {
	font-size: 12px;
	line-height: 16px;
}

.txt10 {
	font-size: 10px;
	line-height: 13px;
}

.txt_b {
	font-weight: bold;
}

/*	table_hyo 
-----------------------------------------------------------------------------*/
.table_hyo01 table{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo01 table th,
.table_hyo01 table th.main_b{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #F3FBE1;
}

.table_hyo01 table th.main_b{
	background:#D6F194;
	padding: 4px 5px;
}

.table_hyo01 table td{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	text-align:right;
}

.table_hyo01 .w70{ width:70px;}


.table_hyo02 table{
	width: 60%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo02 table th,
.table_hyo02 table th.main_b{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #F6F6F6;
}

.table_hyo02 table th.main_b{
	background:#E3E3E3;
	padding: 4px 5px;
}

.table_hyo02 table td{
	padding: 2px 5px 2px 15px;
	border:#CCCCCC 1px solid;
}
.table_hyo02 .w130{ width:130px;}
.table_hyo02 .p_l10{ padding-left:21px;}

.table_hyo03 table{
	width: 100%;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo03 table th{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #F6F6F6;
	width:130px;
}

.table_hyo03 table td{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	text-align:left;
}

.table_hyo04 table{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo04 table th,
.table_hyo04 table th.main_b{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #F6F6F6;
}

.table_hyo04 table th.main_b{
	background:#E3E3E3;
	padding: 4px 5px;
}

.table_hyo04 table td{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	text-align:right;
}

.table_hyo04 .w70{ width:70px;}



.table_hyo05 table{
	width: 60%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo05 table th,
.table_hyo05 table th.main_b{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #F3FBE1;
}

.table_hyo05 table th.main_b{
	background:#D6F194;
	padding: 4px 5px;
}

.table_hyo05 table td{
	padding: 2px 5px 2px 15px;
	border:#CCCCCC 1px solid;
}
.table_hyo05 .w130{ width:130px;}
.table_hyo05 .p_l10{ padding-left:21px;}



.table_hyo06 table{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

.table_hyo06 table th,
.table_hyo06 table th.main_b{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
	font-weight: normal;
	background: #D6F194;
}

.table_hyo06 table th.main_b{
	background:#D6F194;
	padding: 4px 5px;
}

.table_hyo06 table td{
	padding: 2px 5px;
	border:#CCCCCC 1px solid;
}


/*	margin padding
-----------------------------------------------------------------------------*/
.m_l15{
	margin-left:15px;
}
.m_b5{
	margin-bottom:5px;
}
.m_b10{
	margin-bottom:10px;
}

.m_b15{
	margin-bottom:15px;
}

.m_b20{
	margin-bottom:20px;
}

.m_b25{
	margin-bottom:25px;
}

.m_b35{
	margin-bottom:35px;
}

.h100{
	height:100%;
}

.p_b0{
	padding-bottom:0px;
}

.p_t15b0{
	padding-bottom:0px;
	padding-top:15px;
}

.p_lr12{
	padding: 0 12px;
}

.p_l20{
	padding: 0 0px 0 20px;
}



/*	photo 
-----------------------------------------------------------------------------*/

.photo_left{
	padding:7px;
	border:#E8E8E8 1px solid;
	margin:0 8px 8px 0;
	float:left;
}


.photo_right{
	padding:7px;
	border:#E8E8E8 1px solid;
	margin:0 0 8px 8px;
	float:right;
}

/*	color
-----------------------------------------------------------------------------*/
.red {
	color: #cb1f28;
}
.orenge {
	color: #FF6600;
}

/*	align
-----------------------------------------------------------------------------*/
.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.valign_t {
	vertical-align: top;
}

.valign_m {
	vertical-align: middle;
}

.valign_b {
	vertical-align: bottom;
}

/*	width
-----------------------------------------------------------------------------*/
.w100{
	width:100%;
}



/*	float 
-----------------------------------------------------------------------------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	overflow: hidden;
	clear:both;
}

.cb:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .cb {
	height: 1em;
	overflow: visible;
}

/**/
