@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
}
body	{
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	background:#f5faff;
}
li {
	list-style-type:none;
	line-height:25px;
	color:#333;
	margin-left:25px;
}
h1,h2,h3,h4,p,li {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}
p {
	line-height:1.5em;
	margin-bottom:10px;
	color:#333;
}
hr {
	border:dotted 5px #ffb5b5;
}
/*wrapper
--------------------------------------------------------------------------------------*/
#wrapper {
	width:900px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
}
#top {
	height:40px;
	margin:0 auto;
	background:url(images/top_bg.gif) repeat-x ;
}
#logobox {
	width:890px;
	margin:0 auto;
}
h1 {
	width:450px;
	float:left;
}
div.logo_rigth {
	float:right;
	width:215px;
}
img.ichishin_logo {
	padding:3px 0px 0px 10px;
}
#top a {
	float:left;
}
h1 {
	padding-top:10px;
	font-size:10px;
}
/*header
------------------------------------------------------------------------------------*/
#header {
	background:url(images/header_bg.jpg) repeat-x;
}
#title {
	width:900px;
	height:300px;
	margin:0 auto;
}
#edus-eye-box {
	padding-top:20px;
}
#edus-eye {
	width:844px;
	height:230px;
	margin:0 auto;
	background:url(images/edus-eye-bg.gif) no-repeat top left;
}
#edus-eye-text {
	width:775px;
	margin:0 auto;
	padding:62px 0px 0px 20px;
}
#edus-eye-text p {
	line-height:21px;
}
/*contents
------------------------------------------------------------------------------------*/
#contents {
	width:870px;
	margin:0 auto;
}
#contents h2 {
	padding-bottom:5px;
}
.box {
	width:870px;
	background:#f5faff;
	border:1px solid #b4dbff;
	padding-top:15px
}
.cnt-box {
	width:840px;
	margin:0 auto;
	padding-bottom:10px;
}
div.imgr {
	float:right;
	padding:0px 0px 10px 30px
}
table {
	background:#fdffea;
	border:1px solid #999;
}
table tr {
	border:1px solid #999;
}
table td {
	padding:5px;
	line-height:1.5em;
}
div.btn {
	text-align:center;
	padding:20px 0px;
}
div.imgbox {
	text-align:center;
	padding-bottom:20px;
}
/*footer
--------------------------------------------------------------------------------------*/
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	padding:30px 0 30px 0;
	background:url(images/footer_bg.gif) left top repeat-x;
}
#copyright {
	font-size:small;
}
#footer ul li {
	text-align:center;
	padding:0 5px;
	display:inline;
}

#footer p small {
	display:block;
	padding:10px 0 0 0;
	letter-spacing:0.1em;
}