/* ページのレイアウト用CSS */

* {
margin:0; padding:0;border:none;
}

body {
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
	background-color: #FFFFFF;
}

.contents {
	background-image: url(../img/background.gif);
	width: 750px;
	margin:auto;
	border: none;
}

.header {
	width: 750px;
	float: none;
}

.header h5 {
margin-top: 30px ;
	font-size:	small;
	text-align: right;
	}


.header h1 {
	background-image:url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding :30px 0px 0px 200px;
}

.header span {display:none}

.header_sub {
position: absolute;
top: 50px;
left:650px;
}

.header p {
	color: InactiveCaptionText;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
	font-weight: lighter;
}

.fontsize{
	float: right;
	width: 750px;
	margin:0; padding:0;border:none;
	padding-top: 2px;
}

.fontsize p{
text-align: right;
}

.fontsize img{
	padding-top: 2px;
	float: right;
}

.menu {
	float: left;
	width: 130px;
	margin-top: 0px;
	margin-right: 5px;
}

.menu FORM {
	margin: auto;
	margin-top: 10px;
	margin-left: 10px;
	}

.information {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	background-color: #EFEFFF;
}

.main01 {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;

}

.main01-01{
	background-color: #EFEFFF;
	margin-top: 20px;
}

.summary{
	float: right;
	margin-right: 2%;
}

.member {
	float: right;
	margin-right: 2%;
}

.italic {
	font-style: italic;
	font-weight: bold;
}


.information h3 {
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 10px;
	color: #ec5800
	
}


h4 {
	font-family: Georgia, Times;
	font-size:	small;
}

.information h4 {
	font-size: small;
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 5px;
	color: #ec5800 
}



P {
	text-indent: 15pt; /*css manual 行頭インデント*/
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: small;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 10px 10px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 140%; /*css manual 行間*/
	 PADDING-TOP: 5px;
	 text-align: left;
	 letter-spacing: 2px; /*css manual 字間*/
	 }


	 p img {
	 	float: right;
		margin: 3px;
	}

	.pdf img{
	float: none;
	}
	 
	 .table td{
	 	text-indent: 15pt; /*css manual 行頭インデント*/
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: small;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 10px 10px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 140%; /*css manual 行間*/
	 PADDING-TOP: 5px;
	 text-align: left;
	 letter-spacing: 2px; /*css manual 字間*/
	 }
	 
	 	 .table_mini td{
	 	text-indent: 15pt; /*css manual 行頭インデント*/
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: x-small;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 10px 10px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 140%; /*css manual 行間*/
	 PADDING-TOP: 5px;
	 text-align: left;
	 letter-spacing: 2px; /*css manual 字間*/
	 }
	 
/* リンクのデザイン用CSS*/
h2 {
	font-size: 14px;
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
	font-weight: lighter;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.information ul {
	  list-style-image: url("../img/pin.gif");
	  	 	list-style-position: inside;
	  }



.information li {

	border-bottom: 1px dashed Silver;
	text-indent: 15pt;
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: small;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 40px 15px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 180%;
	 PADDING-TOP: 5px;
	 text-align: justify;

}

	
	.main01 li{
	border-bottom:none;
	text-indent: 15pt;
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: medium;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 2px 2px 2px;
	 COLOR: #444;
	 LINE-HEIGHT: 160%;
	 PADDING-TOP: 5px;
	 text-align: justify;
	}
	
	
	.main01-01 li{
	margin-left: 20px;
	}
	
	.main01-01 h3 {
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 10px;
	color: #ec5800
	}
	

a {
	text-decoration:none;
}
a:link{
	color:#339900;
}
a:visited{
	color:#006486;
}
a:hover{
	color:#0099CC;
}
a:active{
	color:#996600;
}
h2 a {
	display: block;
	width: 120px;
	text-align: center;
	background-image:url(../img/menu_background.gif);
	height:30px;
	line-height:30px;
	background-position:left top;
}
h2 a:hover {
	background-position:left center;
}
h2 a:active {
	background-position:left bottom;
}


.up {
	margin: auto;
	width: 90%;
	border-color: Gray;
	border-top: dotted;
	font-size: small;
	text-align: right;
}


.font_mid{
	font-size: medium;

}


.center {
	text-align: center;

}
.right P {
	text-indent: 15pt; /*css manual 行頭インデント*/
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 FONT-SIZE: small;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 10px 10px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 140%; /*css manual 行間*/
	 PADDING-TOP: 5px;
	text-align: right;
	 letter-spacing: 2px; /*css manual 字間*/
	 }

.mail P {
	text-indent: 15pt; /*css manual 行頭インデント*/
	PADDING-RIGHT: 8px;
	 PADDING-LEFT: 8px;
	 font-size: medium;
	 PADDING-BOTTOM: 3px;
	 MARGIN: 0px 10px 10px 7px;
	 COLOR: #444;
	 LINE-HEIGHT: 140%; /*css manual 行間*/
	 PADDING-TOP: 5px;
	text-align: center;
	 letter-spacing: 2px; /*css manual 字間*/
	 }


.footer {
	   clear: both;

	border-top: dashed 1px #EC5800;

}

address {
		text-align:center;
		font-family: "Times New Roman", Times, serif;
		font-size: 80%;
		font-style: normal;
		margin-top: 10px;
}

.w3c{
text-align: right;
}





.yokihihaka{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 350px;
    height: 223px;
    padding: 20px;
    text-align: left;
    /*border: 3px solid #ffffff;*/
    background-image: url(../img/yokihihaka.jpg);
    background-repeat: no-repeat;
}
