/* --- static menu styles ---
*/
.m0l0o {
	border: 1px solid #ffffff;
	border-left:none;
	border-bottom:none;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.m0l2o {
	border: 1px solid #ffffff;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
	text-align:center
}

.m0l1i {
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}

.m0l2i {
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}
/* === ヘッダー部分のスタイル === */

.head	{background-color:#999999;
	 width:100%;
	 height:75px;
	 margin-left:auto;
	 margin-right:auto}

.head td	{vertical-align:middle;
	 padding-top:0px}

.head1	{width:45px;
	 text-align:right}

.head2	{padding-left:4px}

.head h1	{font-size:23px;
	 font-family:'Comic Sans MS';
	 color:white;
	 margin-bottom:2px}


/* === メニュー部分のスタイル === */

.menu	{width:100%;
	 height:22px;
	 background-color:#CCCCCC;
	 font-size:12px;
	 font-weight:bold;
	 color:white;
	 border-top:solid 1px white}

.menu2	{text-align:right}
.menu2 div	{margin-right:10px}


/* === コンテンツ部分のスタイル === */

.main	{width:700px;
	 margin-top:40px;
	 margin-left:49px;
	 margin-right:auto;
	 text-align:left}

.main h2	{font-size:16px;
	 border-bottom:solid 2px #66cc33;
	 padding-bottom:3px;
	 margin-bottom:12px}

.main p	{font-size:14px;
	 line-height:24px;
	 color:#000000;
	 margin-top:0px}

.link	{font-size:smaller;
	 margin-bottom:20px}
.link hr	{color:#66cc33;
	 background-color:#66cc33;
	 border:none}

