@charset "UTF-8";
@import url("/common/css/base_layout_rightnavi.css");
@import url("/local/css/base_layout_try.css");

#head {
	margin-bottom: 10px;
	margin-top:30px;
}

#ct_left {
	float: left;
	width: 360px;
	margin-right:15px;
}

#ct_left img {
	margin-bottom: 10px;
}

#ct_right {
	float:left;
	width: 330px;
}

#ct_right img {
	margin-bottom: 3px;
	margin-left: 3px;	
}

#ct_leftsp {
	float: left;
	width: 280px;	
}

#ct_rightsp {
	float: right;
	width: 418px;	
}

p.navtitle{
	color:#d32a30;
	margin-bottom: 7px !important; 	
}

#navi {
	font-size: 0.8em;
	padding-right:20px;
	
}

#navi ul {
	list-style-type:none;
	float:left;
	margin:0;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;  
}

#navi ul li {
	padding-bottom: 3px;
}

#browse {
	padding-top:50px;
	text-align:center;
	font-size: 8pt;
}

.smallwidth {
	width: 330px;
}

.center {
	text-align:center;	
}

.left {
	float:left;	
}
.right {
	float:right;	
}

.relative {
	position: relative;	
}

.clearfloat {
	clear: both;	
}