body {
	background:#fff url(../img/bg01.jpg) center top repeat-x;
	color: #000;
	font-size: 0.9em;
	font-weight:nomal;
	text-align: center;
	line-height: 140%;
	color:#333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Osaka;
	}

/* --------------------------------------------------
	left_menu
-------------------------------------------------- */
.left_menu{
	background:#30222f;
	width:250px;
	margin:10px 10px 20px 0;
	height:auto;
	float:left;
	}

.left_menu .title{
	font-style: normal;
	font-weight: normal;
	width:100%;
	height:auto;
	padding:15px;
	color:#fff;
	text-align:left;
	border-bottom:dotted 1px #fff;
	}

.left_menu .cont{
	line-height:140%;
	font-size: 77%;
	font-style: normal;
	font-weight: normal;
	width:auto;
	height:auto;
	padding:15px;
	color:#fff;
	text-align:left;
	border-bottom:dotted 1px #fff;
/*	border:solid 1px #f00; */
	}