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

.contentWrap {
	background:url(../../images/contentWrap-bg-m1c.jpg) no-repeat;
}
	
	.content0 {
		float:right;
		width:690px;
		padding-right:15px;
	}
	
	.left {
		float:left;
		width:220px;
		background:url(../../images/left-bg.jpg) repeat-y;
	}
	
		.content2 {
	/*		float:left;*/
			width:190px;
			padding-left:15px;
		}
		
			.content2 h2 {
				color:#ff8700;
				font-size:1.2em;
				font-weight:bold;
				height:35px;
			}
			
			.content2 .flame-orangeline {
				background-color:#ffe7cc;
				border:#ff8700 solid 1px;
				border-left:#ff8700 solid 2px;
			}
		
		.lnavi {
		}
		
		.lnavi ul {
			list-style: none;
			text-align: left;
		}
		
		.lnavi ul li {
			height:25px;
		}
		
		.lnavi ul li a{
			padding:2px 0 0 15px;
			color:#4b4b4b;
			display:block;
			text-decoration:none;
			height:25px;
			background:url(../../images/lnavi.jpg) no-repeat;
		}
		
		.lnavi ul li a:hover{
			font-weight:bold;
		}
		
		.lnavi ul li.current a{
			background:url(../../images/lnavi-act.jpg) no-repeat;
			font-weight:bold;
		}
