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

body {
	margin: 0px;
	background-color: #1E1E1E;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif, "メイリオ";
}
img {
	border: none;
}

#title {
	padding: 0px;
	height: 200px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #999;
}

#gallery {
	height: 720px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	background-color: #000;
}

#content {
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .item_name {
	padding: 0px;
	height: 35px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.item_name h2 {
	margin: 0px;
}


#content .item {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 200px;
}
.item_left {
	float: left;
	height: 200px;
	width: 320px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.item_right {
	margin: 0px;
	float: right;
	height: 150px;
	width: 296px;
	border: 1px solid #999;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.item_left ul {
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.item_left li {
	margin: 0px;
	padding: 0px;
}
.item_right h3 {
	font-size: 14px;
	line-height: 25px;
	background-color: #09C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.item_left h3   {
	font-size: 14px;
	line-height: 25px;
	color: #09C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
