@charset "UTF-8";

@media print{
	body,h1,h2,h3,h4,h5,h6,p,a,div,dl,dt,dd,ul,ol,li,table,th,td,em,address {
		color:#000000 !important;
	}
}
/* header
------------------------------------------------------------ */
header {
	background: url(../img/common/bg_hdr.jpg) repeat-x;
	width: 100%;
	height: 131px;
}
header section {
	background: url(../img/common/bg_head.jpg) no-repeat center top;
	width: 100%;
	overflow: hidden;
}
header section div {
	background: url(../img/common/bg_logo.jpg) no-repeat center top;
	text-align: right;
	width: 980px;
	margin: 0px auto;
}
header section div h1 {
	float: left;
	display: inline;
}
header section div p {
	font-size: 11px;
	line-height: 25px;
	padding-right: 50px;
}
header section div nav ul {
	padding-top: 50px;
}
header section div nav ul li {
	padding-right: 5px;
	float: left;
	display: inline;
}

/* article
------------------------------------------------------------ */
article {
	background: url(../img/common/bg_article.jpg) repeat-x center top;
	width: 100%;
}
article #navi {
	background: url(../img/common/bg_navi.jpg) no-repeat;
	text-align: left;
	width: 980px;
	height: 60px;
	margin: 0px auto;
}
article #navi p {
	font-size: 11px;
	line-height: normal;
	padding: 25px 0px 0px 320px;
}
#contents {
	width: 930px;
	margin: 0px auto;
}

/* main
------------------------------------------------------------ */
#main {
	text-align: left;
	width: 670px;
	float: right;
	display: inline;
}
#main .box {
	background: url(../img/common/box_end.gif) no-repeat left bottom;
	margin: 30px 10px 60px 0px;
	padding-bottom: 25px;
}
#main .box .inner {
	background: url(../img/common/box_bg.gif) repeat-y;
	font-size: 13px;
	line-height: 180%;
	padding-bottom: 20px;
	overflow: hidden;
}
#main .box .inner h3 {
	background: url(../img/common/box_title.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #782D00;
	line-height: 42px;
	text-indent: 20px;
}
#main .box .inner h3 span {
	font-size: 15px;
}
#main .box .inner p {
	padding: 30px 60px 0px 80px;
}

/* side
------------------------------------------------------------ */
#side {
	width: 240px;
	float: left;
	display: inline;
}
#side ul {
	text-align: left;
	width: 200px;
	margin: 20px 20px 40px;
}
#side ul li {
	background: url(../img/common/line_s.gif) no-repeat center bottom;
	font-size: 15px;
	padding: 15px 10px;
	list-style: url(../img/common/arrow.gif) inside;
}
#side #song {
	background: url(../img/common/song.jpg) no-repeat;
	width: 220px;
	height: 220px;
	margin: 45px auto 0px;
}
#side #go_contact {
	background: url(../img/common/contact_bg.gif) no-repeat;
	width: 220px;
	height: 255px;
	margin: 0px auto 45px;
}
#side #go_blog {
	padding-top: 100px;
}
#side #go_contact div {
	padding-top: 140px;
}
#side #go_contact h3,
#side #go_contact p {
	display: none;
}

/* pagetop
------------------------------------------------------------ */
#pagetop {
	text-align: right;
	padding: 30px 0px;
	clear: both;
}

/* footer
------------------------------------------------------------ */
footer {
	font-size: 11px;
	background: url(../img/common/bg_ftr.jpg) repeat-x;
	width: 100%;
	height: 150px;
}
footer p {
	padding-top: 40px;
}
footer address {
	text-align: left;
	width: 320px;
	padding-top: 30px;
	float: right;
	display: inline;
}