@charset "utf-8";
/* CSS Document */


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        list-style-type: none;
}

textarea { font-size: 100%; }



img { vertical-align: bottom; }



body {
	font-size: small;
	margin: 0px;
	line-height: 170%;
	font-family:'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
ul{
	margin:0px
	padding:10px 30px
}
.clear {
	clear:both;
}
.clear10 {
	clear:both;
	height:10px;
}
.clear30 {
	clear:both;
	height:30px;
}


a img{
background:none!important;
}

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}



@media screen and (max-width: 568px) {
#cont {
	width: 96%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;

}
}
@media screen and (min-width: 569px) {
#cont {
	width: 500px;

margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
text-align: center;
}
}
#cont img{
max-width: 100%;
}


#detail {
	margin: 30px auto;
	width: 630px;
}

#foot {
	width:100%;
	background-color:#94c132;
	color:#FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



table {
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}
th {
	padding:2px 2px 2px 2px;
	text-align:center;
	color:#FFFFFF;
	background-color:#666600;
	border:1px solid #669900;
}
td {
padding:2px 2px 2px 2px;
background-color:#EEEEEE;
border:1px solid #669900;
text-align:center;
}

.right{
	float:right;
	margin-left:5px;
}




.green{
font-weight:bold;
color: #690;
}
.small2{
	color:#666666;
	display:inline;
	font-size:11px;
	font-weight:normal;
	width:15px;
	vertical-align: baseline;
}

.bg1 {
	background-color: #E05518;
	text-align: center;
}

.txt-l {
	font-size: medium;
	font-weight: bold;
	color: #3974AE;
}
.pan {
	font-size: small;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
}
.large {
	font-size: large;
	font-weight: bold;
}
