@charset "UTF-8";

/*
*{margin:0;padding:0;}
*/

body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background:url(img/bg_body.gif) repeat;
}

img {
  border: 0;
  max-width: 600px;
}

.main {
	width:810px;
	margin:0px auto;
	padding:0 0 15px;
	background: transparent url(img/container_body.jpg)  repeat-y center top;
}
.main_head {
	width:810px;
	height:40px;
	margin:0px auto;
	background: transparent url(img/container_head.jpg)  no-repeat center top;
}
.main-inner {
	width:660px;
	text-align:left;
	margin:0px auto;
	padding:0;
}
.main_foot {
	width:810px;
	height:60px;
	margin:0px auto;
	background: transparent url(img/container_foot.jpg)  no-repeat center top;
}

.style1 {color:red}

h1, h2, h3, { color: red ;}

p { margin-left: 1.5em;}


div.moji{width:640px;margin:0 auto;padding:0 0 40px;}

div.moji h1 {
        color:#000000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:10px 0;
}

hr.s1 {
	border: none;
	height: 10px;
	background:url(img/bg_body.gif) ;
}

hr.s2 {
	border: none;
	height: 10px;
	background:url(img/bg_body.gif);
	margin-bottom:10px;
}

div.moji h2 {
	height: 55px;
	background:url(img/catch.jpg) no-repeat;
	color:red;
	line-height: 45px;
	font-size: 20px;
	font-weight:bold;
	margin:0px 0px;
	padding-left:50px;
	clear:both;
	overflow:hidden;text-align:left;
}

div.moji h3{
        color:red;
	font-size:20px;
	font-weight:bold;
	line-height:50%;
}


blockquote{
	background-color: #fffacd; 
	border: #bbbbbb 5px solid;  
	border-left: #bbbbbb 5px solid; 
}

div.footersign {
	font-size:12px;
	text-align:center;
	line-height:200%;
}

table{
	margin:auto;
}

table td img{width:90%;min-width:140px;margin:5px;max-height:100px;}



table, th, td {
  border-collapse: collapse;
  border: 1px solid #999;
  line-height: 1.5;
  text-align:center;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #d9d9d9;
}
th.tablesorter-headerUnSorted:not(.sorter-false) {
  background-image: url(img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
th.tablesorter-headerAsc {
  background-image: url(img/asc.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
th.tablesorter-headerDesc {
  background-image: url(img/desc.gif);
  background-repeat: no-repeat;
  background-position: center right;
}


.table_btn{
	padding:20px;
}

.table_btn a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 3px #000;
	height:90%;
	width:94%;
	display:block;
	margin:0 auto;
	text-align:center;cursor:pointer;
	padding:5% 3%;
}

.table_btn span{
	height:100%;
	max-width:300px;
	width:100%;
	display:block;
	margin:0 auto;
}

.syutten{
	font-size:12px;
	margin-bottom:20px;
}

.setsumei{
	margin-bottom:20px;
}


/********* ボタン *********/

.link01_sp_btn .red{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
	background: linear-gradient(#ff0001, #8f0202);
}
.link01_btn .red{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
	background: linear-gradient(#ff0001, #8f0202);
}

.link01_sp_btn .green{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
}
.link01_btn .green{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
}

.link01_sp_btn .blue{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2476ff), color-stop(1.00, #001ca8));
	background: -webkit-linear-gradient(#2476ff, #001ca8);
	background: -moz-linear-gradient(#2476ff, #001ca8);
	background: -o-linear-gradient(#2476ff, #001ca8);
	background: -ms-linear-gradient(#2476ff, #001ca8);
	background: linear-gradient(#2476ff, #001ca8);
}
.link01_sp_btn .gray{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);

}
.link01_sp_btn .orange{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
}
.link01_sp_btn .pink{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff5db1), color-stop(1.00, #ef007c));
	background: -webkit-linear-gradient(#ff5db1, #ef007c);
	background: -moz-linear-gradient(#ff5db1, #ef007c);
	background: -o-linear-gradient(#ff5db1, #ef007c);
	background: -ms-linear-gradient(#ff5db1, #ef007c);
	background: linear-gradient(#ff5db1, #ef007c);
}
.link01_sp_btn .beju{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4e3c9), color-stop(0.50, #c19e66), color-stop(0.50, #b68d4c), color-stop(1.00, #f6e7cf));
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: linear-gradient(to bottom, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
}



.link01_btn .blue{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2476ff), color-stop(1.00, #001ca8));
	background: -webkit-linear-gradient(#2476ff, #001ca8);
	background: -moz-linear-gradient(#2476ff, #001ca8);
	background: -o-linear-gradient(#2476ff, #001ca8);
	background: -ms-linear-gradient(#2476ff, #001ca8);
	background: linear-gradient(#2476ff, #001ca8);
}
.link01_btn .gray{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);

}
.link01_btn .orange{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
}
.link01_btn .pink{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff5db1), color-stop(1.00, #ef007c));
	background: -webkit-linear-gradient(#ff5db1, #ef007c);
	background: -moz-linear-gradient(#ff5db1, #ef007c);
	background: -o-linear-gradient(#ff5db1, #ef007c);
	background: -ms-linear-gradient(#ff5db1, #ef007c);
	background: linear-gradient(#ff5db1, #ef007c);
}
.link01_btn .beju{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4e3c9), color-stop(0.50, #c19e66), color-stop(0.50, #b68d4c), color-stop(1.00, #f6e7cf));
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: linear-gradient(to bottom, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
}

.table_btn .red{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0001), color-stop(1.00, #8f0202));
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
	background: linear-gradient(#ff0001, #8f0202);
}

.table_btn .beju{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4e3c9), color-stop(0.50, #c19e66), color-stop(0.50, #b68d4c), color-stop(1.00, #f6e7cf));
	background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
	background: linear-gradient(to bottom, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
}

.table_btn .pink{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff5db1), color-stop(1.00, #ef007c));
	background: -webkit-linear-gradient(#ff5db1, #ef007c);
	background: -moz-linear-gradient(#ff5db1, #ef007c);
	background: -o-linear-gradient(#ff5db1, #ef007c);
	background: -ms-linear-gradient(#ff5db1, #ef007c);
	background: linear-gradient(#ff5db1, #ef007c);
}

.table_btn .orange{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
}

.table_btn .gray{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);

}

.table_btn .blue{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2476ff), color-stop(1.00, #001ca8));
	background: -webkit-linear-gradient(#2476ff, #001ca8);
	background: -moz-linear-gradient(#2476ff, #001ca8);
	background: -o-linear-gradient(#2476ff, #001ca8);
	background: -ms-linear-gradient(#2476ff, #001ca8);
	background: linear-gradient(#2476ff, #001ca8);
}

.table_btn .green{
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px 1px #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c300), color-stop(1.00, #004c15));
	background: -webkit-linear-gradient(#09c300, #004c15);
	background: -moz-linear-gradient(#09c300, #004c15);
	background: -o-linear-gradient(#09c300, #004c15);
	background: -ms-linear-gradient(#09c300, #004c15);
	background: linear-gradient(#09c300, #004c15);
}
