@charset "utf-8";

/*************************************

h　見出しタグ

**************************************/

/*
#contentsArea h1{
	background:url(/images/common/bgH2.gif) no-repeat;
	width:715px;
	height:55px;
	line-height:55px;
	padding-left:20px;
	font-size:125%;
}
*/

#contentsArea h2.mainTitle{
	background:url(/images/common/bgH2.gif) no-repeat;
	width:715px;
	height:55px;
	line-height:61px;
	padding-left:20px;
	font-size:125%;
	margin:0;
	font-weight:bold;
}

#contentsArea h2{
	background:url(/images/common/bgH3.gif) no-repeat;
	width:705px;
	height:36px;
	line-height:36px;
	padding-left:25px;
	margin:0 0 15px 0;
}

#contentsArea h3 {
    background: url(/images/common/bgH4.gif) repeat-x scroll center bottom transparent;
 	clear: both;
    margin: 0 0 10px;
    padding: 0 0 12px;
    width: 100%;
	line-height:1.4;
}

#contentsArea h3 span {
    border-left: 4px solid #0000FF;
    display: block;
    padding-left: 10px;
}

#contentsArea h4{
	display:block;
	background-color:#f6f5f5;
	border:#e0dfdf;
	padding:10px 0;
	margin:0 0 15px 0;
}
#contentsArea h4 span{
	display:block;
	border-left:solid 4px #0000ff;
	line-height:1.0em;
	margin-left:10px;
	padding-left:10px;
}

#contentsArea h5{
	width:100%;
	height:28px;
	line-height:28px;
	border-bottom:solid 2px #0000ff;
	margin:0 0 15px 0;
}

#contentsArea h6{
	display:block;
	height:16px;
	line-height:16px;
	border-left:solid 4px #0000ff;
	padding-left:15px;
	margin:0 0 15px 0;
}

/*************************************

p　本文タグ

**************************************/

#contentsArea p{
	margin:0 0 10px 0;
}


#contentsArea p.big{
	font-size:134%;
}


#contentsArea p.small{
	font-size:92%;
}


#contentsArea p.attentionRed{
	color:#e60f0f;
}


#contentsArea p.attentionGray{
	color:#848383;
}


/*************************************

ul ol　箇条書きタグ

**************************************/

#contentsArea ul.normal li{
	background:url(/images/common/bgLi.gif) no-repeat left 8px;
	padding-left:12px;
}

#contentsArea ul.small li{
	background:url(/images/common/bgLismall.gif) no-repeat left 8px;
	font-size:92%;
	padding-left:10px;
}
#contentsArea ol.normal li{
	list-style-type:decimal;
	list-style-position:inside;
	padding-left:0px;
}

#contentsArea ol.small li{
	list-style-type:decimal;
	list-style-position:inside;
	padding-left:0px;
	font-size:92%;
}

#contentsArea ol.normal li .inner_list li {
  list-style-type: disc;
  margin-left: 35px;
}

/*************************************

a　リンクタグ

**************************************/

.elementList a.normal,.elementList span.linkPDF,.elementList span.linkPopup,.elementList a.small {
	margin:5px 0;	
}

#contentsArea a.normal {
	display:block;
	background:url(/images/common/iconLink01.gif) no-repeat left 5px;
	padding-left:16px;
}

#contentsArea span.linkPDF {
	overflow:hidden;
	background:url(/images/common/iconAdobe.gif) no-repeat right top;
	padding-right:20px;
}

#contentsArea span.linkPopup {
	overflow:hidden;
	background:url(/images/common/iconPopup.gif) no-repeat right top;
	padding-right:20px;
}

#contentsArea a.small {
	display:block;
	background:url(/images/common/iconSlink.gif) no-repeat left 7px;
	padding-left:10px;
	font-size:92%;
}


/*************************************

ul　横並び箇条書きタグ

**************************************/

.floatUlAddBg {
	border:solid 1px #cad4e0;
	margin:0 0 15px 0;
}

.floatUlAddBg .bgInner {
	border:solid 1px #FFF;
	background-color:#f1f5f8;
	overflow:hidden;
	padding-top:15px;
}

.floatUlAddBg ul li{
	display:block;
	background:url(/images/common/iconLink.gif) no-repeat left 9px;
	padding-left:10px; 
	margin:0 0 15px 60px;
	border-right:solid 1px #cbd2e2; 
	width:140px;
	float:left;
}

.floatUlWide ul{
    margin: 0 0 15px -20px;
    overflow: hidden;

}

.floatUlWide ul li{
	display:block;
	background:url(/images/common/iconLink.gif) no-repeat left 9px;
	border-right:solid 1px #cbd2e2; 
	float: left;
    margin: 0 0 15px 20px;
    padding: 0 20px;
}

.floatUlNarrow ul{
	overflow:hidden;
	margin:0 0 15px -30px;

}

.floatUlNarrow ul li{
	display:block;
	background:url(/images/common/iconLink.gif) no-repeat left 9px;
	padding-left:10px; 
	margin:0 0 15px 30px;
	border-right:solid 1px #cbd2e2; 
	width:90px;
	float:left;
}

 #contentsInner .imgList ul li img{
	 margin:0 0 5px 0;
}


/*************************************

罫線

**************************************/

hr.border{
	height:1px;
	color:#e0dfdf;
	margin:15px 0;
}

hr.dot {
	border:0;
	height: 1px;
	background:url(/images/common/bgDotline02.gif) 50% 0 repeat-x;
	margin:15px 0;
}


/*************************************

ページナビ

**************************************/

.pageNav {  
	text-align: center;
	border: 1px solid #e3e3e3;
}  

.pageNav ul {
	margin:0;
	padding:0; 
}

.pageNav li {  
	display: inline;  
	margin: 0;
	padding: 0;  
}

.pageNav li.here {  
 padding: 8px 10px;
	border-right: 1px solid #e3e3e3;  
	vertical-align: middle;
	font-weight:bold; 
}

.pageNav li a {  
	display: inline-block;  
	padding: 5px 10px;  
	border-right: 1px solid #e3e3e3;  
	vertical-align: middle;  
} 

.pageNav li.prev a{
	background:url(/images/common/iconRink.gif) no-repeat left 13px;
	padding-left:10px;
}

.pageNav li.next a{
	background:url(/images/common/iconLink.gif) no-repeat right 13px;
 	border-right:none;
	padding-right:10px;
}

/*************************************

img　画像タグ

**************************************/

.full{
	margin:15px 0;
}

.imgList{
	width:100%;
	overflow:hidden;
	margin:15px 0 0 0;
}
.imgList ul{
	width:720px;
	margin-right:-15px;
}
.imgList li{
	width:165px;
	display:inline;
	float:left;
	margin:0 15px 15px 0;
}
.imgList a {
	margin:0 0 0 0;
}
.imgList p {
	line-height:1.4em;
}
.imgList ul li.Img3 {
margin:0px 75px 0px 0px;
}

/*************************************



**************************************/

.imgFlow {
	overflow:hidden;
	margin:0 0 15px 0;
}

.imgFlow li{
	width:131px;
	float:left;

}
.imgFlow li.arrow {
   background-image: url(/images/common/imgArrow.gif);
    background-position: 150px center;
    background-repeat: no-repeat;
    height: 90px;
    overflow: hidden;
    width: 190px;
}


/*************************************

画像付テキストタグ

**************************************/

.rightTxt {
	overflow:hidden;
	margin:0 0 35px 0;
}
.rightTxt img{
	float:left;
	margin:0 15px 15px 0;
	clear:both;
}
.rightTxt txt{
	float:right;
	width:375px;
}

.leftTxt {
	overflow:hidden;
	margin:0 0 35px 0;
}
.leftTxt img{
	float:right;
	margin:0 0 15px 15px;
}

.rightTxt .txt{
	float:right;
	width:375px;
}


/* added */
.leftTxt .txt {
	float: left;
	width: 375px;
}

/*************************************

画像付リンクタグ

**************************************/


.linkBox01 {
	overflow:hidden;
	margin:0 0 15px 0;
}

.linkBox01 ul {
	width:720px;
	margin-right:-15px;
}

.linkBox01 li.item {
	display:inline;
	width:225px;
	float:left;
	margin:0 15px 15px 0;
}

.linkBox01 li.item .inner{
	overflow:hidden;
}

.linkBox01 li.item img {
	float:left;
}

.linkBox01 ul.linkList {
	float:right;
	margin-right:10px;
	width:125px;

}

/*************************************

画像付テキストボックス

**************************************/


.txtBox01 {
	overflow:hidden;
	zoom:1;
}

.txtBox01 ul {
	width:720px;
	overflow:hidden;
	zoom:1;
	margin-right:-15px;
}

.txtBox01 li.item {
width: 225px;
float: left;
margin: 0 14px 0 0;
/*background: url(/images/common/bgBoxw225.gif) no-repeat left bottom;*/
overflow: hidden;
zoom: 1;
padding: 0 0 15px 0;
}


.txtBox01 .inner {
	padding:10px;
	overflow:hidden;
	zoom:1;
}

.txtBox01 li.item .inner{
	border:solid 1px #e0dfdf;
	overflow:hidden;
	zoom:1;
}

.txtBox01 .ImgBox{
	width:340px;
	float:left;
	text-align:center;
	font-size:12px;
	padding:5px;
	}

.txtBox02 {
	overflow:hidden;
	zoom:1;
}

.txtBox02 ul {
	width:720px;
	margin-right:-15px;
	overflow:hidden;
	zoom:1;
}

.txtBox02 li.item {
	display:inline;
	width:165px;
	float:left;
	margin:0 14px 0 0;
	padding: 0 0 15px 0;
	/*background:url(/images/common/bgBoxw165.gif) no-repeat left bottom;*/
	overflow:hidden;
	zoom:1;

}

.txtBox02 li.item .inner{
	border:solid 1px #e0dfdf;
	padding:10px;
	overflow:hidden;
	zoom:1;
}


/*************************************

インフォメーション

**************************************/

.newsArea dl{
}

.newsArea dt{
	font-weight:bold;
	margin:10px 10px 0 0;	
}

.newsArea dt img{
	vertical-align:middle;
	margin:0 0 0 5px;
}

.newsArea dd{
	background-image:url(/images/common/bgDotline02.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}

.newsArea dd.final{
	background-image:none;
}

/*************************************

Q＆A

**************************************/

#contentsArea .QandA{
	background:url(/images/common/bgQA.gif) no-repeat left bottom;
	border:solid 1px #e0dfdf;
	overflow:hidden;
	margin:15px 0;
}
#contentsArea .QandA hr.dot{
	margin:0;

}
#contentsArea .question {
	background:url(/images/common/iconQes.gif) no-repeat 15px 0.5em;
	padding:5px 5px 15px 50px;
	overflow:hidden;
	zoom:1;
}

#contentsArea .answer{
	background:url(/images/common/iconAns.gif) no-repeat 15px 0.5em;
	padding:15px 15px 15px 50px;
	overflow:hidden;
	zoom:1;
}
#contentsArea .QandA .inner{
	padding:5px 0 0 0;
}




/*************************************

フォーム

**************************************/

.stepArea {
	text-align:center;
	margin:0 0 15px 0 ;
}
.stepArean img {
	display:block;
	margin:0 auto;
}

#contentsArea form input {
	border:solid 1px #87a5bf;
	margin:0 5px;
}

/*************************************

テーブル

**************************************/

.table01{
	margin:0 0 15px 0;
	
}
.table01 table{
	width:100%;
	border-top:1px solid #e0dfdf;
	border-left:1px solid #e0dfdf;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}

.table01 table tr{
}

.table01 table th{
	background-color:#f6f5f5;
	border-right:1px solid #e0dfdf;
	border-bottom:1px solid #e0dfdf;
	background:url(/images/common/bgTh.gif) no-repeat left top;
	padding:10px;
}

.table01 table th em{
	width:33px;
	height:18px;
	display:block;
	background:url(/images/common/iconIndis.gif) no-repeat;
	text-indent:-9999px;
	margin-top:2px;
}


.table01 table .w25{
	width:25%;
}

.table01 table .w50{
	width:50%;
}

.table01 table td{
	border-right:solid 1px #e0dfdf;
	border-bottom:solid 1px #e0dfdf;
	padding:10px;
}

.btnArea{
	width:100% !important;
	background-color:#e4f0f8;
	padding:15px 0;
	margin:15px 0;
}

.btnArea input{
	width:190px;
	height:40px;
	display:block;
	background-image:url(/images/common/bgBtn01.gif);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	margin:0 auto !important;
	text-align:center;
	color:#212121;
	border: none !important;
}

.bnone input {
	border: none !important;
}


/*************************************

お問い合わせ

**************************************/

#contentsArea .contactArea {
	border:dotted 1px #aaa;
	margin:15px 0;
	overflow:hidden;
}

#contentsArea .inner {
	font-size:14px;
	overflow:hidden;
	zoom:1;
}

#contentsArea .contactArea p.title01{
	background-color:#0000ff;
	margin:1px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	color:#FFF;
}

#contentsArea .contactArea .wrap{
	float:left;
	margin:0 10px 0 0;
}

#contentsArea .contactArea .wrap img{
	margin:0 0 4px 0;
}

#contentsArea .contactArea p.title02{
	font-weight:bold;
}

#contentsArea .contactArea li{
	display:inline;
	width:206px;
	height:33px;
	line-height:32px;
	font-size:12px;
	background-image:url(/images/common/bgContact02.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	margin:0 10px 5px 0;
}

#contentsArea .contactArea a{
	display:block;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin-left:27px;
}

.btnArea button, .btnArea a{
width: 190px;
height: 40px;
	display: block;
	float: left;
	position: relative;
	left: 140px;
background-image: url(/images/common/bgBtn01.gif);
background-repeat: no-repeat;
background-position: left top;
line-height: 40px;
font-weight: bold;
text-decoration: none;
margin:0 auto !important;
	text-align: center;
color: #212121;
border: none !important;
cursor: pointer !important;

}

.btnArea input {
	cursor: pointer !important;
}

















