@charset "UTF-8"; 

/* 
 ------------------------------ 

 (C)SIM CSS 
 Version: 1.0 
 creation date: 09/9 
 last update: 09/9 

 ----------------------------- */ 


/* ̉ 
 ----------------------------------------------- */ 

body {
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	line-height:22px;
	color:#000000;
	text-align: center;
	bgcolor:#ffffff;
}

a,
a:link,
a:visited {
	color:#055e99;
	text-decoration:none;
}

a:hover,
a:active {
	color:#055e99;
	text-decoration:underline;
	}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-weight:normal;
	display: inline;
		}

.text {
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#333333;
	width:inherit;
}
.text_b {
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 14px;
	line-height: 21px;
	color:#333333;
	width:inherit;
}
.red {
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 10px;
	color:#FF0000;
}

.style1 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color:#055e99;
	width: 500;
}

/* 2019.12追加　*/

.bissiness_style1 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background-color: #055e99;
	width:300;
	height:42px;
	line-height: 1.4em;
}

.bissiness_style2 {
    background-color: e8e6f3;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #333333;
}

.bissiness_style2 img{
	margin: 0 0 20px
	}
	
.bissiness_style2 p{
	text-align:left;
	margin: 0 20px 20px
	}
	
/* 2020.3.5追加 */
.submenu {
}

.submenu td {
	display:block;
	width:169px;
	border-bottom:1px dotted #ccc;
	padding:10px 0 10px 30px;
	background:url(../../images/arrow_bl.jpg) no-repeat 12px 11px;
}
.submenu tr:last-child td {
	border:none;
}

/* 2020.3.9追加 */
.lang {
	font-size:12px;
	line-height:10px;
	width:778px;
	margin:0;
	padding: 10px 17px 10px 0;
	text-align:right;
}
.lang div {
	display: inline;
	height:12px;
	padding:0 8px;
}
.lang div:first-child {
	padding-right:4px;
}
.lang div:last-child {
	border-left:1px solid #000;
}

.mt20 {
	margin-top: 20px;
}