@charset "utf-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF3333;
	font-weight: bold;
}
.blue {
	color: #336699;
	font-weight: bold;
}
.green {
	color: #336600;
	font-weight: bold;
}
.orange {
	color: #FF6600;
	font-weight: bold;
}
.purple{
	color: #606;
	font-weight: bold;
}
.bold-L{
	font-weight: bold;
	font-size: 120%;
}
.red-L{
	color: #FF3333;
	font-weight: bold;
	font-size: 120%;
}
.blue-L{
	color: #336699;
	font-weight: bold;
	font-size: 120%;
}
.green-L{
	color: #336600;
	font-weight: bold;
	font-size: 120%;
}
.orange-L{
	color: #FF6600;
	font-weight: bold;
	font-size: 120%;
}
.purple-L{
	color: #606;
	font-weight: bold;
	font-size: 120%;
}
#main2 .bold-L,#main3 .bold-L,
#main2 .red-L,#main3 .red-L,
#main2 .blue-L,#main3 .blue-L,
#main2 .green-L,#main3 .green-L,
#main2 .orange-L,#main3 .orange-L,
#main2 .purple-L,#main3 .purple-L{
	font-size: 120%;
	line-height: 1.5em;
}
.small{
	font-size: 0.7em;
}
/* テーブル
/*--------------------------------------------- */
.table-style1{}
.table-style1 td,.table-style1 th{
	border: solid #666666 1px;
}
#main2 table.table-style2,#main3 table.table-style2{
	empty-cells:show;
	border-spacing: 5px;
    border-collapse: separate;
}
#main2 table.table-style2 th,#main2 table.table-style2 td,
#main3 table.table-style2 th,#main3 table.table-style2 td{
	padding:0.5em 1em;
	background: #FFF;
}
#main2 table.table-style2 th,#main3 table.table-style2 th{
	text-align: left;
	border-left: solid #999 3px;
	border-bottom: solid #036 1px;
}
#main2 table.table-style2 td,#main3 table.table-style2 td{
	border-bottom: solid #999 1px;
}

.table-style3{
	border:2px solid #B0C6D6;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

#main2 table.table-style3 th,#main3 table.table-style3 th{
	border-right: 1px solid #B0C6D6;
	border-bottom: 1px solid #B0C6D6;
	background-color: #4D7DA0;
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	color: #FFF;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2) inset;
}
.table-style3 td{
	border-right:1px dotted #B0C6D6;
	border-bottom:1px solid #B0C6D6;
	padding:0.3em 1em;
}
#main2 .table-style4,#main3 .table-style4{
	empty-cells: show;
}
#main2 table.table-style4 th,#main2 table.table-style4 td,
#main3 table.table-style4 th,#main3 table.table-style4 td{
	padding:0.5em 1em;
}
#main2 table.table-style4 th,#main3 table.table-style4 th{
	color: #006699;
	border: 1px solid #B0C6D6;
	text-align: left;
	background: url(../../images/table-style4_th.gif) #D2D2D2 no-repeat left top;
	white-space: nowrap;
}
.table-style4 td{
	border-top: 1px solid #B0C6D6;
	background: #fff;
}
/*ストライプ*/
#main2 .tbl_stripe,#main3 .tbl_stripe {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
}
#main2 .tbl_stripe th,#main2 .tbl_stripe td,
#main3 .tbl_stripe th,#main3 .tbl_stripe td {
  padding: 4px 6px;
}
#main2 .tbl_stripe th,
#main3 .tbl_stripe th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #80C0DF;
	text-align: center;
	white-space: nowrap;
}
#main2 .tbl_stripe td,
#main3 .tbl_stripe td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	white-space: nowrap;
}

tr.even th,
tr.even td {
	background:#EFEFEF;
}
tr.odd th,
tr.odd td {
	background:#BCB5B1;
}
/*グラデーション*/
#main2 .tbl_gradation6,#main3 .tbl_gradation6 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
}
#main2 .tbl_gradation6 th,#main2 .tbl_gradation6 td,
#main3 .tbl_gradation6 th,#main3 .tbl_gradation6 td {
  padding: 4px 6px;
}
#main2 .tbl_gradation6 th,
#main3 .tbl_gradation6 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #80C0DF;
	text-align: center;
	white-space: nowrap;
}
#main2 .tbl_gradation6 td,
#main3 .tbl_gradation6 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	white-space: nowrap;
}

.gradation_tr1{
	background:#F2F2F2;
}
.gradation_tr2{
	background:#EAEAEA;
}
.gradation_tr3{
	background:#E3E3E3;
}
.gradation_tr4{
	background:#DBDBDB;
}
.gradation_tr5{
	background:#D4D4D4;
}
.gradation_tr6{
	background:#CCCCCC;
}


tr.on th,
tr.on td{
	background:#ffd0b1;
}

#main2 .h2-clear{
	background: none;
	padding: 0;
	width: 670px;
}
#main2 .h2-clear img{
	border: none;
	padding: 0;
	margin: 0;
}

/* イメージ
/*--------------------------------------------- */
#main2 * .nonFrame,#main3 * .nonFrame{
	border: none;
	padding: 0;
	margin: 0;
}
#main2 * .nonFrame-middle,#main3 * .nonFrame-middle{
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
/* 強調
/*--------------------------------------------- */
#main2 .em1,#main2 .em2,#main2 .em3,#main2 .em4,#main2 .em5,#main2 .em-tell,#main2 .em-fax,
#main3 .em1,#main3 .em2,#main3 .em3,#main3 .em4,#main3 .em5,#main3 .em-tell,#main3 .em-fax{
	padding: 7px 5px 5px 5px;
	margin: 10px auto;
	border: solid #CCCCCC 1px;
}
.em1{
	background-image: url(../../images/em1.gif);
}
.em2{
	background-image: url(../../images/em2.gif);
}
.em3{
	background-image: url(../../images/em3.gif);
}
.em4{
	background-image: url(../../images/em4.gif);
}
.em5{
	background-image: url(../../images/em5.gif);
}

#main2 .em1,#main2 .em2,#main2 .em3,#main2 .em4,#main2 .em5{
	width: 630px;

}
#main3 .em1,#main3 .em2,#main3 .em3,#main3 .em4,#main3 .em5{
	width: 880px;

}
#main2 .em-tell,#main3 .em-tell{
	background-image: url(../../images/em-tell.gif);
	font-size: 150%;
	padding: 20px 0 15px 80px;
	line-height: 1.2em;
}
#main2 .em-fax,#main3 .em-fax{
	background-image: url(../../images/em-fax.gif);
	font-size: 150%;
	padding: 20px 0 15px 80px;
	line-height: 1.2em;
}
#main2 .em-tell,#main2 .em-fax{
	width: 560px;
}
#main3 .em-tell,#main3 .em-fax{
	width: 810px;
}
.em7{
	border-top: dotted 3px;
	padding: 0.2em;
}
.em8{
	border-bottom: dotted #666666 3px;
	padding: 0.2em;
}

#main1 .em6,#main2 .em6,#main3 .em6{
	border: dashed #F9C 5px;
	padding: 5px;
}
#main1 .em-adobeReader,#main2 .em-adobeReader,#main3 .em-adobeReader{
	border: solid #CCC 1px;
	padding: 5px;
	font-size: 70%;
	background: url(../../images/em-adobeReader.gif) no-repeat right top;
}

/* グラデーション＆ライン
/*--------------------------------------------- */
.gradation1{
	background-image: url(../../images/em_gradation1.gif);
}
.gradation2{
	background-image: url(../../images/em_gradation2.gif);
}
.gradation3{
	background-image: url(../../images/em_gradation3.gif);
}
.gradation4{
	background-image: url(../../images/em_gradation4.gif);
}
.gradation5{
	background-image: url(../../images/em_gradation5.gif);
}

/* 各個別ページ
/*--------------------------------------------- */

/* ボタン
/*--------------------------------------------- */
