@charset "UTF-8";
@import url("style_font.css");
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 100%;
}
h1 {
	font-size: 120%;
	font-weight: normal;
}
h2 {
	font-size: 115%;
	/*font-weight: normal;*/
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
p {
	line-height: 1.6em;
	margin: 0.5em 1em;
}
img {
	margin: 1%;
	border-width: 0px;
}
table {
	border-collapse: collapse;
}
td, th {
}
input {
	font-size: 100%;
}
textarea {
	font-size: 100%;
}
hr {
	visibility: hidden;
	margin: 0.5em;
	clear: both;
}
textarea {
	font-size: 100%;
}
div.indent {
	margin-left: 1em;
}
div.left, img.left {
	float:left;
}
p.left, td.left {
	text-align: left;
}
div.right, img.right {
	float: right;
}
p.right, td.right {
	text-align: right;
}
div.center {
	margin-right: auto;
	margin-left: auto;
}
div.center p {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
div.center table {
	margin-right: auto;
	margin-left: auto;
}
p.center, td.center, h2.center {
	text-align: center;
}
img.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#contBody {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#head h1 {
}
#head h1 a {
	text-decoration: none;
	display: block;
	height: 50px;
	width: 350px;
}
#head h1 em {
	visibility: hidden;
}
#headRight {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 500px;
}
#headRight ul {
	list-style-position: inside;
	list-style-type: none;
}
#headRight li {
	float: right;
	font-size: 14px;
	line-height: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
#headRight li a:hover {
	color: #FF0000;
}
#navi a {
	text-decoration: none;
}
#navi a:hover {
	color: #FF0000;
}
#navi ul {
	list-style-type: none;
	list-style-position: inside;
}
#navi li {
	float: right;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px !important;
	line-height: 14px;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
#sideLeft h2 {
	background-image: url(img/sideLeft_h2Bg.jpg);
	background-position: bottom;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	margin: 15px 9px 1px;
	padding: 0px 3px;
	text-align: center;
}
#sideLeft h2 a {
	display: block;
	text-decoration: none;
}
#sideLeft h2 a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
#sideLeft h3 {
	background-position: bottom;
	font-size: 12px;
	line-height: 24px;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	margin: 0px 9px 1px;
	padding: 0px 3px;
}
#sideLeft h4 {
	background-position: bottom;
	font-size: 12px;
	line-height: 24px;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	margin: 0px 9px 1px;
	padding: 0px 3px;
}
#sideLeft ul {
	margin: 0px 9px 10px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	font-size: 12px;
}
#sideLeft li{
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#sideLeft li a{
	text-decoration: none;
	display: block;
	padding: 3px;
}
#sideLeft li a:hover{
	display: block;
	padding: 3px;
}
#sideLeft li.cap1 {
	padding-left: 3px;
}
#sideLeft li.cap2 {
	padding-left: 3px;
}
#main h1 {
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#main h2 {
	border-width: 3px 0px 1px;
	border-style: solid;
	padding: 2px 5px;
	margin: 10px 0px 10px;
}
#main h3 {
	margin: 0.5em;
}
#main h3:before {
	content: "■ ";
}
#main h4 {
	margin: 1em;
}
#main h4:before {
	content: "＊ ";
}
#main ul, #main ol {
	line-height: 1.6em;
	margin: 0.5em 1em 0.5em 2em;
}
#main ul.inside {
	line-height: 1.6em;
	margin: 0.5em 1em 0.5em 2em;
	list-style-position: inside;
}
#foot {
	border-top-width: 1px;
	border-top-style: solid;
}
#foot hr {
	visibility: hidden;
	margin: 0px;
	height: 1px;
}
address p {
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	margin: 0px;
}
address a {
	text-decoration: none;
}
table.sheet1 {
}
table.sheet1 caption {
	padding: 3px;
	font-size: larger;
}
table.sheet1 tfoot td, table.sheet1 tfoot th {
	border-top-color: #666666;
}
table.sheet1 th {
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
table.sheet1 td {
	padding: 2px;
	border: 1px solid #666666;
}
table.sheet1 .line-udl {
	border-bottom-width: 3px;
	border-bottom-style: double;
}
table.sheet1 .line-rdl {
	border-right-width: 3px;
	border-right-style: double;
}
table.sheet1 .line-top {
	border-top-width: 1px;
	border-top-style: solid;
}
table.sheet1 .line-none {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p.shop {
	text-align: right;
}
p.shop a {
	color: #000000;
	text-decoration: none;
	background-color: #ffcc00;
	border: 1px outset #999999;
	padding: 0.2em 1em;
	line-height: 1.5em;
}
p.shop a:hover {
	color: #FF0000;
}
div.page {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.width1-2 {
	width: 47%;
	margin: 1%;
}
.width1-3 {
	width: 31%;
	margin: 1%;
}
.width2-3 {
	width: 64%;
	margin: 1%;
}
.width1-4 {
	width: 22%;
	margin: 1%;
}
.width3-4 {
	width: 72%;
	margin: 1%;
}
.width1-5 {
	width: 17%;
	margin: 1%;
}
.width2-5 {
	width: 37%;
	margin: 1%;
}
.width3-5 {
	width: 57%;
	margin: 1%;
}
.width4-5 {
	width: 77%;
	margin: 1%;
}
.width19-20 {
	width: 93%;
	margin: 1%;
}
.widthFit {
	width: 97%;
	margin: 1%;
}
div.frame1 {
	margin: 5px;
	border: 1px outset #999999;
}
div.frame1 h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}
div.frame1 h4 a {
	text-decoration: none;
}
div.frame1 h5 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 1px;
}
div.frame1 h5 a {
	color: #FFFF00;
	text-decoration: none;
}
.button1 {
	font-size: 100%;
}
