﻿@charset "shift-jis";




/* ３カラムのレイアウト
----------------------------------------------------------------------------------------------------*/
#ebilog-contents {
	width: 690px;
}
#ebilog-sub01,
#ebilog-sub02 {
	width: 200px;
	margin: 0 0 0 20px;
}
.ebilog-1st,
.ebilog-2nd {
	width: 910px;
}





/* 左サイド
----------------------------------------------------------------------------------------------------*/
#lsub_box_ebilog {
	background: #FFF;  
	/**/
	border: 1px solid #CCC;
	border-top: 0;
	/**/
	padding: 5px;
	margin: 0 0 20px 0;
}

#lsub_box_ebilog ul {
	overflow:hidden;
	zoom:1;
}
#lsub_box_ebilog ul li {
	padding-left:20px;
	background:url(../images/li_orange_arrow.gif) no-repeat 0 0.2em;
	margin-bottom:4px;
}
#lsub_box_ebilog ul li a {
	color:#009933;
	text-decoration:none;
}
#lsub_box_ebilog ul li a:hover {
	text-decoration:underline;
}


.sidetit {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	/**/
	background-image: url(../images/bg_slash_orange.gif);
	/**/
	padding: 3px 5px 2px 5px;
	/**/
	border: 1px solid #CCC;
}




/* フォント
----------------------------------------------------------------------------------------------------*/
h3 a,
.dataleft a {
	color: #FF9900;
}






