/*全体処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#wrapper {
	/*サイトの幅*/
	width:960px;
	/*中央寄せ*/
    margin: 0 auto;  
	/*サイトの範囲　完成時消す*/
/*    border: 1px solid #FF0000;
*/	background-color:#336600; 
} 
@font-face {
   font-family: Misaki;
   src: url('misaki_ttf/misaki_gothic.ttf') format("truetype");
}
#wrapper a {
	text-decoration: none;
	font-size:24px;
}
/*全体処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
 
/*ヘッダー処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#header{
	width:960px;
	height:90px;
	margin:0px 0px 0px 0px;	
}
#header ul{
	overflow: hidden;
	height: 90px;
	margin: 10px 0px 0px 0px;
}
#header li{
	margin:5px 0px 5px 0px;		
	font-family:Misaki;
	float:left;
	letter-spacing: 3px;
}
/*ヘッダー処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
 
/*メイン画像処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.main{
	width:960px;
	height:500px;
	margin:10px 0px 10px 0px;
}
/*メイン背景*/
#main_bg{
	width:960px;
	height:500px;
	position:absolute;
	z-index: 1;
}
/*轟部長  右下*/
#main_01{
	margin:180px 0px 0px 600px;
	position:absolute;
	z-index: 2;
}
/*呉君  左下*/
#main_02{
	margin:200px 0px 0px 20px;
	position:absolute;
	z-index: 2;
} 
/*タイトル　真ん中*/
#main_tit{
	margin:0px 0px 0px 0px;
	position:relative;
	z-index: 3;
	padding-top: 20px;
	padding-left: 28px;
} 
/*メイン画像処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


/*コンテンツ処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.contents{
	width:960px;
	height:auto;
	padding-bottom:1px;
}
.contents p{
	font-size:18px;	
	letter-spacing: 0.1em;
	line-height: 150%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.contents_01{
	width:900px;
	height:auto;
	margin: 5px 25px 25px 15px;
	padding: 10px;
	background-color:#FFF;
	border: 5px solid #000;
	color:#000;
}
.contents_01 h2{
	position:relative;
	z-index:1;
	margin-bottom:10px;
	font-weight:bold;
	font-size:36px;
	font-family:MIsaki;
}
.contents_01 p{
	position:relative;
	z-index:1;
	margin-left:20px;
	margin:5px;
}

.contents_02{
	width:900px;
	height:auto;
	margin: 5px 25px 25px 15px;
	padding: 10px;
	background-color:#FFF;
	border: 5px solid #000;
	color:#000;
}
.contents_02 h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:36px;
	font-family:MIsaki;
}
.contents_02 p{
	margin-left:20px;
	margin:5px;
}
.img{
	width:500px;
	height:auto;
}
.centre{
	text-align:center;
}
/*コンテンツ処理＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
span_b{
	font-weight:bold;
	color:#006600;
	line-height:200%;
}
span_bold{
	font-weight:bold;
}
span_r{
	font-weight:bold;
	color:red;
}