@import url("http://asahi.ac.jp/cms_item/ver2.3/css_system.css");
@import url("http://asahi.ac.jp/_common/css_common.css");

body { background:#0091c6; }
body#preview { background:#fff; }

h3 {
	background:#0091c6;
}


/*** ヘッダ **********************/

.head-address {
	background:#0091c6;
	border-bottom:solid 1px #00698f;
	padding:2px 0px;
}


/*** サブメニュー **********************/

#sub-menu {
	background:url("img/head/wall.gif") top repeat-x;
	clear:both;
}


/*** メイン **********************/

#main {
	background:#fff url("img/wall_main.gif") top repeat-x;
	padding-top:13px;
}
#preview #main { background:#fff; padding:0px; }


/*** フッター **********************/

#foot div.copyright {
	background:#0091c6;
	border-top:solid 1px #00698f;
}


/** 特殊 20120203追記 **/

div#twinbox .left{
	width:340px;
	float:left;
}
div#twinbox .right{
	width:340px;
	float:right;
} 


