@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/top/bg.jpg);
	background-repeat: repeat-x;
}
#mv {
	text-align: center;
	background-image: url(../images/top/mv.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
}
#works {
	background-image: url(../images/top/contents_bg.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
	padding-left: 10px;
	padding-top: 10px;
}
#main {
	padding-left: 10px;
	padding-right: 10px;
}

#works h2 {
	background-image: url(../images/top/workstitle.gif);
	height: 26px;
	width: 222px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#news {
	float: left;
	width: 490px;
	background-image: url(../images/top/contents_bg.gif);
	background-repeat: repeat-x;
	padding-right: 25px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	padding-top: 15px;
	display: inline;
}

#news h2 {
	background-image: url(../images/top/newsTitle.gif);
	height: 24px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#news a {
	color: #DC7016;
}
#news a:hover {
	color: #EA4A06;
	text-decoration: underline;
}


#news ul {
	color: #e97f2c;
}
#news li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	list-style-type: none;
}
#news span {
	padding-right: 10px;
}



#sideArea {
	width: 236px;
	float: right;
	padding-right: 1px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-left-color: #dbdbdb;
	margin-left: 2px;
}
.btnSpc_l {
	margin-top: 15px;
	padding-top: 10px;
	background-image: url(../images/common/sepa_l.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 5px;
}
.btnSpc_s {
	margin-top: 10px;
	padding-top: 8px;
	background-image: url(../images/top/sepa_s.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 5px;
}

