@charset "utf-8";

body {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}#conents {
	background-image: url(../img/bg_contents.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 920px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	margin-bottom: 20px;
}
#conents #menu {
	float: left;
}
#conents #menu ul {
	background-image: url(../img/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 241px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
}
#conents #menu ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#conents #menu ul li a {
	background-image: url(../img/menu-arrow.gif);
	background-position: left 3px;
	padding-left: 17px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#conents #warp {
	float: right;
	width: 654px;
	margin-bottom: 25px;
}
#conents #warp h3 {
	background-image: url(../img/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#conents #warp .photo  {
	border: 4px solid #d8d8d8;
	width: 244px;
	margin-bottom: 3px;
	float: right;
}#conents #warp .text {
	float: left;
	width: 362px;
	padding-right: 15px;
	padding-left: 15px;
}
#conents #warp .contents {
	clear: both;
	margin-bottom: 15px;
}
