@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:#f7b11a; }
body#preview { background:#fff; }

h3 {
	background:#f7b11a;
}


/*** ヘッダ **********************/

.head-address {
	background:#f7b11a;
	border-bottom:solid 1px #ae8b40;
	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:#f7b11a;
	border-top:solid 1px #ae8b40;
}


