@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====基本セット=====*/
body {
	background-color: #f0ede0;
	background-image: url(img/bg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
strong {
	font-weight: bold;
	color: #F00;
}
/*=====リンク=====*/
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}
/*=====見出し=====*/
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #ff6633;
	background-image: url(img/icon_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 35px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	background-image: url(img/icon_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #630;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
/*=====見出し=====*/
.text_ll {
	font-size: 140%;
}
.text_l {
	font-size: 120%;
}
.text_m {
	font-size: 100%;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}
/*=====文字装飾=====*/
.indent {
	padding-left: 2em;
}

ol {
	margin: 10px;
	padding-left: 2em;
}
ul {
	margin: 10px;
	padding-left: 2em;
	list-style-position: outside;
	list-style-image: url(img/icon_list.gif);
	list-style-type: none;
}
ul.naka {
	margin: 10px;
	padding-left: 2em;
	list-style-position: outside;
	list-style-image: url(img/icon_list02.gif);
	list-style-type: none;
}
/*=====表=====*/

td,th {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 1.8;
}

table.hyou {
	border-collapse:collapse;
	border: 1px solid #999;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #fff8dc;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	text-align: left;
}

