@charset "Shift_JIS";

/* style resset */

* {
margin: 0;
padding: 0;
}

#wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	}

body{
	width: 95%;
	font: 9pt;
	}

h1{
width: 100%;
font-size: 90%;
padding: 5px;
}

h2{
width: 100%;
height: 100%;
font-size: 110%;
color: #ffffff;
background-color: #20528f;
background-image: url(images/pankuzu_new.gif);
background-repeat: no-repeat;
background-position: left center;
text-indent: 20px;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 10px;
}

h3{
width: 100%;
font-size: 90%;
background-color: #e1e1e1;
border: solid 1px #9999CC;
background-image: url(images/pankuzu_newblue.gif);
background-repeat: no-repeat;
background-position: left center;
text-indent: 20px;
margin-top: 5px;
margin-bottom: 10px;
}

h4{
width: 100%;
padding-left: 60px;
margin-bottom: 0;
}

h6{
width: 100%;
font-size: 60%;
background-color: #009900;
color:white; 
}

p{
width: 90%;
font-size: 90%;
line-height: 150%;
padding-left: 50px;
padding-right:20px;
}

ol{
padding-top: 5px;
padding-bottom: 10px;
padding-left: 100px;
width: 80%;
font-size: 90%;
line-height: 120%;
}

ul{
padding-top: 5px;
padding-bottom: 10px;
padding-left: 100px;
width: 80%;
font-size: 90%;
line-height: 150%;
}

#change_font_size {
width: 100%;
font-size: 110%;
color: white;
background-color: #009900;
margin-top: 10px;
margin-bottom: 10px;
}

p.menu{
font-size: 1em;
padding-left:10px;
padding-right: 10px;
}

p.menu .hide{
	display:none;
	}

h2 a:link{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}

h2 a:visited{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}
	
h2 a:active, a:hover {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}

menu a:link{
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}

menu a:visited{
	color: red;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}
	
menu a:active, a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid blue;
	}
	
hr {
	border: 100% solid green;
	padding: 0px;
	margin: 0px;
	}
	
table {
margin-left: 60px;
}
