body{
	margin: 0px;
	padding: 0px;
        background: url(img/back.jpg) repeat-x left top;
	background-repeat: repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #000000;
	font-size: 8px;
	line-height: 30px;
}

h1 {
	font-size: 10px;
	color: #333333;
}

a {
	font-size: 20px;
	color: #333333;
}

a:link {
        text-decoration:none;
        color: #333333;
}

a:visited {
  text-decoration:none;
	 color: #333333;
}

a:active {
	 color: #0000FF;
}

a:hover {
 	color: #7CC576;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
}

.content{
	border-width:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

.content h2 {
        border-left:15px solid #000066;
        border-bottom:1px dashed #000;
	color: #000;
	font-size: 16px;
	text-align: left;
	font-weight: bold; 
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 5px;

}

.content li {
	font-size: 14px;
	margin: 0px;
	padding:0px;
}

.annai {
        border-top:3px dashed #000066;
        border-left:3px dashed #000066;
        border-right:3px dashed #000066;
        border-bottom:3px dashed #000066;
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;

}
