@charset "shift_jis";
/**************************************
**	Modified:2006-10-07
**	By Norihiro Kamatani
**	003_b
**************************************/
/* -----基本設定----- */
body {
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(../../img/003_b/common/bg01.gif);
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
h1 {margin-bottom: 10px;}
h2 {margin-bottom: 5px;}
h2.staff {
	background: url(../../img/003_b/staff/heading_bg.gif) no-repeat left center;
	margin: 10px 15px;
	padding-left: 15px;
	font-size: 120%;
	color: #128ADE;
}
h2.txtIndex {
	margin: 20px 30px 0;
	font-size: 120%;
}

h3 {margin: 0px 30px 10px;}

p a,li a {
	color: #06F;
	text-decoration: none;
	border-bottom: thin dotted #06F;
}
p a:hover,li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #128ADE;
}

/* -----汎用テキスト設定----- */
.mainTxt01 {
	margin: 10px 30px 20px;
	line-height: 1.5em;
}
.mainTxt02 {
	margin: 10px 30px 10px;
	line-height: 1.5em;
}
.txtExp {
	line-height: 1.3em;
	color: #444;
	text-align: left;
	margin: 10px 10px 10px 15px;
}
.toTop {
	font-weight: bold;
	text-align: center;
}
.noticeGH {
	margin: 0px 0px 10px 275px;
	line-height: 1.5em;
	font-weight: bold;
}
/* -----ライン付きテキスト----- */
.txtLineB01,.txtLine01 {
	border-bottom: 1px dotted #999;
	padding-right: 5px;
	padding-left: 5px;
	margin: 10px 30px 0px;
}
.txtLineB01 {font-size: 120%; font-weight: bold;}

/* -----マージン設定----- */
.mg20pxBotton {margin-bottom: 20px;}

/* -----リスト----- */
ul {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}
li {line-height: 1.5em;}

/* 文字サイズ変更 */
ul.txtChange {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.txtChange li {
	float: left;
	margin: 5px 0px 5px 10px;
	font-weight: bold;
}

/* sitemap */
ul.map li {list-style:disc url(none);}

/* -----テーブル----- */
table.box01 {
	border: 1px solid #128AED;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
	margin: 10px 20px;
}
.box01 caption {
	text-align: left;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 5px;
}
.box01 th {
	padding: 4px;
	background: #8EC8F7;
	border: 1px solid #128AED;
	text-align: center;
}
.box01 td {
	border: 1px solid #128AED;
	padding: 4px;
	text-align: center;
}
table.box02 {
	border: 1px solid #128AED;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
	margin: 10px 20px;
}
.box02 caption {
	text-align: left;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.box02 th {
	padding: 4px;
	background: #8EC8F7;
	border: 1px solid #128AED;
	text-align: left;
}
.box02 td {
	border: 1px solid #128AED;
	padding: 4px;
	text-align: left;
}
.yellow {background: #FFFFCC;}
.side {text-align: center;}
.sideLeft {text-align: left;}

.grStyle01 {
	margin: 10px 20px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #128AED;
}
.grStyle02 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px 20px;
}

/* -----top navigation----- */
.tnavPosition {
	margin-bottom: 10px;
	margin-left: 10px;
}
.tnavPosition a { border: none; }

/* -----service page----- */
/* ---wrapp--- */
div.wrap01,.clearfix {
	margin: 0 20px 20px;
	padding: 5px 10px;
}
div.wrap01 {border: 1px solid #128ADE;}
.clearfix:after,.wrap01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,.wrap01 {display: inline-block;}
/* back-slash hack for mac ie \*/
* html .clearfix {height: 1%;}
* html .wrap01 {height: 1%;}
.clearfix,.wrap01 {display: block;}

/* ---text--- */
div.wrap01 p,.clearfix p {
	line-height: 1.5;
	margin-bottom: 10px;
}
div.wrap01 p.txtEnd {
	line-height: 1.5;
	margin-bottom: 0;
}

p.catch01,p.catch02,p.catch03 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
	color: #444;
}
p.catch01 {margin-bottom: 5px;}
p.catch02 {margin: 0 30px 10px;}
p.catch03 {
	margin: 20px 10px 20px 15px;
	color: #128ADE;
}

div.clearfix dl {
	margin: 0;
	padding: 0;
}
div.clearfix dt {font-weight: bold;}
div.clearfix dd {
	line-height: 1.5;
	margin: 0 10px 10px;
	padding: 0;
}
dd ul {
	margin: 0 16px 0;
	padding: 0;
}

/* -----image----- */
img.clipLeft {
	float: left;
	margin: 0 20px 10px 0;
	vertical-align: bottom;
}
img.clipRight {
	float: right;
	margin: 0 0 10px 30px;
	vertical-align: bottom;
}

/* -----footer----- */
div#footer {
	border-top: 1px solid #128ade;
	margin: 10px 15px;
}
div#footer p.navi {
	text-align: center;
	margin: 7px;
}
address {
	font-size: 120%;
	line-height: 1.3;
	font-weight: bold;
	font-style: normal;
	color: #333;
	text-align: center;
	margin: 7px 0;
}
div#footer a.noneDecoration {
	border-style: none;
	background: none;
}
div#footer p.bannerPosition {
	text-align: right;
	margin-bottom: 5px;
}

/* -----common style----- */
p.gotoTop {
	background: url(../../img/003_b/common/triangle01.gif) no-repeat right center;
	padding-right: 25px;
	margin: 0 15px;
	line-height: 25px;
	text-align: right;
	font-weight: bold;
}
.hidden {display: none;}
div.clear {clear: both;}
hr {display: none;}

