@charset "shift_jis";
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}

/* body */
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #EAF3FD;
	color: #333333;
	font-size:100%;
	line-height:180%;
	letter-spacing:nomal;
}

/* IE6 */

*html body {
	font-size:88%;
}

/* IE7 */

*:first-child+html body {
	font-size:88%;
}

/* IE8 */

html>/**/body {
	font-size:88%;
}

/* 画像の下にできる隙間をなくす */
img {
/* [disabled]vertical-align: bottom; */
}

.ie67yohaku {
	overflow:hidden;
	font-size:0;
}

/*　主スタイル　*/


.nomargin {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.back-repeat-x {
	background-repeat:repeat-x;
}

.back-repeat-y {
	background-repeat:repeat-y;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.table-center {
	margin-left: auto;
	margin-right: auto;
}

.image-frame01 {
	border: 1px solid #CCC;
	background:#FFF;
	padding: 4px;
}

.image-frame02 {
	border: 1px solid #CCC;
	padding: 0px;
}

.imgFloatLeft {
	margin:0 20px 10px 0;
	float:left;
}

.imgFloatRight {
	margin:0 0 10px 20px;
	float:right;
}

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

hr {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}

.double {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}

/*　タイトル　*/

h3 {
	background-image:url(../images/h3_back.gif);
	background-position:left center;
	background-repeat:no-repeat;
	width:650px;
	padding:9px 15px 8px 15px;
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;
}

h3.h3_back_green {
	background-image:url(../images/h3_back_green.gif);
	background-position:left center;
	background-repeat:no-repeat;
	width:650px;
	padding:9px 15px 8px 15px;
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;
}

h4.h4old {
	background-image:url(../images/icn_blue.gif);
	background-position:8px center;
	background-repeat:no-repeat;
	background-color:#EFF7FE;
	padding:9px 9px 9px 26px;
	border:#CCC 1px solid;
	font-size:100%;
	font-weight:bold;
}

h4 {
	font-weight: bold;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]margin-bottom: 5px; */
	font-size: 110%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2666E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

/*　テキスト系　*/

.italic {
	font-style:italic;
}

.txt {
	margin:0 0 1em 0;
}

.txt2 {
	margin:0 0 2.5em 0;
}

.atama {
	padding-left:1em;
	text-indent:-1em;
}

.atama2 {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.map {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

.map small a {
	margin-left: 5px;
}

.infoWrap {
	margin:0;
	border:0;
	padding:0 20px 10px 20px;
}

.infoWrap dl {
	height:150px;
	margin:0;
	border:0;
	overflow:auto;
}

.infoWrap dl dt {
	margin:0;
	border:0;
	float: left;
	clear:left;
	padding: 5px 0 5px 4px;
}

.infoWrap dl dd {
	margin:0;
	border:0;
	padding: 5px 15px 5px 7.0em;
	border-bottom:#a7a7a7 dotted 1px;
}

.tx_normal {
	font-size: 88%;
	font-weight: normal;
	color: #333;
}

.tx-80p {
	font-size:80%;
	line-height:140%;
	letter-spacing:nomal;
}

.tx-90p {
	font-size:90%;
	line-height:160%;
	letter-spacing:nomal;
}

.tx100p {
	font-size:100%;
	line-height:160%;
	letter-spacing:nomal;
}

.tx-120p {
	font-size:120%;
	line-height:160%;
	letter-spacing:nomal;
}

.tx-140p {
	font-size:140%;
	line-height:180%;
	letter-spacing:nomal;
}

.tx-160p {
	font-size:160%;
	line-height:180%;
	letter-spacing:nomal;
}

.tx-180p {
	font-size:180%;
	line-height:150%;
	letter-spacing:nomal;
}

.tx-10px {
	font-size:10px;
	line-height:120%;
	letter-spacing:nomal;
}

.tx-12px {
	font-size:12px;
	line-height:140%;
	letter-spacing:nomal;
}

.tx-13px {
	font-size:13px;
	line-height:140%;
	letter-spacing:nomal;
}

.tx-14px {
	font-size:14px;
	line-height:160%;
	letter-spacing:nomal;
}

.tx-16px {
	font-size:16px;
	line-height:160%;
	letter-spacing:nomal;
}

.tx-18px {
	font-size:18px;
	line-height:160%;
	letter-spacing:nomal;
}

.tx-20px {
	font-size:20px;
	line-height:180%;
	letter-spacing:nomal;
}

.xxxx-text {
	font-size: 130%;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
}

.xxxx_red-text {
	font-size: 130%;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.xxxx_red-text2 {
	font-size: 130%;
	line-height: 140%;
	color: #cc0000;
	font-weight: bold;
}

.xxxx_orange-text {
	font-size: 130%;
	line-height: 140%;
	color: #FF6600;
	font-weight: bold;
}

.xxxx_blue-text {
	font-size: 130%;
	line-height: 140%;
	color: #3366FF;
	font-weight: bold;
}

.xxxx_blue2-text {
	font-size: 130%;
	line-height: 140%;
	color:#388CE0;
	font-weight: bold;
}

.xxxx_kon-text {
	font-size: 130%;
	line-height: 140%;
	color:#15298A;
	font-weight: bold;
}

.xxxx_green-text {
	font-size: 130%;
	line-height: 140%;
	color: #339900;
	font-weight: bold;
}

.xxx-text {
	font-size: 120%;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
}

.xxx_red-text {
	font-size: 120%;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.xxx_red-text2 {
	font-size: 120%;
	line-height: 140%;
	color: #cc0000;
	font-weight: bold;
}

.xxx_orange-text {
	font-size: 120%;
	line-height: 140%;
	color: #FF6600;
	font-weight: bold;
}

.xxx_blue-text {
	font-size: 120%;
	line-height: 140%;
	color: #3366FF;
	font-weight: bold;
}

.xxx_blue2-text {
	font-size: 120%;
	line-height: 140%;
	color: #388CE0;
	font-weight: bold;
}

.xxx_kon-text {
	font-size: 120%;
	line-height: 140%;
	color:#15298A;
	font-weight: bold;
}

.xxx_green-text {
	font-size: 120%;
	line-height: 140%;
	color: #339900;
	font-weight: bold;
}

.xx-text {
	font-size: 110%;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
}

.xx_red-ext {
	font-size: 110%;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}

.xx_red-text2 {
	font-size: 110%;
	line-height: 140%;
	color: #cc0000;
	font-weight: bold;
}

.xx_orange-text {
	font-size: 110%;
	line-height: 140%;
	color: #FF6600;
	font-weight: bold;
}

.xx_blue-text {
	font-size: 110%;
	line-height: 140%;
	color: #3366FF;
	font-weight: bold;
}

.xx_blue2-text {
	font-size: 110%;
	line-height: 140%;
	color: #388CE0;
	font-weight: bold;
}

.xx_kon-text {
	font-size: 110%;
	line-height: 140%;
	color:#15298A;
	font-weight: bold;
}

.xx_green-text {
	font-size: 110%;
	line-height: 140%;
	color: #339900;
	font-weight: bold;
}

.red_text2-160p {
	font-size: 160%;
	line-height: 140%;
	color: #cc0000;
	font-weight: bold;
}

.col-black {
	color:#000000;
}

.col-white {
	color:#ffffff;
}

.col-red {
	color:#ff0000;
}

.col-cccccc {
	color:#cccccc;
}

.col-333333 {
	color:#333333;
}

.col-ff3333 {
	color:#ff3333;
}

.col-ff6600 {
	color:#ff6600;
}

.col-000066 {
	color:#000066;
}

.col-666666 {
	color:#666666;
}

.col-006600 {
	color:#006600;
}

.col-99CCCC {
	color:#99CCCC;
}

.col-999999 {
	color:#999999;
}

.col-FF9999 {
	color:#FF9999;
}

.col-EF5A9A {
	color:#EF5A9A;
}

.col-168063 {
	color:#168063;
}

.col-0D1152 {
	color:#0D1152;
}

.col-B9FFB9 {
	color: #B9FFB9;
}

.col-FBFFAA {
	color: #FBFFAA;
}

.col-FDBC6C {
	color: #FDBC6C;
}

.col-BFDEFF {
	color: #BFDEFF;
}

.col-6666FF {
	color: #6666FF;
}

.col-330000 {
	color: #330000;
}

.col-045262 {
	color: #045262;
}

.col-246C48 {
	color: #246C48;
}

.col-FFCC66 {
	color: #FFCC66;
}

.col-3366cc {
	color: #3366cc;
}

.col-003399 {
	color: #003399;
}

.col-FF6666 {
	color: #FF6666;
}

.col-ffcccc {
	color: #ffcccc;
}

.col-1f3879 {
	color: #1f3879;
}

.col-42515e {
	color: #42515e;
}

.col-09500c {
	color: #09500c;
}

.col-73b5a4 {
	color: #73b5a4;
}

.col-294530 {
	color: #294530;
}

.col-006600 {
	color: #006600;
}

.col-16817E {
	color: #16817E;
}

.col-345BAD {
	color: #345BAD;
}

.col-3154A2 {
	color: #3154A2;
}

.col-1A8F8D {
	color: #1A8F8D;
}

.col-FF8D42 {
	color: #FF8D42;
}

.col-C1CFFB {
	color: #C1CFFB;
}

.col-73BE1E {
	color: #73BE1E;
}

.col-E8A800 {
	color: #E8A800;
}

.col-25751A {
	color: #25751A;
}

.col-7BD58F {
	color: #7BD58F;
}

.col-2963b3 {
	color: #2963b3;
}

.col-97CBFF {
	color: #97CBFF;
}

.col-9b2e8d {
	color: #9b2e8d;
}

.col-68eb7b {
	color: #68eb7b;
}

.col-76a4cf {
	color: #76a4cf;
}

.col-33580c {
	color: #33580c;
}

.col-339933 {
	color: #339933;
}

.col-f63605 {
	color: #f63605;
}

.col-blue {
	color: #36F;
}

.col-ddbc89 {
	color: #e98e45;
}

.col-bb539e {
	color: #bb539e;
}

/*　リンク　*/
A:link {
	color:#3366cc;
	text-decoration:underline;
}

A:visited {
	color:#006699;
	text-decoration:underline;
}

A:hover {
	color:#666666;
	text-decoration:underline;
}

A:active {
	color:#FF9999;
	text-decoration:underline;
}

a.link-navi {/*リンクされた文字*/
	color:#333333;
	text-decoration:none;
}

a:link.link-navi {/*未訪問のリンク*/
	color:#333333;
	text-decoration:none;
}

a:visited.link-navi {/*訪問後のリンク*/
	color:#333333;
	text-decoration:none;
}

a:hover.link-navi {/*マウスをのせたとき*/
	color:#333333;
	text-decoration:underline;
}

a:active.link-navi {/*クリック中*/
	color:#000000;
	text-decoration:underline;
}

a.link-foot {/*リンクされた文字*/
	color:#ffffff;
	text-decoration:none;
}

a:link.link-foot {/*未訪問のリンク*/
	color:#ffffff;
	text-decoration:none;
}

a:visited.link-foot {/*訪問後のリンク*/
	color:#ffffff;
	text-decoration:none;
}

a:hover.link-foot {/*マウスをのせたとき*/
	color:#ffffff;
	text-decoration:underline;
}

a:active.link-foot {/*クリック中*/
	color:#ffffff;
	text-decoration:none;
}

a.link-top {/*リンクされた文字*/
	color:#1861ce;
	text-decoration:none;
}

a:link.link-top {/*未訪問のリンク*/
	color:#1861ce;
	text-decoration:none;
}

a:visited.link-top {/*訪問後のリンク*/
	color:#1861ce;
	text-decoration:none;
}

a:hover.link-top {/*マウスをのせたとき*/
	color:#1861ce;
	text-decoration:none;
}

a:active.link-top {/*クリック中*/
	color:#1861ce;
	text-decoration:none;
}

/*　フッター　*/

.company_border {
	border-top:#dddddd 1px solid;
}

/*　dotline　*/

.dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*　他　*/

.dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.wrapTextFrame01  {
	padding:15px;
	border:#982E5E 3px double;
	margin-bottom:20px;
}

.wrapTextFrame02  {
	padding:15px;
	border:#FC0 3px double;
	margin-bottom:20px;
}

.wrapTextFrame03  {
	padding:15px;
	border:#C4DFF4 3px double;
	margin-bottom:20px;
}

.wrapTextFrame04  {
	padding:15px;
	border:#E4F8B4 3px double;
	margin-bottom:20px;
}

.wrapTextFrame05  {
	padding:15px;
	border:#BBE37D 3px double;
	margin-bottom:20px;
}

.wrapTextFrame06  {
	padding:15px;
	border:#cecece 3px double;
	margin-bottom:20px;
}

.wrapTextFrame07  {
	padding:15px;
	border:#578CE6 3px double;
	margin-bottom:20px;
}

.check {
	background-image: url(../img/common/check.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
}


/*　リスト　*/

ul.liReseter  {
	line-height:1.8em;
	margin:5px 5px 0 -20px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}


ol.liReseter {
	line-height:1.8em;
	margin:5px 5px 0 -20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}


ul.liCheck {
	padding:3px 0 0 0;
	margin:0 0 15px 0;
}

ul.liCheck li {
	display:inherit;
	background-image:url(../images/icn_check.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	line-height:2.0em;
}





