@charset "UTF-8";

div#Container {
	width:700px;
	margin:20px auto 20px auto;
	text-align:center;
}

div#Container * {
	margin:0;
	paddiing:0;
}

div#Container:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

div#Container img { /* IEのバグ対策 */
	vertical-align: bottom;
	border:none;
}

div#Intro {
	margin-bottom:15px;
}

div#Intro h2,div#Intro h3{
}

div#Intro:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

div#Contents {
	clear:both;
	width:700px;
}

div#SShot {
	width:181px;
	float:left;
}

div#FeaturesCol {
	width:519px;
	float:right;
}


div.Features {
}

div.Features:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

div.Features p {
	float:left;
	padding-bottom:11px;
	padding-left:10px;
	font-size:10px;
	text-align:left;
	line-height:1.5;
}