body{
	color:#666;
	background-color:#000;
	margin:20px;
	text-align:center;
}
form{margin:0;}

/* ──────────
疑似クラス
──────────*/
a, a:link{color:#993399; text-decoration:underline;}
a:visited{color:#993399; text-decoration:underline;}
a:hover{color:#063; text-decoration:none;}
a:active{color:#063; text-decoration:none;}


/* ──────────
文字色
──────────*/
.green{color:#063;}

/* ──────────
レイアウト
──────────*/
#body-inner{
	width:750px;
	margin:0 auto;
}

#header{margin:0 0 10px 0;}

#content-left{
	width:170px;
	height:1030px;
	float:left;
	background-color:#FFF;
}

#content-right{
	width:570px;
	height:1000px;
	float:right;
	background-color:#FFF;
}

#footer{
	background-color:#090;
	color:#FFF;
	text-align:center;
	font-size:10px;
	padding:10px;
	font-family:Verdana;
}

/* ──────────
左メニュー
──────────*/
#left-menu td{
	height:40px;
}

#left-menu a,
#left-menu a:hover{
	font-size:12px;
	line-height:120%;
	text-decoration:none;
	display:block;
	padding:5px 0 0 40px;
}

.leftmenu_out{background:url("../img/leftmenu_button.gif") no-repeat;}
.leftmenu_over{background:url("../img/leftmenu_button_on.gif") no-repeat;}

#left-menu a{color:#663;}
#left-menu .leftmenu_over a,
#left-menu a:hover{color:#FFF;}

/* ──────────
右メニュー
──────────*/
#right-menu{
	background-image:url("../img/rightmenu_bg.gif");
	width:570px;
	height:30px;
}

/* ──────────
右メイン
──────────*/
#content{
	background-image:url(../img/content_bg2.jpg);
	width:570px;
	height:1000px;
}

#content-inner{
	text-align:left;
	padding:60px;
}

#content-inner h1{
 font-size:12px;
 color:#063;
 line-height:170%;
 margin:20px 0 0 0;
}

#content-inner p{
	font-size:12px;
	color:#555;
	margin:0;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
