@charset "utf-8";

@import "../../common/css/bace.css";
@import "../../common/css/layout.css";


#maincontents dl{
	color: #5A5A5A;
	font-size: 80%;
	line-height: 140%;
	background-image: url(../../common/img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}

#maincontents dt{
	background-image: url(../img/icon3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 13px;
	float: left;
	width: 16%;
	text-align: center;

}

#maincontents dd{
	float: left;
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	width: 80%;

}

ul#page{
	width: 675px;
	padding-top: 20px;
	display: block;

}
ul#page li{
	height: 20px;
	text-align: center;
	margin-left: 5px;
	width: 20px;
	float: right;

}
ul#page li a{
	border: 1px solid #CCCCCC;
	font-size: 70%;
	color: #555555;
	height: 20px;
	width: 20px;
	display: block;
}
ul#page li a:hover{
	background-color: #CCCCCC;
}
ul#page li em{
	border: 1px solid #DEDEDE;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #555555;
	height: 20px;
	width: 20px;
	display: block;
}

#maincontents_news{
	float: left;
	width: 675px;
	margin-top: 44px;
	color: #5A5A5A;
	font-size: 80%;
	line-height: 180%;

}
#maincontents_news h3{
	background-image: url(../img/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 120%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	font-weight: bold;
	margin-bottom: 35px;

}

.photo_right{
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.photo_left{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 15px;
}
