@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0 0 50px 0;
	background-image: url(../images/texture_white_bw.gif);
}  
body {
	width:100%;
	margin:0 auto;
	
}
body,td,th {
	color: #333;
	font: 1em/140% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka", arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}

/* フォント設定 */
.title {
	font-size: 120%;
	color: #333;
	font-weight: bold;
}
.style-title {
	font-size: 105%;
}
.style-txit {
	font-size: 80%;
	color: #333;
}
.style-small {
	font-size: 70%;
	color: #666;
}
.style-red {
	font-size: 100%;
	color: #333;
}
.style-white{
	font-size: 100%;
	color: #FFF;
}

/* ----- ヘッダー ----- */
#header {
	height:auto;
	background-image: url(../images/canvas01_s.jpg);
	}
/* ----- メイン ----- */
#content {
	min-height:500px;
	height:auto;
	margin-top:20px;
	text-align: center;
}
#content2 {
	min-height:200px;
	height:auto;
	margin-top:10px;
	text-align: center;
}
/* ----- フッダー ----- */
#footer {
	height: 200px;
	width: 100%;
	margin-top:10px;
	background-color: #FC0;
	text-align: center;
	
}

/*イメージスマホ用*/
img {
max-width : 100% ;
height : auto ;
}

/*テーブル幅*/
.teble{
	max-width:1200px;
	min-width:1000px;
}

/*ページトップに戻るスクロールボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 80px;
}

/*overwhiteの指定 */
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
/* hr線の指定 */
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #CCC; /* 線色 */
	height: 1px; /* 高さ */	
}
/* 飾り枠 */
.block {
    padding: 10px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}
.block2 {
	padding: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
	background-color: #999;
}
.block3 {
	padding: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
	background-color: #666;	
}
.block4 {
	padding: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
	background-color: #CCC;
}
.block5 {
	padding: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
	background-color: #CCC;
}
.block6 {
	padding: 5px;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
	background-color: #FFF;
}
/* ボタン */
.btn {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	display: block;
}
.btn {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 120px;
	padding: 5px 0;
}



