@import url(link.css);
@import url(navi.css);
@import url(course.css);
@import url(calendar.css);
@import url(common.css);

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, clean, sans-serif;
	font-size:80%;
	padding: 0;
	line-height:150%;
	background:url(../images/common/bg.gif) top repeat-x #EEE4DD;
	color: #666666;
	margin:0px;
}

em {
	visibility: hidden;
}

.text10 {
	font-size:10px;
}
.text10_wh {
	font-size:80%;
	color:#FFFFFF;
}
.text14 {
	font-size:14px;
}
.text16 {
	font-size:16px;
}
.text_dg {
  color:#003300;
}
.text_red {
	color:#ff0000;
}
.text_blue {
	color:#006699;
}
.text_gr {
	color:#1A5415;
}
img {
	border: 0;
}
.img_margin_5bttm {
	margin-bottom:5px;
}
.img_margin_5top {
	margin-top:5px;
}
.img_margin_5right {
	margin-right:5px;
}
.img_margin_10left {
	margin-left:10px;
}
.img_margin_5 {
	margin:5px 0px;
}
form {
	margin: 0;
	padding: 0;
}

p {
	margin:0 0 10px;
	padding:0;
}
/*全体
-------------------------------------------*/
#container {
	width: 100%;
	margin:0px;
	padding:0px;
}
#page {
	width:925px;
	margin:0px;
	padding:0px;
	background:url(../images/common/main_bg.gif) left top repeat-y;
	 overflow:hidden; 
}
#page_left {
	float:left;
	width:200px;
	padding:0px;
	background:#1A5415;
	margin:0px;
}

#page_right {
	width:725px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
}
/*ページ左
-------------------------------------------*/
#logo {
	margin:0px;
}

/*ヘッダー
-------------------------------------------*/
#header {
	margin:0px;
	padding:0px;
}
#header_box {
	background:url(../images/common/header_bg.gif) no-repeat;
	height:68px;
	margin:0px;
	padding:0px;
}
/*フラッシュ
-------------------------------------------*/
#flash {
	margin:0px;
	padding:0px;
	height:205px;
	background:#EEE4DD;
}
/*メインコンテンツ
-------------------------------------------*/	
#main {
	margin:0px;
	padding:15px 33px 30px 30px;
	text-align:left;
	width:660px;
}
#box {
	padding:0px 0px 30px 20px;
	text-align:left;
	width:640px;
}
.dot_line {
	margin:10px 0px;
	background:url(../images/common/dot.gif) repeat-x;
}

.line {
	margin:10px 0px;
	background:url(../images/common/line.gif) repeat-x;
}

.underline { background:url(../images/common/underline.gif); line-height:21px; text-align:left;}

.arrow_image {
	margin-top:2px;
	margin-right:3px;
}
/*リスト
-------------------------------------------*/
#side_link {
	width:190px;
	margin:5px 0 20px 10px;
	padding:0px;
	background:#fff;
}
#side_link ul {
	list-style:none;
	margin:0;
	padding:0px;
}
#side_link li {
	font-size:12px;
	margin-right:5px;
	padding: 5px 20px 5px 0px;
	background:url(../images/common/side_arrow.gif) right center no-repeat;
	border-bottom: solid 2px #FBF7E8;
	vertical-align:text-top;
	text-align:right;
}
#news ul {
	margin:0 5px 0 0;
	list-style:none;
	padding:0px 0px;
}
#news li {
	margin:2px 0 5px 0;
	padding: 5px 0 5px 15px;
	background:url(../images/common/arrow.gif) left 10px no-repeat;
	text-align:left;
	border-bottom:1px dashed #CCC;
}

/*フッター
-------------------------------------------*/
#footer {
	width:100%;
	height: 71px;
	clear:both;
	margin:0px;
	background:url(../images/common/footer_bg.gif) repeat-x;
	text-align:left;
}
