body {
	background: #f1e3cf url(../img/common/bg_01.gif) repeat-x;
}

#c2 {
	background: none;
	padding-top: 10px;
}
#flash {
	color: #FFF;
}
#flash h1 {
	padding-top: 20px;
}
#flash p {
	padding-bottom: 20px;
}
/* sub-nav
***************************************************************/
#sub-nav {
	height: 55px;
	padding: 5px 0 0 26px;
	margin: 0 1px;
	background: url(../img/home/bg_sub_nav.gif) no-repeat;
}
#sub-nav li {	
	float: left;
	margin: 0 9px 0 0;
	position: relative;
}
#sub-nav li.sn06 {
	margin: 0;
}
#sub-nav li em {
	/*background: url(../img/hover.png) no-repeat;*/
	width: 150px;
	height: 94px;
	position: absolute;
	top: -110px;
	left: 0px;
	display: none;
}

#sub-nav a {
	width: 144px;
	height: 46px;
	display: block;
	text-indent: -5000px;
	background-image: url(../img/home/sub_nav.gif);
}
#sub-nav a:hover {
	background-image: url(../img/home/sub_nav_hover.gif);
}
#sub-nav .sn01 a {
	background-position: 0 0;
}
#sub-nav .sn02 a {
	background-position: -153px 0;
}
#sub-nav .sn03 a {
	background-position: -306px 0;
}
#sub-nav .sn04 a {
	background-position: -459px 0;
}
#sub-nav .sn05 a {
	background-position: -612px 0;
}
#sub-nav .sn06 a {
	background-position: -765px 0;
}
/* news
***************************************************************/
#news {
	width: 450px;
	margin: 0 20px 20px 0;
	float: left;
	background: #f1e3cf url(../img/home/bg_corner1_bottom.gif) no-repeat left bottom;
}
#news #n2 {
	background: url(../img/home/bg_corner1_top.gif) no-repeat;
	padding: 10px;
}
#news h2 {
	margin: 0 0 10px;
}
#news ul {
	margin: 0 10px;
}
#news li .date {
	display: block;
	width: 90px;
	float: left;
}
#news li .title {
	display: block;
	width: 320px;
	float: left;
}
#news li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
	zoom:1;
}
#news li:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* blog
***************************************************************/
#blog {
	width: 450px;
	margin: 0 0 20px 0;
	float: right;
	background: #f1e3cf url(../img/home/bg_corner1_bottom.gif) no-repeat left bottom;
	position: relative;
}
#blog #b2 {
	background: url(../img/home/bg_corner1_top.gif) no-repeat;
	padding: 10px;
}
#blog h2 {
	margin: 0 0 10px;
}
#blog p#blog-list {
	position: absolute;
	top: 10px;
	right:10px;
}
#blog ul {
	margin: 0 10px;
}
#blog li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	background: url(../img/common/dot_01.gif) repeat-x left bottom;
}
#blog span.date {
	margin: 0 20px 0 0;
}
#information {
	padding: 0 10px;
}
#information h2 {
	margin: 0 0 20px;
}
#information #column1 {
	width: 430px;
	float: left;
}
#information #column2 {
	width: 430px;
	float: right;
}
#information .inner {
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../img/common/dot_02.gif) repeat-x left bottom;
	position: relative;
}
#information .inner .col1 {
	width: 300px;
	float: right;
}
#information .inner .col2 {
	width: 120px;
	float: left;
}
#information .inner h3 {
	margin: 0 0 10px;
}
#information .inner p.holiday {
	position: absolute;
	right: 0;
	top: 0;
}
