@charset "utf-8";
/* CSS Document */

#contents{
	float:left;
	width:500px;
	padding:10px 0 0 0;
}
#content{
	padding:10px 0 0 0;
}
#right_navi{
	float:left;
	width:230px;
	padding:10px 0 0 10px;
}
#right_navi p{
	line-height:36px;
	border-bottom:dashed 1px #fff;
}
#right_navi ul{
	padding:10px 0 0 0; 
}

#ranger_top{
	width:740px;
	height:435px;
	float:left;
	background:url(../image/brand/ranger_top.png) no-repeat top;
	border-bottom:solid 1px #fff;
}
#ranger_top p{
	margin:125px 0 0 0;
}

#campion_top{
	width:740px;
	height:435px;
	float:left;
	background:url(../image/brand/campion_top.png) no-repeat top;
	border-bottom:solid 1px #fff;
}
#campion_top p{
	width:480px;
	text-align:center;
	margin:260px 0 0 200px;
}

#stratos{
	width:740px;
	height:435px;
	float:left;
	background:url(../image/brand/stratos_top.png) no-repeat top;
	border-bottom:solid 1px #fff;
}
#stratos p{
	line-height:18px;
	width:480px;
	margin:215px 0 0 0;
}

#ttl{
	border-bottom:dashed 1px #fff;
	width:490px;
}
#ttl p{
	width:390px;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	padding:0 0 0 5px;
	float:left;
}
#ttl div{
	width:95px;
	float:left;
}

a:link{
	color						:#F30;
	text-decoration				:none;
}

a:visited{
	color						:#F30;
	text-decoration				:none;
}

a:hover{
	color						:#FF0;
	text-decoration				:none;
}

li a:active{
	color						:#FF0;
	text-decoration				:none;
}

li a:link{
	color						:#FFF;
	text-decoration				:none;
}

li a:visited{
	color						:#FFF;
	text-decoration				:none;
}

li a:hover{
	color						:#F30;
	text-decoration				:none;
}

li a:active{
	color						:#F30;
	text-decoration				:none;
}



