HTML,BODY	{					/* ドキュメント全体 */
	background-color:#ffffff;			/* 背景色：白 */
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka";
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	color:black;				/* 文字色：黒 */
	margin:0px;				/* マージン：上下・左右 */
	padding:0px;				/* パディング一括指定 */
	border:0px;				/* ボーダー一括指定 */
	}
	
A:link	{color:#000000;text-decoration:none;				/* リンク：文字色 */}
A:visited	{color:#000000;	text-decoration:none;			/* 既訪リンク：文字色 */}
A:active	{color:#000000;	text-decoration:none;			/* リンククリック中：文字色 */}
A:hover		{color:#009933;	text-decoration:underline;			/* オンカーソール：文字色 */}

	
#content	{
width:860px;
margin:0 auto;
text-align:left;
}

#title	{
margin:10px 0px 15px 0px;
}

#title	A:link	{color:#000000;text-decoration:none;				/* リンク：文字色 */}
#title	A:visited	{color:#000000;	text-decoration:none;			/* 既訪リンク：文字色 */}
#title	A:active	{color:#000000;	text-decoration:none;			/* リンククリック中：文字色 */}
#title	A:hover		{color:#000000;	text-decoration:none;			/* オンカーソール：文字色 */}

#menu	{
width:150px;
height:530px;
float:left;
font-size:12px;
/*background-color:#666666;*/
}

.banner	{
margin-top:150px;
margin-left:7px;
}

#menu ul	{
margin-left:0px;
padding-left:20px;
font-weight:bold;
}

#main	{
margin-left:150px;
width:710px;
height:530px;
/*background-color:#666666;*/
background-image:url(img/main-back.gif);
}

#footer	{
clear:both;
font-size:10px;
text-align:right;

}

#footer	A:link	{color:#009933;text-decoration:none;}
#footer	A:visited	{color:#009933;	text-decoration:none;}
#footer	A:active	{color:#009933;	text-decoration:none;}
#footer	A:hover		{color:#009933;	text-decoration:underline;}


.mainframe	{
width:680px;
height:500px;
margin:15px;
}
