/* -----------------------------------------------------------
CSS Information

 File name:      construction.css
 Author:         ホームページ制作サービス War potential.com
 Style Info:     下層ページ用スタイル
----------------------------------------------------------- */
/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
/* ヘッダー */
#header {
	background-image: url(../image/bg/bg-header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 850px;
	text-align: left;
}
#header img{
	padding-top: 110px;
	padding-left: 30px;
}
* html #header img{
	margin-top: 110px;
	margin-left: 30px;
}

/* トップイメージ */
#top_guide {
	background-image: url(../image/style/top_guide.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#top_guide p{
	padding-top: 63px;
	padding-left: 90px;
	color: #FFFFFF;
	text-align: left;
}
/* トップメニュー */
#top_menu {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#top_menu td{
	width: 379px;
}
#top_menu-left {
	float: left;
	width: 380px;
}
#top_menu-right {
	margin-left: 380px;
}
#top_menu1 {
	background-image: url(../image/bg/bg-top_menu1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#top_menu2 {
	background-image: url(../image/bg/bg-top_menu2.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
#top_menu3 {
	background-image: url(../image/bg/bg-top_menu3.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#top_menu4 {
	background-image: url(../image/bg/bg-top_menu4.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
.top_menu-text {
	padding-top: 50px;
	padding-left: 130px;
	text-align: left;
}
/* インフォメーション */
#info-left {
	float: left;
	width: 450px;
	text-align: left;
}
#info-left h3{
	width: 420px;
	line-height: 35px;
	height: 35px;
}
#info-left p{
	padding-top: 10px;
	padding-left: 20px;
}
#hall {
	margin-left: 20px;
	background-color: #CCCCCC;
}
#hall td{
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#info-right {
	background-image: url(../image/bg/bg-info-right.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 308px;
	margin-top: 10px;
	margin-left: 470px;
	padding-top: 28px;
}
#info-right p{
	font-weight: bold;
	padding-top: 7px;
	font-size: 12px;
	padding-left: 20px;
}
/* トピックス */
.topics {
	padding-top: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.topics h3{
	width: 420px;
	line-height: 35px;
	height: 35px;
}
.topics_in {
	padding-top: 10px;
	width: 610px;
}
.topics h4{
	margin-left: 630px;
	text-align: left;
	margin-top: -30px;
}
.topics p{
	padding-left: 20px;
}
.topics ul{
	margin-left: 70px;
	margin-top: 15px;
}
.topics li{
	list-style-type: disc;
}
/* 正規会員塾リンク */
#top-link {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #000066;
}
#top-link td{
	width: 230px;
	text-align: left;
}
#top-link p{
	padding-top: 3px;
}
.top-link_title {
	font-size: 140%;
	font-weight: bolder;
	padding-left: 20px;
	background-image: url(../image/bg/bg_top-link.gif);
	background-repeat: repeat-y;
	line-height: 30px;
	height: 30px;
	padding-bottom: 0px;
	background-color: #F9FAFB;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.top-link_td {
	padding-left: 25px;
}
.top-link_td2 {
	padding-left: 25px;
	background-image: url(../image/style/border2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

