/*ページ全体の指定*/
html{

background-attachment:fixed;
background-repeat:no-repeat; 
background-position:bottom center;
background-color:#FFFFFF;

}
body{


margin:0px;
padding:0px;
font-size:9pt;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 13px;
}

/*ページ全体のリンク指定*/
a{
	color:#501414;
	}
a:hover{
	text-decoration:none;
	}


	
	
/*ページの輪郭*/
#flame{
	width: 700px;
	margin: 0 auto 0 auto;
}

/*ヘッダ*/
#head{
	width: 700px;

background-color:#006600;
/*	margin-bottom:1.5em;*/
	margin-bottom:0.5em;
}

/*タイトルの部分*/
h1{
	font-size:18pt;
	color:#66FF99;
	margin:0px;
	padding:20px 10px 10px 10px;
	
	}
#head a{
		color:#66FF99;
		text-decoration:none;
		}
	
/*左のブロック*/
#left{
	width: 200px;
	float: left;
}
.menu{
	width:180px;
	margin:0 auto 15px auto;
	}
	
	h3{
		height:20px;
		margin:0px;
		padding:5px 0px 0px 10px;
		font-size:9pt;
		color:#fff;
		background-color:#006600;
		}
	
#left ul{
		margin:0px;
		padding:10px;
		list-style:none;
	}
	#left li{
		margin:5px 0px;
		padding:0px 0px 0px 1.5em;
		background:url("img/listbg.gif") no-repeat;
		}
	#left li a{
		text-decoration:none;
		}
	#left li a:hover{
		color:#000;
		text-decoration:underline;
		}
		

			
/*右のブロック*/
#right{
	width: 500px;
	float: right;
}

/*右のli指定*/	
li{ line-height: 15px; }

/*右のタイトル部分*/
h2{
		margin:0px;
		padding:5px 0px 0px 10px;
		height:20px;
		font-size:9pt;
		color:#fff;
			background-color:#8F4BFF;

	}


 h4 {
 	margin:0px;
		padding:5px 0px 0px 10px;
		height:20px;
		font-size:9pt;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF7F50;
	width: 80%


}

	
	/*メインの記事の部分*/

.top {
	background-image: url("assets/images/top.jpg");
	background-position: right top;
	background-repeat: no-repeat;

}
.top-text {
	margin:0px 170px auto auto;
}
	.main{
		margin:0px auto 25px auto;
		width:450px;
		}
		
	/*本文をくくる*/
	p{
		padding:10px;
		margin:0px;
		line-height:150%;
		}
		
/*著作権表示の部分つまりフッタ*/
#foot{
		border-top:1px solid #000;
		padding:3px;
		margin:0 auto;
		line-height:150%;
		font-size:9pt;
		width:650px;
		clear:both;
	}
	#foot a{
		color:#000;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
