@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	color: #666666;
	text-align: center;
	font-size: 80%;
	background: #B5EAF4 url(img/bg_body.gif) repeat-x 0 0;
}

h2 {
	margin-bottom: 30px;
	font-size: 100%;
}

li {
	list-style: none;
}

td {
	vertical-align: top;
}


/*---- box ----*/
#wrapper {
	margin: 0 auto;
	background: url(img/bg_wrap.jpg) no-repeat 50% 0;
}

#header {
	width: 878px;
	margin: 0 auto;
	padding-bottom: 42px;
	text-align: left;
	background: url(img/bg_header.gif) repeat-x 0 0;
}

#contentBox {
	width: 878px;
	margin: 0 auto;
	background: url(img/bg_content.gif) repeat-y 0 0;
}

#footer {
	width: 878px;
	margin: 0 auto;
	padding: 70px 0 30px;
	background: url(img/bg_footer.gif) no-repeat 0 0;
}


.box01 {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	padding: 0 24px;
}
.box02 {
	margin-bottom: 70px;
	padding: 26px 0 0 24px;
	text-align: left;
	background: url(img/bg_box02.jpg) no-repeat 0 0;
}
.box03 {
	width: 834px;
	margin-left: 23px;
}
.box04 {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 20px 0;
	border-top: double 3px #DDDDDD;
}
.boxBlogList {
	margin-bottom: 10px;
	padding: 0 18px 0 30px;
	background: url(img/bg_blogList.gif) no-repeat 0 0;
}
.boxBlogList table {
	width: 100%;
}
.boxBlogList table td {
	width: 130px;
	padding: 16px 0 17px;
	vertical-align: middle;
}
.boxBlogList table tr.end td {
	padding-bottom: 25px;
}

ul.ul_atten01 li {
	color: #777777;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.7;
}

#footer dl {
	width: 580px;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 1.7;
	font-size: 80%;
}
#footer span {
	padding-right: 15px;
}


/*---- other ----*/
img {
	border: 0;
}
.btn01 {
	margin-left: 186px;
}
.btn02 {
	margin-left: 176px;
}

.ali_c {
	text-align: center;
}

.mag_bt10 {
	margin-bottom: 10px;
}
.mag_bt15 {
	margin-bottom: 15px;
}
.mag_bt20 {
	margin-bottom: 20px;
}
.mag_bt30 {
	margin-bottom: 30px;
}
.mag_bt40 {
	margin-bottom: 40px;
}
.mag_bt45 {
	margin-bottom: 45px;
}
.mag_bt60 {
	margin-bottom: 60px;
}
.mag_bt70 {
	margin-bottom: 70px;
}