@charset "utf-8";
/* CSS Document */

	body {
		font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:12px;
		margin:0px; 
		padding:0px;
	}
	.fl { float:left; }
	.fr { float:right; }
	.cl { clear:both; }
	h1 {
		padding:0px;
		font-size:10px;
		font-weight:normal;
	}
	
	#main {
		width:950px;
		margin:0px auto 0px auto;
	}
	
	#menu {
		width:950px;
		height:44px;
		margin-top:5px;
		background-image:url(../image/menu.gif);
		background-repeat:no-repeat;
	}
	
	#menu a {
		display:block;
		height:44px;
		padding:0px;
		margin:0px;
		background-image:url(../image/menu.gif);
		background-repeat:no-repeat;
	}
	
	.lm_li {
		float:left;
		height:44px;
		width:182px;
		margin-left:1px;
	}
	
	#menu .a01 { width:15px; }
	
	#menu .a02 a { background-position:-17px 0px; }
	#menu .a02 a:hover { background-position:-17px -60px; }
	
	#menu .a03 a { background-position:-200px 0px; }
	#menu .a03 a:hover { background-position:-200px -60px; }
	
	#menu .a04 a { background-position:-383px 0px; }
	#menu .a04 a:hover { background-position:-383px -60px; }
	
	#menu .a05 a { background-position:-566px 0px; }
	#menu .a05 a:hover { background-position:-566px -60px; }
	
	#menu .a06 a { background-position:-749px 0px; }
	#menu .a06 a:hover { background-position:-749px -60px; }

	#head {
	}
	
	#foot {
		margin:10px auto 20px auto;
	}
	#foot #copy {
		text-align:right;
		margin-top:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
	}
	
	.title_bar {
		margin-top:10px;
	}
	
	.ttl_l {
		background-image:url(../image/left_bg.gif);
		background-repeat:no-repeat;
		width:12px;
		height:30px;
		float:left;
	}
	.ttl_m {
		background-image:url(../image/middle_bg.gif);
		background-repeat:repeat-x;
		width:700px;
		height:30px;
		float:left;
		color:#ff0;
		font-weight:bold;
		font-size:14px;
		padding-top:8px;
	}
	.ttl_r {
		background-image:url(../image/right_bg.gif);
		background-repeat:no-repeat;
		width:20px;
		height:30px;
		float:left;
	}
	
	.sttl_l {
		background-image:url(../image/s_left_bg.gif);
		background-repeat:no-repeat;
		width:12px;
		height:31px;
		float:left;
	}
	.sttl_m {
		background-image:url(../image/s_middle_bg.gif);
		background-repeat:repeat-x;
		width:700px;
		height:31px;
		float:left;
		font-weight:bold;
		font-size:14px;
		padding-top:8px;
	}
	.sttl_r {
		background-image:url(../image/s_right_bg.gif);
		background-repeat:no-repeat;
		width:20px;
		height:31px;
		float:left;
	}
