@charset "Shift_JIS";
body  {
	text-align: left;
	color: #FFFFFF;
	background-color: #121212;
	font-size: 13px;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/*メインのボックス*/	
#main {
	clear: both;
	height: 400px;
}
#side {
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content {
	float: right;
	width: 480px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	vertical-align: bottom;
	background-color: #000000;
}
#content iframe {
	width: 480px;
	height: 150px;
	background-color: #000000;
	text-align: left;
	vertical-align: bottom;
}
#content p {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	margin: 5px;
}
.contentBox {
}
.contentBox p {
	padding-left: 10px;
	padding-bottom: 5px;
}
.contentBox  h3 {
	line-height: 25px;
	color: #666666;
	padding-left: 8px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	height: 35px;
}
.contentBox ul {
	list-style-position: inside;
}
.contentBox li {
	margin-bottom: 15px;
	padding-left: 10px;
}
#ancar {
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
}
h1 {
	font-size: 12px;
	color: #999999;
	position: absolute;
	top: 30px;
	left: 550px;
	font-weight: normal;
}
