@charset "utf-8";

/* ==================================================================
	Site Name:高松高等学院 
	Version: 1.0
	Author: 穴吹デザインプラス　高橋

	import.css		CSS読み込み用
	font.css		フォントの設定	
	defalut.css		初期化用
	common.css		サイト共通部分
	modules.css		各ページ毎のCSS	
	print.css		印刷用CSS

=================================================================== */

/* --------------------------------
   ■ メイン画像部分
-------------------------------- */
body{
	text-align: center; 	/* IE用 */
	background-color: #97b5db;
	background-image:url(../../images/index/bg.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
}

#flash-area{
	margin:18px 0;
}

html>/**/body #flash-area object, x:-moz-any-link, x:default{
	display:block;
	margin:0 auto;
}

.bnr-area{
	margin-bottom:15px;
}

#news-list{
	display:block;
	width:580px;
	min-height:205px;
	background-color: #efebdc;
	background-image:url(../../images/index/news-bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:20px 0;
}

#news-list h4{
	margin:0 20px -10px 20px;
	padding-bottom:5px;
	border-bottom:1px solid #333;
}

#news-list h4 a img{
	margin:-20px 0 0 20px;
	float:right;
}

#news-list ul.news{
	margin:30px 20px 0 20px;
	clear:both;
}

#news-list ul.news li{
	background:url(../../images/index/news-arrow.gif) 0 5px no-repeat;
	padding-left:12px;
	font-size:14px;
	margin-bottom:5px;
}

#news-list ul.news li .date{
	color:#004C87;
	font-weight:bold;
}

#news-list ul.news li a{
	color:#3E3A39;
}

#side-wrap{
		position:static!important;
}

