@charset "shift_jis";
/*	link 
-----------------------------------------------------------------------------*/
a {
	color:#003366;
	text-decoration: underline;
}

a:visited {
	color:#003366;
	text-decoration: underline;
}

a:hover {
	color:#003399;
	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;
}

/*	main_table 
-----------------------------------------------------------------------------*/
.main_table{
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	border-collapse: collapse;
	background:#FFFFFF;
}

.main_table th{
	width: 120px;
	padding: 5px 0;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-weight: normal;
	background: #EBEBEB;
}

.main_table td{
	padding: 5px 10px;
	border-bottom: #CCCCCC 1px solid;
	background:#FFFFFF;
}

/*	margin padding
-----------------------------------------------------------------------------*/

.m_b10{
	margin-bottom:10px;
}

.m_b15{
	margin-bottom:15px;
}

.m_b40{
	margin-bottom:40px;
}



/*	photo 
-----------------------------------------------------------------------------*/
.photo{
	padding:7px;
	border:#E8E8E8 1px solid;
	margin:0 8px 8px 0;
}


.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;
}

/*	align
-----------------------------------------------------------------------------*/
.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.valign_m {
	vertical-align: middle;
}

/*	float 
-----------------------------------------------------------------------------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	overflow: hidden;
}

.cb:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.cb .center{
	overflow: hidden;
	text-align:center;
}

/*\*/
* html .cb {
	height: 1em;
	overflow: visible;
}

/**/
