@charset "utf-8"; 

/* main
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html{overflow-y: scroll;}

body {
  font-size: 80%;
  line-height: 150%;
  background-color:#eee;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-align:center;
}

div{
    zoom:1;/* for IE 5.5-7 */
}
div:after{/* for modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* link
---------------------------------------------------- */
a {
/**/
	overflow: hidden;
/**/
}
a:link {color: #0c6b2c;}
a:visited {color: #50a06b;}
a:hover, a:active {color: #f58a1f; text-decoration:none;}
a:focus{outline:none;}


.v-bottom{vertical-align:bottom;}

#s-wrapper{
	margin:0px auto;
	width:712px;
	background-color:#eee;
	padding-bottom:15px;
	text-align:left;
}


#s-wrapper2{
	background-color:#FFFFFF;
	border-bottom:1px #bbb solid;
	border-right:1px #bbb solid;
	border-left:1px #bbb solid;
	background-color:#fff;
}

#pagebody{
	width:690px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	color:#333;
}

#down{text-align:right; margin-bottom:0px;}


.title{ 
	background:#f0f6f2 url(../images/point_icon.gif) no-repeat left center; 
	padding:5px 10px 5px 25px; 
	border:1px #b5c9c4 solid; 
	margin-bottom:5px;
	color:#076c52;
	font-weight:bold;
}
.title2{ 
	background:#f0f6f2 url(../images/point_icon.gif) no-repeat left center; 
	padding:5px 10px 5px 25px; 
	border:1px #b5c9c4 solid; 
	margin-bottom:5px;
	color:#076c52;
	font-weight:bold;
}
.title3{
	margin:15px 0px 15px 0px;
	font-size:120%;
	line-height:18px; 
	background:url(../images/h3_titlebg2.jpg) no-repeat left bottom;
	padding:5px 3px 12px 17px;
	color:#414141;
}	
.title4{
	line-height:140%;
	margin-bottom:15px; 
	color:#414141;
	background:url(../images/h4_titlebg2.gif) no-repeat left bottom;
	padding-bottom:8px;
	margin-top:15px;
}
.title5{background:url(../images/mark.gif) no-repeat left center; padding-left:18px;}


img{border:0px;}
.clear {clear: both;}

p{ margin-bottom:5px;}
p#next{text-align:center;float:right}
.print{background:url(../images/print_mark.gif) no-repeat left center; padding:5px 0px 5px 30px; float:left}

#box{ border-top:1px #ccc dashed; padding-top:10px;}

#box2{padding:10px 20px;}
.box-ul li{ margin-left:20px; margin-bottom:5px;}


#box3{padding:10px 0px;}

.common-table{width:100%; border-collapse:collapse; margin-bottom:10px;}
.common-table td,.common-table th{
	padding:2px 3px;
	border:1px solid #ccc;
	text-align:center;
}
.common-table th{
	background-color:#f1f1f1; color:#444; font-weight:normal;
}

.common-table2{width:100%; border-collapse:collapse; margin-bottom:10px;}
.common-table2 td{
	padding:2px 3px;
	border:0px;
}


.fpro-td{margin:5px 0;}
.img-waku{border:3px #eee solid;}
.common-td1,th.common-td1{background-color:#edfdf6; font-weight:bold;color:#028c5f;}
th.common-td2{background-color:#ecf1ff;}

.v-middle{vertical-align:middle;}
.ml15{margin-left:15px;}


.pdf{font-size:85%; line-height:130%; padding-top:10px; border-top: 1px #ccc dashed; margin-top:20px;}
.pdf img{vertical-align:middle; float:left; padding-right:10px;}
*html .pdf a{ font-family:Arial;}
*:first-child+html .pdf a{ font-family:"メイリオ";}



@media print{
body {
  background-color:#fff;
}
.v-bottom{ display:none}
p#next{ display:none}
.print{ display:none}
.title{ display:none}

#down{ display:none}
#box{ border:none; padding:0px;}
#s-wrapper2{border:none;}
#s-wrapper{
	margin:0px auto;
	width:712px;
	background-color:#fff;
	padding-bottom:0px;
	text-align:left;
}

}