@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====基本セット=====*/
body {
	background-color: #fff;
	background-image: url(img/naka_bg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	color: #222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	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: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	letter-spacing:0.1em;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 8px 15px;
	background-image: url(img/icon_h2.gif);
	background-repeat: no-repeat;
	letter-spacing:0.1em;
}
h2.short {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 8px 15px;
	background-image: url(img/icon_h2_s.gif);
	background-repeat: no-repeat;
	letter-spacing:0.1em;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	padding: 5px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #669933;
	background-image: url(img/icon_h3.gif);
	background-repeat: no-repeat;
	letter-spacing:0.1em;
}
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;
}
.kakomi {
	font-size: 100%;
	padding: 0 10px;
	border: 1px solid #CCC;
	background-color:#f2f2f2;
}

.kakomi02 {
	font-size: 100%;
	padding: 5px 20px;
	border: 1px solid #CCC;
	background-color:#fff;
}

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;
}
/*=====表=====*/

td,th {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #222;
	line-height:2;
}

table.hyou {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #222;
	border-collapse:collapse;
	border-bottom: 1px solid #999;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	border-collapse:collapse;
	font-weight: bold;
	background-color: #eee;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #ffffff;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #ffffff;
	text-align: left;
}

table.syouhin {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	border-style:none;
	background-color:#999;
	color:#222222;
}

table.syouhin th {
	background-color:#ECFFB7;
	text-align:center;
	font-weight:normal;
	color:#222222;
}

table.syouhin td {
	background-color:#ffffff;
}


table.syouhin td.midashi {
	background:#F1F8F1;
}

