@charset "utf-8";
/* main style */

body {background:url(../image/bg_back.gif) repeat-x top left;}

#main_img {
	clear:left;
	text-align:center;
	background:url(../image/bg_main.gif) no-repeat top left;
}

#contents01 {
	width:800px;
	margin:0 auto;
	background:url(../image/bg_contents.gif) repeat-x top left;
}

#contents02 {
	background:url(../image/bg_right2.gif) repeat-y top right;
	width:800px;
	float:left;
	margin-top:11px;
}

#left {
	width:660px;
	margin:0 auto;
}

#left #box01 {
	width:660px;
	border:#dbdbdb 1px solid;
	padding:1px;
	float:left;
}

#left #box01 h3 {
	background:url(../image/bg_box01_tit.gif) repeat-x top left;
	font-size:100%;
}

#left #box01 #list01 {
	width:122px;
	padding:12px 0 12px 4px;
	float:left;
}

#left #box01 #list01 ul li {
	padding:2px 4px;
	text-align:center;
}

.list_dot {
	border-right:#9b9b9b 1px dotted;
}

.blank_left {
	width:508px;
	height:20px;
	display:block;
	clear:both;
}

#box02 {
	width:504px;
	border:#dbdbdb 1px solid;
	padding:1px;
	float:left;
}

#box02 h3 {
	background:#f0f0f0;
	font-size:100%;
}

#box02 #list01 {
	width:122px;
	padding:12px 0 12px 4px;
	float:left;
}

#box02 #list01 ul li {
	padding:2px 4px;
	text-align:center;
}


#right {
	width:249px;
	float:right;
	background:#ebebeb url(../image/bg_right.gif) repeat-x top left;
	padding:10px 9px 40px 9px;
}

#right #right_tit {
	width:249px;
	height:30px;
	position:relative;
}

#right #right_tit h3 {
	position:absolute;
	top:0;
	left:0;
}

#right #right_tit p {
	position:absolute;
	top:4px;
	right:0;
}

#right #right_box01 {
	background:#ffffff;
	padding:6px 8px;
}

#right #right_box01 li {
	padding:3px 0;
	line-height:140%;
}

#right #right_box01 em {
	font-style:normal;
	font-size:10px;
	color:#fff;
	padding:3px 14px 3px 6px;
	background:url(../image/bg_main_date.gif) no-repeat;
}

.blank_right {
	width:249px;
	height:30px;
	display:block;
	clear:both;
}

#right #right_box02 {
	background:#ffffff;
	padding:6px 8px;
}


/* News
------------------------------------- */

#news_wrap {
	width:605px;
	background:url(../image/bg_news_left.gif) repeat-y top left;
	padding-left:195px;
	padding-bottom:20px;
}

.news_tit {
	border-bottom:#dbdbdb 1px solid;
	padding:20px 4px 10px;
}

#news_wrap ul {
	margin-bottom:10px;
	padding:15px 0;
	border-bottom:#dbdbdb 1px dotted;
	clear:both;
}

.news_date {
	background:url(../image/bg_news_date.gif) no-repeat top left;
	padding:3px 8px 10px;
}
.news_tit2 {
	font-weight:bold;
	font-size:14px;
}
.news_txt {
	padding:8px 4px;
}