body{/*全体的な設定*/
	margin:0px; 			/*全体の余白*/
	text-align:center;		/*センタリングIEバグ回避用*/
	background:#fff;		/*全体の背景の設定*/
	background:url(01.jpg) repeat-x;/*背景の設定*/
	}

/******************************************/
a:link , a:visited , a:hover , a:active{/*リンクフォントの設定*/
	color: #000099;		    	/*リンクの色*/
	text-decoration: underline;	/*リンク下線あり*/
}
/******************************************/
#baseBlock1{/*コンテンツ全体の設定*/
	font-family:Verdana, "Tahoma,Arial,sans-serif",MS UI Gothic, Osaka;/*フォントの設定*/
	border-right:0px solid #999;	/*右枠線の設定*/
	border-left:0px solid #999;	/*左枠線の設定*/
	border-bottom:1px solid #999;	/*下枠線の設定*/
	margin-left:auto;       		/*センタリングのための左の余白*/
	margin-right:auto;      		/*センタリングのための右の余白*/
	width:850px;	        		/*コンテンツ全体の幅*/
	text-align:left;	        	/*センタリングバグ回避*/
	background:url() repeat-y center top;/*コンテンツ背景関係*/
}
table.tbl_nomal {
	width:100%;
	margin-bottom: 20px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
table.tbl_nomal caption {
	text-align:left;
	font-size:100%;
	margin:5px 0;
	font-weight:bold;
}
table.tbl_nomal th {
	background-color: #F5F5F5;
	vertical-align: top;
	text-align: left;
	padding: 3px 5px;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
table.tbl_nomal td {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 3px 5px;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
table.tbl_nomal p {
	margin-bottom: 0px !important;
}

/******************************************/
#title{/*タイトル部分*/
	width:850px;        	    	/*タイトル部分の幅*/
	height:187px;       	    	/*タイトル部分の高さ*/
	background:url();		/*タイトル部分の背景設定*/
	}

/******************************************/
h1{/*タイトル部分のフォント、文字位置の設定*/

	font-size:1.7em;		/*タイトル文字の大きさ 1emでbaseBlock1のfont-sizeと同じ大きさ*/
	color:#fff;		    	/*タイトル文字の色*/
	padding-top:30px;		/*文字上側の余白*/
	padding-left:30px;		/*文字左側の余白*/
	margin:0px;		    	/*余分な余白を削除*/
	font-weight: normal;		/*文字の太さ*/
	margin:0px;			/*ずれを回避*/
	}
/******************************************/
h2{/*サイト説明文の部分です*/
	font-size:1.0em;	/*文字の大きさ*/
	padding-left:30px;	/*左に余白*/
	font-weight: normal;	/*文字の太さ*/
	color:#fff;		/*文字色*/
	padding-top:15px;	/*上に余白*/
	margin:0px;		/*ずれを回避*/
	}
/******************************************/
h3{/*main説明文*/
	font-size:1.2em;	/*文字の大きさ*/
	font-weight: normal;	/*文字の太さ*/
	padding-top:15px;	/*上に余白*/
	margin:0px;		/*ずれを回避*/
	}
/******************************************/
.topmenu{/*上部のメニューの設定*/
	display:block;
	float:left;
	padding-left:50px;	/*メニュー毎の間隔*/
	padding-top:59px;	/*サイト説明文の部分との間隔*/
	}
/******************************************/
.topmenu a{/*上部メニューのリンクフォントに関する設定*/
	color:#ccf;		/*リンク色*/
	text-decoration:none;	/*下線の設定*/
	}
/******************************************/
.topmenu a:hover{/*上部メニューのリンク（マウスを乗せた時）の設定*/
background:#fff;	/*背景色*/
text-decoration:none;	/*下線の設定*/}
/******************************************/
#main{/*メインコンテンツ部分の設定。メニューと反対側の部分になります*/
	width:800;		/*メインコンテンツの幅*/
	float:left;		/*メインコンテンツ位置設定*/
	padding-top:30px;	/*文字上部の余白*/
	padding-bottom:30px;	/*フッターとの間隔*/
	background:url() left repeat-y;/*背景設定*/
	}
/******************************************/
#maintext{/*IEとfirefoxのズレ対策用*/
	padding-left:20px;	/*文字左側の余白*/
	}
/******************************************/
#menu{/*メニュー部分の設定*/
	width:230px;       	/*メニューの幅*/
	float:right;    		/*メニュー位置設定*/
	font-size:0.9em;	/*メニューの文字サイズ*/
	background:url();	/*メニュー部分の背景の設定*/
	padding-top:30px;
	}
/******************************************/
#menutext{/*IEとfirefoxのズレ対策用*/
	padding-right:20px;	/*メニューと枠との間隔の設定*/}
/******************************************/
#menu a{/*メニューリンクテキスト部分の設定*/
	color:#000099; 		/*テキストの色*/
	}
/******************************************/
.m-title{/*メニュータイトルの設定*/
	height:20px;      		/*高さ*/
	font-size:1.2em;	        /*テキストサイズ*/
	border:1px solid #aaa;		/*枠線の設定*/
	color:#990000;			/*テキスト色*/
	margin:10px;			/*全体的な余白*/	        
	background:url();		/*メニュータイトル部分背景*/
	}
/******************************************/
#footer a{	            	/*ページ下部のリンクテキストのフォント設定*/
	color:#777;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}
/******************************************/
#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによるメインコンテンツとメニュー分割の終了*/
	wigth:750px;			/*ページ下部の幅*/
	text-align:center;		/*フッター文字を中心に配置*/
	color:#777;		    	/*テキスト色*/
	font-size:0.8em;		/*テキストの大きさ*/
	background:fff;			/*背景の設定*/
	padding-top:30px;
	}
/******************************************/
a img{/*画像リンクの設定*/
	border-style : none;
	border-width : 0px;	
	text-decoration : none;
	}
/******************************************/

