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

*{
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
}
.headarea{
	position:relative;
}
.headarea .gotoindex{
	position:absolute;
	top:5px;
	right:10px;
	font-size:0.8em;
	color:#333;
	text-decoration:none;
}
.headarea .gotoindex:hover{
	text-decoration:underline;
}
.entry-asset h2{
	font-size:1.2em;
	border-left:5px solid #99cc33;
	border-bottom:1px solid #99cc33;
	padding-left:5px;
	color:#99cc33;
}
.asset-body{
	width:100%;
	font-size:1.0em;
	background-image:url("/common/img/dotline.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}


.feature1,.feature2{
	clear:both;
	width:100%;
	margin-top:20px;
}

.asset-body .img,
.feature1 .img{
	float:left;
	width:150px;
}
.asset-body div{
	margin-left:160px;
	padding-bottom:20px;
}
.asset-body p{
	margin-bottom:30px;
}
.feature1 div{
	width:538px;
	margin-left:10px;
	float:right;
}
h3{
	color:#f00;
	font-size:1.0em;
	margin-bottom:5px;
}
.feature1 div p,
.feature2 div p{
	padding-bottom:30px;
	line-height:1.5em;
}


.more_link a{
	background-image:url("/common/img/arrow.gif");
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:16px;
	font-size:1.2em;
}

a{color:#6589ff;}
a:hover{color:#4b63b5;}
