@charset "Shift_JIS";
/* header */

.head{
	font-size: 15px;
	text-align: right;
	margin-bottom: 4px;
}

/*set*/

div{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

h1{
	font-size: 16px;
	color: green;
	border-top-width: 7px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: green;
	border-bottom-color: green;
	line-height: 1.5em;
	text-align: left;
}

h2{
	font-size: 16px;
	color: red;
	border-top-width: 7px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: red;
	border-bottom-color: red;
	line-height: 1.5em;
	text-align: left;
}

p{
	text-align: left;
	font-size: 15px;
}

body{
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif;
}

a{
	color: #000000;
}

a:hover{
	color: blue;
	text-decoration: none;
}
/*footer*/

.fu{
	clear: both;
	font-size: 12px;
	text-align: center;
}
