@charset "Shift_JIS";

body {
	margin: 0px;
	padding: 0px;
	color: #313131;
	font-size: 12px;
	line-height: 130%;
}

a:link {
	text-decoration: none;
	color: #3A61D1;
}
a:visited {
	text-decoration: none;
	color: #5C84CB
}
a:hover {
	text-decoration: underline;
	color: #E71106
}
a:active {
	text-decoration: none;
	color: #E71106
}

a.top {
	background-image: url("img/common/arrowtop.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 10px;
	float: right;
}

a.top_link {
	text-decoration: underline;
	color: #E71106
	font-size: 120%;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
}

/* -------------------------------------------------------------------  */

table {
	background-color:#FFFFFF;
}

table.shad {
	background-image: url(img/common/bkgd.gif);
	vertical-align: top;
}

table.bkgd {
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
	border-color: #5C84CB;
	background-color:#FFFFFF;
}

table.topimg {
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	borderr-color: #5C84CB;
	margin: 0px;
	padding: 0px;
}

td.leftside {
	border-right: 1px solid #5C84CB;
	background-color:#FFFFFF;
}

table.topnews {
	border-bottom: 1px solid #093AC6;
}

table.header {
	background-image: url(img/common/header_bg.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

table.norm {
	border-top: 2px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin: 0px 20px 10px 20px;
}

table.norm2 {
	margin: 0px 20px 10px 20px;
}

td.normcell {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
}

td.leftcell {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 10px 5px 15px;
	font-size: 12px;
	line-height: 140%;
	background-color:#F2F6FD;
}

table.flow {
	border: 1px dotted #3A61D1;
	padding: 10px 10px 10px 15px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	margin: 0px 20px 10px 20px;
}

table.flow2 {
	border: 1px dotted #3A61D1;
	padding: 10px 20px 20px 30px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

table.wak {
	border: 1px dotted #DCDCDC;
	padding: 6px 20px 8px 15px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	margin: 0px 20px 10px 20px;
}


/* -------------------------------------------------------------------  */

.base {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

.note {
	font-size: 10px;
	line-height: 140%;
}

.base2 {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
}

.note2 {
	font-size: 10px;
	line-height: 140%;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
}

.k {
	background-color: #5C84CB;
}

.f_b {
	color: #3A61D1;
	vertical-align: top;
}

.mark {
	color: #C9C9C9;
	font-size: 90%;
}

.news {
	font-size: 10px;
	line-height: 130%;
	vertical-align: top;
	padding-bottom: 8px;
}

.contents {
	font-size: 10px;
	line-height: 130%;
	padding-bottom: 10px;
}

.fmenu {
	font-size: 10px;
	line-height: 150%;
	text-align: right;
}

.f_bb {
	color: #3A61D1;
	font-weight: bold;
	vertical-align: top;
	letter-spacing: 0.1em;
}

.f_bb2 {
	color: #3A61D1;
	font-weight: bold;
	border-bottom: solid 2px #9EBAED;
	padding-bottom: 2px;
	line-height: 20pt;
}

.f_gb2 {
	color: #626262;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 20pt;
}

.bold {
	font-weight: bold;
}

.arrow {
	padding: 5px 0px 1px 30px;
}

.kome {
	font-size: 9px;
	color: #E71106;
	vertical-align: super;
}

.float-right {
	float: right;
	padding: 0px;
	margin: 0 0 10px 10px;
}

.float-left {
	float: left;
	padding: 0px;
	margin: 0 30px 10px 0;
}

.sidelink {
	font-size: 10px;
	line-height: 140%;
	vertical-align: top;
	padding: 10px;
}

.sidelink_b {
	font-weight: bold;
	line-height: 120%;
	vertical-align: top;
	padding: 10px;
}

.center {
	text-align: center;
}

.m_btm20 {
	margin-bottom: 20px;
}

.m_btm10 {
	margin-bottom: 10px;
}



/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */