﻿@charset "utf-8";


@import url(header.css);
@import url(top.css);
@import url(body.css);
@import url(body_sab.css);
@import url(foot.css);
@import url(window.css);

/*Base Type Reset&Setting*/
body{
	margin: 0px auto;
	padding: 0px;
	background: url(../img/bk.jpg) repeat-x #ede9e0 top;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, sans-serif;
	line-height: 150%;
	color: #333333;
	text-align: center;
	width: 806px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

img{
	border: none;
}

p, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

em{
    font-weight: normal;
	font-style: normal;
}

strong{
    font-weight: normal;
	font-style: normal;
}

ul,li,ol {
	margin: 0px;
    padding: 0px;
    list-style: none;
}