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

@charset "UTF-8";
/*共通*/
/*===============■■■リセット■■■===============*/

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#666;
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position:relative;
}
/* Hides from IE-mac ＼*/
*html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
/*END CLEARFIX*/



	/*メニュー基本 SIDEB*/
	.Lmenu02 {
		width:167px;
	}
	#SIDEB {
		width:167px;
	}
	#SIDEB li p {
		padding:5px;
		line-height:1.3em;
	}
	#SIDEB li span {
		color:#c1272d;
	}
	#SIDEB li a {
		display:block;
		width:167px;
		height:44px;	
		background:url(../image/sidemenu_bg.gif) no-repeat 0 0;
	}
	#SIDEB li a:hover {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -44px;
		color:#666;
	}
	#SIDEB li a.selected {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -88px;
		color:#666;
	}
	
		/*SIDE02*/	
	
	#SIDE02 {
		width:167px;
		margin-top:2px;
	}
	#SIDE02 li p {
		padding:5px 5px 3px 5px;
		line-height:1.3em;
	}
	#SIDE02 li p.002 {
		padding:3px;
		line-height:0em;
	}
	#SIDE02 li span {
		color:#c1272d;
	}
	
	#SIDE02 li a {
		display:block;
		width:167px;
		height:38px;	
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -2px;
	}
	#SIDE02 li a:hover {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -46px;
		color:#666;
	}
	#SIDE02 li a.selected {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -90px;
		color:#666;
	}
	
    #SIDE02 li.last a {
		display:block;
		width:167px;
		height:38px;	
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -6px;
	}
	#SIDE02 li.last a:hover {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -50px;
		color:#666;
	}
	#SIDE02 li.last a.selected {
		background:url(../image/sidemenu_bg.gif) no-repeat 0 -94px;
		color:#666;
	}	
