/*ページ全体の指定*/
body{
margin:5px;
padding:5px;
font-size:75%;
font-family:sans-serif,"ＭＳ Ｐゴシック","ＭＳ ゴシック";
background : url(img/bg01ry.gif) repeat-y left center;
}

/*ページ全体のリンク指定*/
a{
	color:#3987F6;
	}
#foot a:hover,a:hover{
	color:#ff5a91;
	}

#mu B{text-decoration : none;}
#mu A{color : #800000;text-decoration : none;}
#mu A:HOVER{background-color : #ffffb9;}


DIV.level0{
font-size:12pt;
font-weight:bold;
margin-top:20px;
color:#FF9933;
}

DIV.level1{
color:#FF9933;
font-size:11pt;
width:130px;
margin-left:7px;
padding:0px;
border-left:dashed 2px #FFCC99;
border-bottom:dashed 2px #FFCC99;
}
-->	
	
/*ページの輪郭*/
#flame{
	width: 810px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	width: 810px;
}
	#headt{
 background:#911319;
 padding:0px 5px;
 border-bottom:2px solid #FFA237;
 text-align:right;
}
	#headt a{
		color:#eee;
		text-decoration:none;
		}

/*タイトルの部分*/
h1{
	margin:5px;
	padding:5px 0px 0px 100px;
	height:100px;
	font-size:15pt;
	background : url(img/r001c100.gif) no-repeat;
	font-family:sans-serif,"ＭＳ Ｐゴシック","ＭＳ ゴシック";
	color:#1BDBFF;
	}
	
/*左のブロック*/
#left{
	width: 160px;
	float: left;
}

.menu{
	padding:0px 5px 0px 0px;
	margin-bottom:15px;
	}
	
	h3{
		background : url(img/menubg33or.gif) repeat-x;
		margin:0px;
		padding:7px 0px 0px 5px;
		height:30px;
		font-size:100%;
		color:#0000ff;
		}
		
#left ul{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	}
	#left li{
		margin:5px 0px;
		padding:2px 0px 0px 20px;font-size:100%;
		background : url(img/listbg.gif) no-repeat;
		}

		
/*右のブロック*/
#right{
	width: 650px;
	float: right;
}

/*右のタイトル部分*/
.bg{

	}
h2{
 background: url(img/menubg33or.gif) repeat-x;
 margin:0px;
 padding:5px 0px 0px 10px;
 height:30px;
 font-size:1.3em;
 font-weight:bold;
 color:#010101;
 background-color:#FFFFFF;
}

/*右のBOX部分*/
.colum {
 border-style: dashed;
 border-width: 1px;
 border-color: #FFA237;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 10px;
 margin-right: 34%;
 margin-left: 1%;
 background-color:#FFFFDD;
 line-height: 17pt;
 letter-spacing:1px;
} 

	
	/*メインの記事の部分*/
	.main{
		margin-bottom:10px;
		}
		
	/*本文をくくる*/
	p{
		margin:5px;
		padding:3px 0px 5px 2px;font-size:15px;font-family:sans-serif,"ＭＳ Ｐゴシック","ＭＳ ゴシック";
		line-height:150%;
		}
		
	/*別バージョン*/
	.main2{
		clear:both;
		width:815px;
		padding:10px;
		margin:10px 0px;
		background : url(img/main2bg.gif) repeat-x center top;
		line-height:150%;
		}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	clear:both;
	width:810px;
	margin:0 auto;
	padding:2px 0px 0px 0px;
	border-top:2px solid #0099FF;
	}
	#foot a{
		color:#6B6E72;
		}
	
#foot2{
	text-align:center;
	padding:3px 0px;
	}
	
	#foot2 a{
		color:#000;
		text-decoration:none;
		}
	#foot2 a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}

