@charset "Shift_JIS";

/* ベーシックCSS　レイアウト　城星学園
-------------------------------------------------------------------------------- */
*{
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
	font-size:100%;
	font-style: normal;
	text-decoration: none;
	line-height:140%;
	color:#444;
}
html {
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:1px;
}
* html body{
	padding-left:1px;
}
*+html body{
	padding-left:1px;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:75%;
}
#wrapper {
	width:740px;
	padding: 0px;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	text-align:left;
	background:url(../img/img-index/main_back.jpg) no-repeat top right;
}
#wrapper_index {
	width:740px;
	padding: 0px;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	text-align:left;
	background:url(../img/img-index/main_back.jpg) no-repeat top right;
}

#header {
	width:720px;
	margin:0;
	background:url(../img/img-index/header_back.jpg) repeat-x top;
}
#container {
	width:740px;
	margin:0;
	clear:both;
	background:url(../img/img-index/navi_back.jpg) repeat-y top left;
}
#main {
	width:620px;
	float:right;
	background:url(../img/img-index/other_back2.gif) repeat-y left top;
}
.index #main_index {
	width:620px;
	float:right;
	background:url(../img/img-index/other_back2.gif) repeat-y left top;
}
img {
	border:0;
	margin:0;
	padding:0;
}
#footer {
	clear:both;
	width:720px;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p, img, ul, li, div, dl, dt, dd {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	clear:both;
}
/* フロート解除用 */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}
a, a:link, a:visited {
	color:#333;
}
a:hover {
	color:#686133;
}
.top {
	clear:left;
	padding-top:60px;
	background:url(../img/img-index/all_back.gif) repeat-y;
}
/* テーブル基本系
-------------------------------------------------------------------------------- */
table {
	margin:20px 0 0 45px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}
th {
	text-align:center;	
	background-color:#eee;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:3px;
	
}
td {
	text-align:left;	
	background-color:#ffffff;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:3px 3px 3px 7px;
}
/* ヘッダー
-------------------------------------------------------------------------------- */
#navi {
	float:left;
	display:inline;
	width:120px;
	height:100%;
	background:url(../img/img-index/navi_back.jpg) repeat-y top left;
}
#navi li.navi1 img,#navi li.navi2 img,
#navi li.navi3 img,#navi li.navi4 img {
	visibility:hidden;
}
#navi ul {
	background:url(../img/img-index/navi_back2.jpg) no-repeat;
}
#navi li {
	width:120px;
	height:43px;
	overflow:hidden;
	vertical-align:bottom;
}
#navi li a {
	width:120px;
	height:43px;
	display:block;
	background-position:0 0;
}
#navi li.navi1 a {
	background:url(../img/img-index/navi1.jpg) no-repeat;
}
#navi li.navi2 a {
	background:url(../img/img-index/navi2.jpg) no-repeat;
}
#navi li.navi3 a {
	background:url(../img/img-index/navi3.jpg) no-repeat;
}
#navi li.navi4 a {
	background:url(../img/img-index/navi4.jpg) no-repeat;
}
#navi li a:hover {
	background-position:-120px 0;
}
/* トップページ
-------------------------------------------------------------------------------- */
#footer {
	clear:both;
	width:740px;
	height:12px;
}
.index #footer {
	clear:both;
	width:720px;
	height:12px;
	padding-top:10px;
}