@charset "UTF-8";


#container { /*外枠*/
	position:relative;
	width: 1010px;
	background:#ffffff;
	margin: 0 auto;
	} 
/******************header*******************/	
#header {
	background: url(img/essence.png) no-repeat;
	height:92px;
} 

/*header search*/
.search{height:37px;width:243px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 17px;
	margin-left: 720px;
}

#title{text-align:center;margin-bottom:50px;}
#result #header li{float:left;list-style:none;}
/******************sidebar*******************/
#sidebar {
	float: left;
	width: 230px; 
padding-bottom:15px;}

#side-list{border-top: 1px dotted #FF9900;}
#sidebar li{list-style:none;}
#side-list a{
	width:230px;
	height:30px;
	text-decoration:none;
	color:#333;
	display:block;
	font-size:1.2em;
	text-indent:30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px dotted #FF9900;
}

#side-list a:hover{
	background: #CCCC00;
	color: #fff;
}

/********************右コンテンツ*******************/ 
#mainContent {
	margin: 0 20px 0 260px;
padding-bottom:15px;} 

#home-content{/*Home用新記事*/
	margin:30px 0 0 30px;
	
}

.deep{
text-align:right;
margin-bottom:10px;}

#newrelease{
	padding-left:50px;
	background: url(/img/newrelease.png) no-repeat;
}



/********************Common*******************/ 
/*for headline*/
.line{border-bottom: 1px solid #FF9900;padding-bottom:3px;}

/*for RollOver*/
.Hover{}


/*margin*/
.mgn-t10{margin-top:10px;}
.mgn-t20{margin-top:20px;}
.mgn-t50{margin-top:50px;}
.mgn-b20{margin-bottom:20px;}
.mgn-l20{margin-left:20px;}

#pan{margin-top:20px;
		text-align:right;
	padding:3px 20px 3px 0;
	background: #CCCCCC;
}


/* 再使用できる各種クラス */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
