<!-- 全般 -->
*{
	margin: 0;
	padding: 0;
}

<!-- BODY -->
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 1px;
	margin: 12px;
	margin-top: 0;
	background-color: white;
}

<!-- ヘッダー -->
.header_box{
	position: absolute;
	top: 0;
	Left: 15px;
	width: 670px;
	height: 50px;
	background-image: url(title01.jpg);
	background-attachment: fixed;
	filter: Alpha(opacity=100);
	text-align: left;
	z-index: 1;
}

<!-- フッター -->
.footer_box{
	position: absolute;
	top: 650px;
	Left: 15px;
	width: 670px;
	height: 50px;
	filter: Alpha(opacity=100);
	text-align: left;
	z-index: 0;
}

<!-- 画像(通常輪郭線は無し) -->
img{
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

<!-- 段落 -->
p{
	margin: 8px;
}

<!-- UL単純リスト -->
ul{
	line-height: 150%;
	margin-left: 25px;
	list-style-image: url(mk14p01.gif);
}

<!-- 大見出し -->
h1{
	font-size: 17px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 7px;
}

<!-- 中見出し -->
h2{
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 7px;
}

<!-- 小見出し -->
h3{
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0;
	margin: 5px;
}

<!-- 背景画像sin -->
.child03{
	background: url(sin01b.png) no-repeat right bottom;
}

<!-- 背景画像なし -->
.back_none{
	background-color: white;
}


<!-- アンカー(通常) -->
a:link{color: black}
a:active{color: blue}
a:visited{color: gray}
a:hover{
	color: aqua;
	background: dodgerblue;
}


<!-- アンカー(mapi) -->
a.mapi:link{color: black}
a.mapi:active{color: black}
a.mapi:visited{color: gray}
a.mapi:hover{
	color: black;
	background: white;
}
a.mapi{
	cursor: help;
}
