@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 16px;
}
#main #title-area .update {
	top: 13px;
	right: -1px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual .bg01 {
	margin: 0 -45px 0 0;
	padding: 0 45px 0 0;
	background: url(../img/bg_visual_img01.png) no-repeat 100% 0;
}

/* article01 */
#main .article01 .bg01 {
	margin: 0 -4px 0 0;
	padding: 0 4px 0 0;
	background: url(../img/article01_bg01.png) no-repeat;
}

/* article02 */
#main .article02 .bg01 {
	margin: 0 -11px 0 -10px;
	padding: 0 11px 0 10px;
	background: url(../img/article02_bg01.png) no-repeat;
}
#main .article02 .a02-01 {
	height: 320px;
	padding: 0 0 0 26px;
	background: url(../img/article02_bg02.gif) no-repeat;
}
#main .article02 .a02-01 dl {
	float: left;
	width: 397px;
	margin: 35px 20px 0 0;
}
#main .article02 .a02-01 dt {
	margin: 0 0 23px 35px;
}
#main .article02 .a02-01 dd {
	text-align: center;
}
#main .article02 .a02-02 {
	height: 133px;
	padding: 39px 0 0;
	background: url(../img/article02_bg03.png) no-repeat;
	text-align: center;
}

/* main-copyright */
#main .main-copyright {
	margin-top: 30px;
	line-height: 1.4;
}
#main .main-copyright p {
	padding: 0 0 5px;
}
#main .main-copyright span {
	color: #333;
	font-weight: bold;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}