@charset "utf-8";

/* tags */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #f1f1f1 url(../images/back.gif) repeat-y center top;
	color: #444;
	font: 62.5% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link,a:visited {
	color: #2d44a9;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/* common id */
#container {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}
#header {}
#header h1 {
	padding: 0px;
	margin: 0px;
}
.header-line {
	padding: 0px 0px 2px;
	background: url(../images/header-line.gif) no-repeat left bottom;
	margin: 0px 0px 15px;
}

#totop p {
	line-height: 100%;
	margin: 15px 0px 0px;
	padding: 0px 15px 7px 0px;
	background: url(../images/footer-ar.gif) no-repeat right top;
	text-align: right;
}
#footer p {
	line-height: 180%;
	background: url(../images/footer-line.gif) no-repeat left top;
	margin: 0px;
	padding: 16px 0px 10px;
}
#home-main {
	margin: 0px 0px 8px;
}
#tocon {
	background: url(../images/dt.gif) repeat-x left top;
	text-align: right;
	margin: 15px 0px;
	padding: 15px 0px 0px;
}

/* iframe */

#ifb {
	border: 1px solid #ccc;
}
#ifb iframe {
	margin: 0px;
	padding: 0px;
	width: 549px;
	height: 80px;
}


/* table */

table.style_a {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0px 0px 15px;
}

table.style_a th,table.style_a td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_a th {
	background-color: #dfe8f1;
	text-align: left;
	font-weight: normal;
	width: 100px;
}
table.style_a th.th2 {width: 120px;}

table.style_b {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table.style_b th,table.style_b td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_b th {
	text-align: left;
	font-weight: normal;
	background: #2D44A9;
	color: #fff;
}
table.style_b th.th2 {
	color: #444;
	background: #DFE8F1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 20px;
	vertical-align: middle;
}
table.style_b td.td2 {
	text-align: center;
}

table.style_c {
}

table.style_c th,table.style_c td {
	padding: 4px 0px 4px 4px;
	font-size: 1.2em;
	line-height: 140%;
	background: url(../images/dt.gif) repeat-x left bottom;
}
table.style_c th {
	text-align: left;
	font-weight: bold;
	width: 90px;
}

table.style_d {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 551px;
	margin: 0px 0px 15px;
}

table.style_d th,table.style_d td {
	padding: 2px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.style_d th {
	font-weight: normal;
	background: #2D44A9;
	color: #fff;
}
table.style_d th.th2 {
	background: #DFE8F1;
	color: #444;
}
table.style_d th.th3 {
	width: 33%;
}

.w179{ width:179px;}


/* contact form */
em {
	font-style: normal;
	font-weight: normal;
	color: #c00;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	height: 150px;
	width: 350px;
}
form div {
	text-align: center;
	padding: 5px;
}
.size_l {width: 350px;}
.size_m {width: 180px;}
.size_s {width: 80px;}


/* sidebar */
#sidebar {
	width: 200px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #5f5f5f;
}
#sidebar ul li ul {
	border-right-style: none;
	background: url(../images/side-line.gif) repeat-y left top;
	margin: 0px 0px 1px;
	padding: 0px 0px 6px;
}
#sidebar ul li img {
	vertical-align: bottom;
}

/* contents */
#contents {
	padding: 0px 0px 0px 9px;
}


/* h */
#contents h2 {
	margin: 0px 0px 15px;
	padding: 0px;
}
#contents h3 {
	margin: 20px 0px 15px;
	padding: 0px;
}
#contents h3.h31 {
	margin: 20px 0px 15px;
	padding: 7px 5px 8px 12px;
	font-size: 1.6em;
	background: url(../images/h3-back.gif) repeat-x left top;
	font-weight: bold;
	color: #fff;
}
#contents h2.home-h2 {
	margin: 0px 0px 5px;
	padding: 0px;
}
#contents h3.home-h3 {
	margin: 11px 0px 3px;
	padding: 0px;
}
#contents h4.h41 {
	font-size: 1.4em;
	color: #2D44A9;
	margin: 15px 0px 10px;
	padding: 1px 0px 1px 8px;
	border-left: 3px solid #2D44A9;
}
#contents h4.h42 {
	font-size: 1.3em;
	color: #BB1A11;
	margin: 13px 0px 7px;
	padding: 1px 0px 1px 8px;
	border-left: 3px solid #BB1A11;
}
#contents h4.h43 {
	font-size: 1.4em;
	color: #2D44A9;
	margin: 15px 0px 10px;
	padding: 10px 0px 0px;
	background: url(../images/dt.gif) repeat-x left top;
}
#contents h4.h44 {
	font-size: 1.3em;
	color: #333;
	margin: 13px 0px 0px;
	padding: 1px 0px 1px 8px;
	border-left: 3px solid #333;
}
#contents h5.h51 {
	font-size: 1.3em;
	font-weight: bold;
	color: #BB1A11;
	margin: 10px 0px 5px;
	padding: 0px;
}


#contents ol.ol1 {
	font-size: 1.2em;
	line-height: 150%;
	margin: 0px 0px 15px;
	padding: 8px 15px 8px 40px;
	border: 1px solid #ccc;
}
#contents ol.ol1 ul {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
}

#contents p.p1 {
	font-size: 1.4em;
	line-height: 180%;
	margin: 15px 0px;
}
#spe-tab1 {
	margin: 3px auto;
}
#spe-tab1 p {
	margin: 2px 15px 10px 0px;
	text-align: center;
}
p.pdl {
	background: #e7e7e7;
	text-align: right;
	padding: 3px 8px 3px 3px;
	font-weight: bold;
	line-height: 180%;
}
.u6 {
	margin: 0px 0px 6px;
}
.sup-tab1 {
	width: 520px;
	margin: 0px 0px 0px 25px;
}
.sup-tab1 td {
	width: 33%;
	vertical-align: top;
}
.sup-tab1 td p {
	text-align: center;
	margin: 2px 20px 10px 0px;
}
#app1-tab1 {
	margin: 0px auto 15px;
}
#app1-tab1 td {
	font-size: 1.2em;
	line-height: 160%;
	padding: 0px 10px 0px 0px;
}
#contents ul.ul1 {
	font-size: 1.2em;
	line-height: 160%;
	margin: 0px 0px 15px;
	padding: 5px 10px 10px 15px;
	border: 1px solid #ccc;
}
#contents ul.ul1 li {
	list-style: inside;
	background: url(../images/dt.gif) repeat-x left bottom;
	padding: 3px 0px 4px;
}
#contents ul.ul2 {
	font-size: 1.2em;
	line-height: 160%;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
}
#contents table#link-tab1 {
	width: 551px;
}
#contents table#link-tab1 th,#contents table#link-tab1 td {
	font-size: 1.3em;
	padding: 5px 0px;
}
#contents table#link-tab1 th {
	width: 210px;
	text-align: left;
}
#contents table#link-tab1 th img {
	border: 1px solid #999;
}
#contents p.accp {
	margin: 0px 67px;
	border: 1px solid #ccc;
	padding: 7px 7px 7px 12px;
}
#contents p.addp1 {
	text-align: right;
	margin: 0px;
}

.text-s{ font-size:10px;}

/* 20100514add */
.lm{ margin-left:180px;}
.pagetop{
	line-height: 100%;
	margin: 15px 0px 0px;
	padding: 0px 15px 7px 0px;
	background: url(../images/footer-ar.gif) no-repeat right top;
	text-align: right;
}
.appli_b{
	text-align: center;
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.appli_b_t{
	font-size: 1.3em;
	background: url(../images/h3-back.gif) repeat-x left top;
	color: #fff;
	display: block;
	height: 29px;
	width: 265px;
	margin-bottom: 15px;
	padding-top: 5px;
	font-weight:bold;
}
.appli_b_l{
	float: left;
	height: auto;
	width: 265px;
}
.appli_b_r{
	float: right;
	height: auto;
	width: 265px;
}
.appli_b1{
	text-align: left;
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.appli_b1 img{
	float: left;
}
.appli_b1 p{
	float: right;
	display: block;
	height: auto;
	width: 190px;
	padding-top: 5px;
	line-height: 1.5ems;
}
.clear{
	clear: both;
}
.mb10{ margin-bottom:10px; }