@charset "UTF-8";
/* common
--------------------------------------------------------------------------------------------------------------*/
#main p {
	margin-bottom: 10px;
}
#main img{
	margin: 3px;
}
#main .columnspace{
	clear: both;
}
/* title
--------------------------------------------------------------------------------------------------------------*/
#titleimg h2 {
	background: url(img/tit.gif) no-repeat;
}

/* list
--------------------------------------------------------------------------------------------------------------*/
#main ul {
	margin: -8px 0 10px 20px;
	list-style: disc;
}
#main ol {
	margin: 0 0 10px 25px;
	list-style: decimal;
}
#main ul li, #main ol li {
	margin: 0 0 5px;
}
/**/
#main ul.photolist01 {
	margin: 0 0 0 10px;
	list-style: none;
}
#main ul.photolist01 li {
	float: left;
	padding-bottom: 10px;
	font-size: 85%;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#main ul.photolist01 li img {
	border: 1px solid #ddd;
	margin: 0 0 2px;
	padding: 1px;
}
/**/
#main ul.sty01 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-image: url(img/listimg.gif);
}
#main ul.sty01 li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#main ul.sty01 ul {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	list-style-type: none;
}
#main ul.sty01 ul li {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	list-style-type: none;
}
/**/
#main ul.sty02 {
	list-style-image: url(img/listimg.gif);
	margin-top: 5px;
}
#main ul.sty02 li {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#main ul.sty02 ul {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#main ul.sty02 ul li {
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/**/
ol.olStyle01 {
	margin-left: 2em;
}
ol.olStyle01 li {
	list-style: decimal;
}
ul.ulStyle01 {
	margin-left: 1.5em;
}
ul.ulStyle01 li {
	list-style: disc;
}
ul.ulStyle01 li strong {
	color: #0066FF;
}
/* table
--------------------------------------------------------------------------------------------------------------*/
#main table.sty01 {
	width: 550px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main table.sty01 th {
	background: #ffde7b;
	border-top: 1px solid #fff;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #000;
}
#main table.sty01 td {
	background: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #fff;
	padding: 5px 10px;
}
#main table.sty02 {
	margin-bottom: 10px;
	background-color: #000000;
	width: 550px;
}
#main table.sty02 th {
	background-color: #FFFFCC;
	padding: 5px;
	text-align: center;
}
#main table.sty02 td {
	padding: 5px;
	background-color: #FFFFFF;
}

/* dl
--------------------------------------------------------------------------------------------------------------*/
#main dl {
}
#main dl dt {
	margin-bottom: -2px;
}
#main dl dd {
	margin-bottom: 5px;
	margin-left: 1em;
	color: #666;
}
/**/
#main dl.sty02 {
	padding: 0px;
	margin: 0px;
}
#main dl.sty02 dt {
}
#main dl.sty02 dd {
padding-left: 5em;
margin-top: -1.4em;
}


/* p
--------------------------------------------------------------------------------------------------------------*/
p.map {
	float: right;
}
p.map img {
	vertical-align: middle;
}

/* layout
--------------------------------------------------------------------------------------------------------------*/
div.LeftColumn {
	float: left;
	width: 265px;
}
div.RightColumn {
	float: right;
	width: 265px;
}

/* quality.html table
--------------------------------------------------------------------------------------------------------------*/
#main table.QualityTable {
width: 550px;
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #999;
border-left: 1px solid #999;
}
#main table.QualityTable th {
background: #ffde7b;
border-top: 1px solid #fff;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
border-left: 1px solid #fff;
padding: 3px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
color: #000;
font-size: 85%;
}
#main table.QualityTable td {
background: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
border-left: 1px solid #fff;
padding: 3px;
text-align: center;
font-size: 93%;
font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3" , "Meiryo" , "メイリオ" , "ＭＳ Ｐゴシック";
}
#main table.QualityTable td.AlignLeft {
text-align: left;
}

#main table.QualityTable th.width_90 {
width: 90px;
}

.BgBlue{ background-color:#D7E9E4!important; }

