@charset "utf-8";

/* top頁以外のリンク文字 */
/*-------------------------------------*/
a{ color:rgba(21, 51, 100, 0.95); text-decoration:none; outline:none;}
a:hover{color:#FF9900; text-decoration:none; outline:none;}

a.txtUnder{ text-decoration:none;}
a.txtUnder:hover{ text-decoration: none;}

/*-------------------------------------*/

/*-------------------------------------*/

div.wrapBox{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px 0 ;
}

div#mainContents{
	width: 700px;
	float: right;
}

div#leftContents{
	width: 220px;
	float: left;
    border-right: 1px solid black;
    

}

/* 中央に合わせて、リサイズせずに、はみ出た分をトリミング */
p.trim {
 width: 60px;
 height: 60px;
 overflow: hidden;
 }

p.trimf{
 max-width: 200px;
 max-height: 120px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 35px;
}

p.trimf img {
    max-height: 120px;
    width:auto;
}   

p.trimp{
 max-width: 130px;
 max-height: 150px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 5px;
}

p.trimp img {
    max-height: 150px;
    width: auto;
} 

p.trimlife{
 max-width: 250px;
 max-height: 150px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 35px;
}

p.trimlife img {
    max-height: 150px;
    width:auto;
    right: 120px;
}   

p.trimtop{
 max-width: 650px;
 max-height: 380px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 35px;
}

p.trimtop img {
    max-height: 380px;
    margin-bottom: 20px;
    margin-right:20px; 
    margin-left:20px;
    display: block;
    width:auto;
}   



ul#subNavigation{
    
}

ul#subNavigation li{
	display: block;
	margin-bottom: 1px;
}

ul#subNavigation li ul{
	display: block;
	margin-bottom: 14px;
    padding-left: 10px;
    color:black;
}

ul#subNavigation li ul a{
    color:black;
    text-decoration:none; 
    outline:none;}

ul#subNavigation li ul a:hover{
    color:#FF9900; 
    text-decoration:none; 
    outline:none;}

ul#subNavigation li ul a txtUnder{
    text-decoration:none;}

ul#subNavigation li ul a txtUnder:hover{ text-decoration: none;}

/*
a{ color:rgba(21, 51, 100, 0.95); text-decoration:none; outline:none;}
a:hover{color:#FF9900; text-decoration:none; outline:none;}

a.txtUnder{ text-decoration:none;}
a.txtUnder:hover{ text-decoration: none;}
*/


.sTitle{
	margin: 60px 0 20px;
}

.sTitleFirst{
	margin: 0px 0 20px;
}

/*-------------------------------------*/

h3{
	text-align: center;
	margin: 90px 0;
	color: #900;
	border: 3px solid #900;
	padding: 10px 0;
}

p{
	margin-bottom: 15px;
}


/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/


.chapter1{
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.chapter2{
	padding-bottom: 4px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

.chapter3{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 16px;
	font-weight: bold;
}
.chapter5{
	padding: 6px 8px;
	background: #efefef;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter6{
	padding: 6px 8px;
	background: #ccc;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter7{
	padding: 6px 8px;
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter8{
	padding: 6px 8px;
	background: #071a1a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.chapter9{
	padding: 6px 8px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter10{
	padding: 6px 8px;
	background: #900;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter11{
	padding: 6px 8px;
	background: #63C068;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter12{
	padding: 6px 8px;
	background: #F5F6E4;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter13{
	padding: 6px 8px;
	background: #F9EBF8;
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.chapter14{
	padding: 6px 8px;
	background: #BEA581;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter15{
	font-size: 14px;
	font-weight: bold;
}

.chapter16{
	font-size: 16px;
	font-weight: bold;
}

.chapter17{
	font-size: 18px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */
.chapter18{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */
.chapter19{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #efefef;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */
.chapter20{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #333;
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
	border-top: 1px solid #ccc;
    border-right:1px solid #ccc;
	width:80%;
	margin-bottom: 30px;
    table-layout: fixed;
}
table th,
table td{
    color:black;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
table th{
    font-weight: bolder;
	padding-left: 15px;
    padding-right: 2px;
}

table tdm{
	border-left: 1px solid #ccc;
    padding-left: 15px;
}

table td{
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

table.tableDec1 th{ background: #efefef; padding-left: 10px;}
table.tableDec2 th{ background: #333; color: #fff; padding-left: 10px;}
table.tableDec3 th{ background: #d5ceb1; color: #fff; padding-left: 10px; border-bottom: 1px solid #fff; color: #333;}
table.tableDec4 th{ background: #0B0042; color: #fff; padding-left: 30px; border-bottom: 1px solid #fff; color: #333;}


/*-------------------------------------*/
/* リストフォーマット */
/*-------------------------------------*/

ul{
	display: block;
	margin-bottom: 30px;
}

ul.Number{ list-style: decimal inside;}

ul.imgList1{ list-style: circle inside;}
ul.imgList2{ list-style: disc inside;}

ul.bgList1 li{ color:black;
    background: url(../img/bg_list1.gif) no-repeat left center; 
    padding-left: 1.5em;}
ul.bgList2 li{ color: black;
    background: url(../img/bg_list2.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList3 li{ color:black;
    background:  url(../img/bg_list3.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList4 li{ color:black;
    background: url(../img/bg_list4.gif) no-repeat left  ;
    background-position:6px 6px;
    padding-left: 1.5em;
    
}
ul.bgList5 li{ background: url(../img/bg_list5.gif) no-repeat left center; padding-left: 1.5em;}

ul.borderList1 li{ border-bottom: 1px solid #ccc; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; }
ul.borderList2 li{ border-bottom: 1px dotted #ccc; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; }


/*-------------------------------------*/
/* テキストテンプレート */
/*-------------------------------------*/


/* 基本フォーマット */
div.txtTempSet{
	margin-bottom: 30px;
}

div.txtTempSet strong{
	display: block;
    padding-bottom: 4px;
	border-bottom: 2px outset #333;
	font-size: 16px;
	font-weight: bold;
    color:#000;
}

div#mainContents div.clearfix{
	width: 100%;
}

/* txtTemp1 */
div.txtTemp1{}
div.txtTemp1 strong{ margin-bottom: 6px;}
div.txtTemp1 span{ color: #666;}

/* txtTemp2 */
div.txtTemp2{}
div.txtTemp2 strong{ margin-bottom: 6px; font-size: 14px;}
div.txtTemp2 span{ color: #666;}

/* txtTemp3 */
div.txtTemp3{}
div.txtTemp3 strong{ margin-bottom: 6px; color: #900}
div.txtTemp3 span{ color: #333;}

/* txtTemp4 */
div.txtTemp4{}
div.txtTemp4 strong{ margin-bottom: 6px;}
div.txtTemp4 span{ color: #666;}
div.txtTemp4 p{ float: right; width: 194px;}

/* txtTemp5 */
div.txtTemp5{}
div.txtTemp5 strong{ margin-bottom: 6px;}
div.txtTemp5 span{ color: #666;}
div.txtTemp5 p{ float: left; width: 194px;}

/* txtTemp6 */
div.txtTemp6{height: inherit;margin-bottom: 6px;}
div.txtTemp6 div.fL{ width: 350px; }
div.txtTemp6 div.fL1{ width: 350px; }
div.txtTemp6 p.trimpub{
 max-width: 130px;
 max-height: 150px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 5px;
}
div.txtTemp6 p.trimpub img {
    max-height: 150px;
    width: auto;
} 
div.txtTemp6 table{
    text-align: center;
    overflow: hidden;
    width: 700px;
}
div.txtTemp6 table img{
    object-position: center;
    text-align: center;
    background-position: center;
    margin-left: -30px;
}

div.txtTemp6 strong{ margin-bottom: 6px;}
div.txtTemp6 span{ color: #666;}
div.txtTemp6 p{ float: right; width: 320px; position: center;}


/* txtTemp7 */
div.txtTemp7{}
div.txtTemp7 div.fR{ width: 350px;}
div.txtTemp7 strong{ margin-bottom: 6px;}
div.txtTemp7 span{ color: #666;}
div.txtTemp7 p{ float: left; width: 320px;}

/* txtTemp68*/
div.txtTemp68{height: inherit;margin-bottom: 6px;}
div.txtTemp68 div.fL{ width: 500px; }
div.txtTemp68 p.trimpub{
 max-width: 145px;
 max-height: 200px;
    width: 100% ;
    height:  100% ;
 overflow: hidden;
 margin-top: 30px;
    margin-right: 20px;
}
div.txtTemp68 p.trimpub img {
    max-height: 200px;
    width: auto;
} 
div.txtTemp68 strong{ margin-bottom: 6px;}
div.txtTemp68 span{ color: #666;}
div.txtTemp68 p{ float: right; width: 320px; position: center;}

/* 設備施設のために空白少なくしたもの　*/
