@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	top: 0px;
	background: #FFFFFF;
	line-height: 1.6;
}
html {
	overflow-y:scroll;
}
hr {
	display: none;
} 
a img {
	border-style:none;
} 

/* link styles
------------------------------ */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover img {  
	opacity:0.5;  
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;
} 
a:active {
	text-decoration: none;
}
/* bacic layout
------------------------------ */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1002px;
	background-color: #FFFFFF;
	background-image: url(../img/i_bg.gif);
	background-repeat: repeat-y;
}
#container {
	margin: 0px 55px 0px 47px;
	padding: 0px;
	width: 900px;
}
/* header styles
------------------------------ */

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/i_hoiku_header_bg.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 900px;
	position: relative;
}

#hoiku #header {
	background: url(../img/i_hoiku_header_bg.png);
	background-repeat: no-repeat;
}
#tokushoku #header {
	background-image: url(../img/i_tokushoku_header_bg.png);
	background-repeat: no-repeat;
}
#gyoji #header {
	background: url(../img/i_gyoji_header_bg.png);
	background-repeat: no-repeat;
}
#nyuen #header {
	background: url(../img/i_nyuen_header_bg.png);
	background-repeat: no-repeat;
}


#header #logo {
	position: absolute;
	right: 1px;
}

#header #logo a:link {
	color: #333333;
	text-decoration: underline;
}
#header #logo a:visited {
	color: #999999;
	text-decoration: underline;
}
#header #logo a:hover {
	color: #000000;
	text-decoration: none;
}
#header #logo a:hover img {  
	opacity:0.5;  
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;
} 
#header #logo a:active {
	text-decoration: none;
}
#header ul {
	width: 900px;
	position: absolute;
	top: 80px;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#mainArea {
	margin: 15px;
	padding: 0px;
	width: 870px;
	float: left;
}
.box300 {
	height: 300px;
}

/* footer styles
------------------------------ */
#footer {
	color: #6D1622;
	background: #FFFFFF;
	margin: 15px 0px 0px;
	padding: 0px;
	clear: both;
	width: 899px;

}
#footer ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #FF5FAA;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}
#footer ul li#end {
	border-right-style: none;
}
#footer #menu {
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
}


#footer ul li a {
	color: #6D1622;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer address {
	font-style: normal;
	text-align: center;
}
.clear {
	clear: both;
}

h2 {
	color: #6d1823;
	background-image: url(../img/h2_blue.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 15px;
	background-color: #C6E3EA;
	font-size: 18px;
	clear: both;
	height: 35px;
	text-indent: 10px;
	line-height: 35px;
}
h3 {
	background-image: url(../img/h3_blue.gif);
	margin-left: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #6d1823;
	text-indent: 10px;
	height: 33px;
	line-height: 33px;
}

p {
	margin-right: 20px;
	margin-left: 30px;
}
.img_right_10 {
	margin: 10px;
	float: right;
}


ul {
	list-style: inside;
	margin-right: 20px;
	margin-left: 30px;
}

dl.sampleList {
	overflow: hidden;
	zoom: 1;
	margin-right: 20px;
	margin-left: 30px;
}  

dl.sampleList dt {
	width: 45px;
	float: left;
	clear: both;
	font-weight: bold;
}  
dl.sampleList dd {
	padding: 0 0 5px 30px;
}  
