@charset "utf-8";


*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#cccccc;
}

#container{
	width:900px;
	margin:auto;
	background-image:url("../images/main-haikei.gif");
	border-left:3px solid #000000;
	border-right:3px solid #000000;
}
header{
	position:relative;
	margin-bottom:20px;
}

.menu ul{
	list-style-type:none;
	position:absolute;
	top:270px;
	left:0;
}
.menu li{
	width:150px;
	height:20px;
	float:left;
	text-align:center;
	margin-left:25px;
}

.menu a{
	color:#ffffff;
	font-size:30pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
}
.menu li a:hover{
	color:#000000;
}

.profile{
	color:#999999;
	font-size:30pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	margin-left:60px;
	margin-top:30px;
	margin-bottom:10px;
}
img { vertical-align: bottom; }
IMG.waku{
	border:solid 4px #000000;
	float:left;
	margin-left:80px;
}
IMG.small{
	float:right;
	margin-right:80px;
}
.mouse{
	color:#000000;
	font-size:15pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	text-align:center;
}
.dai{
	color:#000000;
	font-size:20pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	margin-bottom:10px;
}	

.topicpath{
	margin-bottom:20px;
	margin-left:40px;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	font-size:15px;
}

/*引用*/
.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}
/*引用*/



/*ここから本文*/

.h_left{
	float:left;
}

.honbun1{
		font-family:'HGSｺﾞｼｯｸM',;
		font-size:18px;
		width:350px;
		padding:0px 5px 50px 20px;
		margin:30px 0px 0px 70px;
		border-bottom:dashed 3px #669900;
		line-height:1.3;
}

.honbun2{
		font-family:'HGSｺﾞｼｯｸM',;
		font-size:18px;
		width:350px;
		padding:25px 20px 20px 20px;
		margin:10px 0px 60px 70px;
		line-height:1.3;
}
.honbun3{
		font-family:'HGSｺﾞｼｯｸM',;
		font-size:18px;
		width:360px;
		float:right;
		margin-top:10px;
		padding:20px 40px 20px 30px;
		border-left:dashed 3px #669900;
		line-height:1.5;
}
.one{
		margin-left:10px;

}

/*ここまで本文*/

h1{
	padding-top:30px;
	color:#000000;
	font-size:15pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	text-align:right;
}	

footer{
	background-color:#ffffff;
	padding:30px 0px;
	font-size:15px;
	text-align:center;
	color:#000000;
	border-top:solid 1px #000000;
	clear:both;
}

