@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a {
	display: block;
	line-height: 100%;
	padding: 3% 0 3% 0;
}
a:link,a:visited {
	text-decoration: none;
	color: #0000ff;
}
.a_btn1img {
	padding: 2% 0 2% 0;
}
.a_btn2 {
	padding: 6% 0 6% 0;
}
.a_btn3 {
	padding: 9% 0 9% 0;
}
.a_btn4 {
	padding: 12% 0 12% 0;
}
.a_btn5 {
	padding: 15% 0 15% 0;
}

.a_btn6 {
	padding: 4% 0 4% 0;
}

body {
	background-color:#a9ade1;
	height: 100%;
}
section {
	height: 100%;
}
article {
	background-color: #fafadd;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #baba99;
	border-bottom: solid 1px #baba99;
	border-left: solid 1px #ffffff;
	margin: 1%;
	padding: 1%;
	height: 100%;
}
p {
	padding: 1%;
	height: 100%;
}
div {
	height: 100%;
}
ul {
	height: 100%;
}

.atcl1 {
	margin: 0 1% 1% 1%;
	padding: 1%;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #cccccc;
}
.atcl2 {
	margin: 0 1% 1% 1%;
	padding: 1%;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #cccccc;
}
.atcl_m {
	margin: 0 1% 0 1%;
	padding: 1%;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #cccccc;
}

.atcl1_h {
	margin: 1% 1% 0 1%;
	padding: 1%;
	font-weight: bold;
	color: #ffffff;
}
.atcl2_h {
	margin: 1% 1% 0 1%;
	padding: 1%;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	color: #ffffff;
}

address {
	font-style: normal;
}
footer {
	padding: 1%;
	text-align: center;
	color: #efefbb;
}
h1,h2,h3,h4,h5,h6 {
	padding: 1%;
	text-align: center;
	color: #ffffff;	
}
table {
	margin: 1% auto;
	width: 95%;
	border-collapse:collapse;
	border: 0px;
	border: 1px solid #666666;
}
th {
	padding: 2%;
	text-align: center;
	background-color: #333333;
	border: 1px solid #666666;
	color: #ffffff;
}
td {
	padding: 2%;
	background-color: #ffffff;
	border: 1px solid #666666;
}

li {
	list-style-position: outside;
	margin-left: 8%;
}
.li_none {
	list-style-type: none;
}
.li_disc {
	list-style-type: disc;
}
.li_sqar {
	list-style-type: square;
}
.li_num {
	list-style-type: decimal;
}
.li_alf1 {
	list-style-type: upper-alpha;
}
.li_alf2 {
	list-style-type: lower-alpha;
}
.li_kana {
	list-style-type: katakana;
}
.li_1:before {
	content: "壱 ";
}
.li_2:before {
	content: "弐 ";
}
.li_3:before {
	content: "参 ";
}

.regist {
	display: block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	margin: 3% auto;
	width: 50%;
	text-align: center;
	font-size: 150%;
	font-weight: bolder;
	color: #ffffff;
}
.regist a:link,.regist a:visited {
	color:#ffffff;
}

.btn1 {
	display: block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	margin: 2%;
	text-align: center;
	font-weight: bold;
	color: #efefbb;
}
.btn1 a:link,.btn1 a:visited {
	color: #efefbb;
}
.btn2 {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	width: 46%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.btn8 {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	width:92%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.btn2 a:link,.btn2 a:visited {
	color: #efefbb;
}
.btn3 {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	width: 29.5%;
	text-align: center;
	font-weight: bold;
	color: #efefbb;
}
.btn3 a:link,.btn3 a:visited {
	color: #efefbb;
}
.btn4 {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	width: 21.3%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.btn4 a:link,.btn4 a:visited {
	color: #ffffff;
}
.btn5 {
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	width: 16.4%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.btn5 a:link,.btn5 a:visited {
	color: #ffffff;
}

.marubtn1 {
	display: inline-block;
	border: 0;
	border-radius: 1000px 1000px 1000px 1000px;
	-moz-box-shadow: #666666 0px 1px 1px 1px;
	-webkit-box-shadow: #666666 0px 1px 1px 1px;
	box-shadow: #666666 0px 1px 1px 1px;
	margin: 2% auto;
	width: 65px;
	height: 65px;
	text-align: center;
	font-weight: bold;
	color: #efefbb;
	font-size:14px;
}

.btnprv {
	display: block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	margin: 2%;
	padding: 0;
	width: 35%;
	text-align: center;
	font-weight: bold;
	color: #efefbb;
	float: left;
}
.btnprv a:link,.btnprv a:visited {
	color:#efefbb;
}

.btntop {
	display: block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	margin: 2%;
	padding: 0;
	width: 35%;
	text-align: center;
	font-weight: bold;
	color: #efefbb;
	float: right;
}
.btntop a:link,.btntop a:visited {
	color:#efefbb;
}

.radio {
	display: inline-block;
	margin: 2% auto 2% auto;
	width: 20%;
	font-size: 1.2em;
	font-weight: bold;
}

select {
	display: inline-block;
	margin: 3% auto 3% auto;
	width:50%;
	font-size:1.2em;
}

input{
	display: inline-block;
	margin: 3% auto 3% auto;
	width: 95%;
	font-size: 1.2em;
}

.ipbtn{
	display: block;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
	margin: 0 auto 5% auto;
	width: 50%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
ipbtn a:link,ipbtn a:visited {
	color:#ffffff;
}

.iclink {
	display: table;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cccccc;
	background-color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	color: #0000FF;
}
.iclink a:link,.iclink a:visited {
	color:#0000ff;
}

.icon {
	display: block;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #999999;
	border-style: solid;
	border-width: 10px;
	width: 0;
	height: 0;
}

.bgi01 {
	background-image: url(/img/icon_dogu01.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi02 {
	background-image: url(/img/icon_dogu02.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi03 {
	background-image: url(/img/icon_dogu03.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi04 {
	background-image: url(/img/icon_dogu04.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi05 {
	background-image: url(/img/icon_dogu05.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi06 {
	background-image: url(/img/icon_dogu06.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi07 {
	background-image: url(/img/icon_dogu07.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi08 {
	background-image: url(/img/icon_dogu08.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi09 {
	background-image: url(/img/icon_dogu09.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi10 {
	background-image: url(/img/icon_dogu10.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi11 {
	background-image: url(/img/icon_dogu11.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi12 {
	background-image: url(/img/icon_dogu12.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}
.bgi13 {
	background-image: url(/img/icon_dogu13.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}

.gd_2tone {
	background: -webkit-gradient(linear, left top, left bottom, from(#996655), color-stop(40%,#ccaa99), color-stop(40%,#550000), to(#772200));
	background: -moz-linear-gradient(top, #996655, #ccaa99 40%, #550000 40%, #772200);  
	background-color:#550000;
	text-shadow: 1px 0px 1px #550000;
	border: 1px solid #550000;
}
.gd_rd {
	background: -webkit-gradient(linear, left top, left bottom,from(#cc4444),to(#990000));
	background: -moz-linear-gradient(top, #cc4444, #990000);  
	background-color:#990000;
	text-shadow: 1px 0px 1px #990000;
	border: 1px solid #990000;
}
.gd_or {
	background: -webkit-gradient(linear, left top, left bottom,from(#ff6600),to(#ffcc66));
	background: -moz-linear-gradient(top, #ff6600, #ffcc66);  
	background-color:#ff6600;
	text-shadow: 1px 0px 1px #ff6600;
	border: 1px solid #ff6600;
}
.gd_ye {
	background: -webkit-gradient(linear, left top, left bottom,from(#ffcc00),to(#ffff00));
	background: -moz-linear-gradient(top, #ffcc00, #ffff00);  
	background-color:#ffcc00;
	text-shadow: 1px 0px 1px #ffcc00;
	border: 1px solid #ffcc00;
}
.gd_lye {
	background: -webkit-gradient(linear, left top, left bottom,from(#ffff00),to(#ffff99));
	background: -moz-linear-gradient(top, #ffff00, #ffff99);  
	background-color:#ffff00;
	text-shadow: 1px 0px 1px #ffff00;
	border: 1px solid #ffff00;
}
.gd_ygr {
	background: -webkit-gradient(linear, left top, left bottom,from(#6670bb),to(#444899));
	background: -moz-linear-gradient(top, #6670bb, #444899);  
	background-color:#464499;
	text-shadow: 1px 1px 0px #222677;
	border: 1px solid #464499;
}
.gd_gr {
	background: -webkit-gradient(linear, left top, left bottom,from(#779f33),to(#1f3310));
	background: -moz-linear-gradient(top, #779f33, #1f3310);  
	background-color:#224400;
	text-shadow: 1px 0px 1px #224400;
	border: 1px solid #224400;
}
.gd_em {
	background: -webkit-gradient(linear, left top, left bottom,from(#006666),to(#339999));
	background: -moz-linear-gradient(top, #006666, #339999);  
	background-color:#006666;
	text-shadow: 1px 0px 1px #006666;
	border: 1px solid #006666;
}
.gd_lbl {
	background: -webkit-gradient(linear, left top, left bottom,from(#0099cc),to(#66ffff));
	background: -moz-linear-gradient(top, #0099cc, #66ffff);  
	background-color:#0099cc;
	text-shadow: 1px 0px 1px #0099cc;
	border: 1px solid #0099cc;
}
.gd_bl {
	background: -webkit-gradient(linear, left top, left bottom,from(#0066ff),to(#6699ff));
	background: -moz-linear-gradient(top, #0066ff, #6699ff);
	background-color:#0066ff;
	text-shadow: 1px 0px 1px #0066ff;
	border: 1px solid #0066ff;
}
.gd_nv {
	background: -webkit-gradient(linear, left top, left bottom,from(#0000ff),to(#6666ff));
	background: -moz-linear-gradient(top, #0000ff, #6666ff);  
	background-color:#0000ff;
	text-shadow: 1px 0px 1px #0000ff;
	border: 1px solid #0000ff;
}
.gd_pu {
	background: -webkit-gradient(linear, left top, left bottom,from(#9900ff),to(#cc66ff));
	background: -moz-linear-gradient(top, #9900ff, #cc66ff);  
	background-color:#9900ff;
	text-shadow: 1px 0px 1px #9900ff;
	border: 1px solid #9900ff;
}
.gd_pk {
	background: -webkit-gradient(linear, left top, left bottom,from(#ff00ff),to(#ff66ff));
	background: -moz-linear-gradient(top, #ff00ff, #ff66ff);  
	background-color:#ff00ff;
	text-shadow: 1px 0px 1px #ff00ff;
	border: 1px solid #ff00ff;
}
.gd_lpk {
	background: -webkit-gradient(linear, left top, left bottom,from(#ff66ff),to(#ffccff));
	background: -moz-linear-gradient(top, #ff66ff, #ffccff);  
	background-color:#ff66ff;
	text-shadow: 1px 0px 1px #ff66ff;
	border: 1px solid #ff66ff;
}
.gd_br {
	background: -webkit-gradient(linear, left top, left bottom,from(#990000),to(#cc3300));
	background: -moz-linear-gradient(top, #990000, #cc3300);  
	background-color:#990000;
	text-shadow: 1px 0px 1px #990000;
	border: 1px solid #990000;
}
.gd_lbr {
	background: -webkit-gradient(linear, left top, left bottom,from(#cc6600),to(#cc9966));
	background: -moz-linear-gradient(top, #cc6600, #cc9966);  
	background-color:#cc6600;
	text-shadow: 1px 0px 1px #cc6600;
	border: 1px solid #cc6600;
}
.gd_dbr {
	background: -webkit-gradient(linear, left top, left bottom,from(#330000),to(#663333));
	background: -moz-linear-gradient(top, #330000, #663333);  
	background-color:#330000;
	text-shadow: 1px 0px 1px #330000;
	border: 1px solid #330000;
}
.gd_gy {
	background: -webkit-gradient(linear, left top, left bottom,from(#555777),to(#101533));
	background: -moz-linear-gradient(top, #555777, #101533);  
	background-color:#1f3310;
	text-shadow: 1px 0px 1px #1f3310;
	border: 1px solid #1f3310;
}
.gd_lgy {
	background: -webkit-gradient(linear, left top, left bottom,from(#999999),to(#cccccc));
	background: -moz-linear-gradient(top, #999999, #cccccc);  
	background-color:#999999;
	text-shadow: 1px 0px 1px #999999;
	border: 1px solid #999999;
}
.gd_go {
	background: -webkit-gradient(linear, left top, left bottom,from(#663300),to(#cc9900));
	background: -moz-linear-gradient(top, #663300, #cc9900);  
	background-color:#663300;
	text-shadow: 1px 0px 1px #663300;
	border: 1px solid #663300;
}

.bd_rd {
	border: 1px solid #ff0000;
}
.bd_or {
	border: 1px solid #ff6600;
}
.bd_ye {
	border: 1px solid #ffcc00;
}
.bd_lye {
	border: 1px solid #ffff00;
}
.bd_ygr {
	border: 1px solid #99ff00;
}
.bd_gr {
	border: 1px solid #00ff00;
}
.bd_em {
	border: 1px solid #006666;
}
.bd_lbl {
	border: 1px solid #0099cc;
}
.bd_bl {
	border: 1px solid #0066ff;
}
.bd_nv {
	border: 1px solid #0000ff;
}
.bd_pu {
	border: 1px solid #9900ff;
}
.bd_pk {
	border: 1px solid #ff00ff;
}
.bd_lpk {
	border: 1px solid #ff66ff;
}
.bd_br {
	border: 1px solid #990000;
}
.bd_lbr {
	border: 1px solid #cc6600;
}
.bd_dbr {
	border: 1px solid #330000;
}
.bd_gy {
	border: 1px solid #666666;
}
.bd_lgy {
	border: 1px solid #999999;
}
.bd_go {
	border: 1px solid #663300;
}
.bd_dot {
	border-style: dotted;
	border-width: 5px;
}

.bg_rd {
	background-color: #ffcccc;
}
.bg_ye {
	background-color: #ffffcc;
}
.bg_gr {
	background-color: #ccffcc;
}
.bg_bl {
	background-color: #ccffff;
}
.bg_pu {
	background-color: #ccccff;
}
.bg_pk {
	background-color: #ffccff;
}
.bg_br {
	background-color: #cc9966;
}
.bg_gy {
	background-color: #cccccc;
}
.bg_wh {
	background-color: #ffffff;
}

.fsty_n {
	font-style: normal;
}

.font150 {
	font-size: 1.5em;
}
.font120 {
	font-size: 1.2em;
}
.font100 {
	font-size: 1em;
}
.font90 {
	font-size: 0.9em;
}
.font80 {
	font-size: 0.8em;
}
.font70 {
	font-size: 0.7em;
}
.font60 {
	font-size: 0.6em;
}
.font50 {
	font-size: 0.5em;
}

.nfont {
	font-weight: normal;
}
.bfont {
	font-weight: bold;
}

.rdtext {
	color: #FF0000;
}
.whtext {
	color: #FFFFFF;
}
.gytext {
	color: #999999;
}
.bktext {
	color: #000000;
}

.tsd_wh {
	text-shadow: 1px 0px 1px #ffffff;
}
.tsd_gy {
	text-shadow: 1px 0px 1px #666666;
}
.tsd_bk {
	text-shadow: 1px 0px 1px #000000;
}

.textc {
	text-align: center;
}
.textr {
	text-align: right;
}
.textl {
	text-align: left;
}

.lsp-1{
	letter-spacing: -1px;
}
.lsp-2{
	letter-spacing: -2px;
}
.lsp-3{
	letter-spacing: -3px;
}
.lsp-4{
	letter-spacing: -4px;
}
.lh100 {
	line-height: 100%;
}
.lh200 {
	line-height: 200%;
}

.mgauto {
	margin-right: auto;
	margin-left: auto;
}

.mg0 {
	margin: 0;
}
.mgt0 {
	margin-top: 0;
}
.mgb0 {
	margin-bottom: 0;
}
.mgr0 {
	margin-right: 0;
}
.mgl0 {
	margin-left: 0;
}
.mgtb0 {
	margin-top: 0;
	margin-bottom: 0;
}
.mglr0 {
	margin-right: 0;
	margin-left: 0;
}
.mg1 {
	margin: 1%;
}
.mgt1 {
	margin-top: 1%;
}
.mgb1 {
	margin-bottom: 1%;
}
.mgr1 {
	margin-right: 1%;
}
.mgl1 {
	margin-left: 1%;
}
.mgtb1 {
	margin-top: 1%;
	margin-bottom: 1%;
}
.mglr1 {
	margin-right: 1%;
	margin-left: 1%;
}
.mg2 {
	margin: 2%;
}
.mgt2 {
	margin-top: 2%;
}
.mgb2 {
	margin-bottom: 2%;
}
.mgr2 {
	margin-right: 2%;
}
.mgl2 {
	margin-left: 2%;
}
.mgtb2 {
	margin-top: 2%;
	margin-bottom: 2%;
}
.mglr2 {
	margin-right: 2%;
	margin-left: 2%;
}
.mg3 {
	margin: 3%;
}
.mgt3 {
	margin-top: 3%;
}
.mgb3 {
	margin-bottom: 3%;
}
.mgr3 {
	margin-right: 3%;
}
.mgl3 {
	margin-left: 3%;
}
.mgtb3 {
	margin-top: 3%;
	margin-bottom: 3%;
}
.mglr3 {
	margin-right: 3%;
	margin-left: 3%;
}
.pd0 {
	padding: 0;
}
.pdt0 {
	padding-top: 0;
}
.pdb0 {
	padding-bottom: 0;
}
.pdr0 {
	padding-right: 0;
}
.pdl0 {
	padding-left: 0;
}
.pdtb0 {
	padding-top: 0;
	padding-bottom: 0;
}
.pdlr0 {
	padding-right: 0;
	padding-left: 0;
}
.pd1 {
	padding: 1%;
}
.pdt1 {
	padding-top: 1%;
}
.pdb1 {
	padding-bottom: 1%;
}
.pdr1 {
	padding-right: 1%;
}
.pdl1 {
	padding-left: 1%;
}
.pdtb1 {
	padding-top: 1%;
	padding-bottom: 1%;
}
.pdlr1 {
	padding-right: 1%;
	padding-left: 1%;
}
.pd2 {
	padding: 2%;
}
.pdt2 {
	padding-top: 2%;
}
.pdb2 {
	padding-bottom: 2%;
}
.pdr2 {
	padding-right: 2%;
}
.pdl2 {
	padding-left: 2%;
}
.pdtb2 {
	padding-top: 2%;
	padding-bottom: 2%;
}
.pdlr2 {
	padding-right: 2%;
	padding-left: 2%;
}
.pd3 {
	padding: 3%;
}
.pdt3 {
	padding-top: 3%;
}
.pdb3 {
	padding-bottom: 3%;
}
.pdr3 {
	padding-right: 3%;
}
.pdl3 {
	padding-left: 3%;
}
.pdtb3 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.pdlr3 {
	padding-right: 3%;
	padding-left: 3%;
}

.d_blk {
	display: block;
}

.d_inl {
	display: inline;
}

.d_ibl {
	display: inline-block;
}

.d_tbl {
	display: table;
	width: 96%;
}
.d_tbc {
	display: table-cell;
	vertical-align: middle;
}

.bd0 {
	border: none;
}

.wauto {
	width: auto;
}
.w100 {
	width: 100%;
}
.w95 {
	width: 95%;
}
.w90 {
	width: 90%;
}
.w85 {
	width: 85%;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}
.w70 {
	width: 70%;
}
.w65 {
	width: 65%;
}
.w60 {
	width: 60%;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.w15 {
	width: 15%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}

.flt_r {
	float: right;
}
.flt_l {
	float: left;
}

.clear_b {
	clear: both;
}
.clear_r {
	clear: right;
}
.clear_l {
	clear: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	display: block;
}

.rad5 {
	border-radius: 5px 5px 5px 5px;
}
.rad10 {
	border-radius: 10px 10px 10px 10px;
}

.boxsd {
	-moz-box-shadow: #cccccc 0px 1px 1px 1px;
	-webkit-box-shadow: #cccccc 0px 1px 1px 1px;
	box-shadow: #cccccc 0px 1px 1px 1px;
}


.radius{
	border-radius:100px;
}
.mgn_btm{
	margin-bottom:1em;
	text-align:center;
}
.con_title{
	background-color:#101c33;
	padding:3% 0px;
}
.bold{
	
	font-weight:bold;
}
.offw{
	color:#efefbb;
}
.tobasi{
	display:none;
	text-indent:-9999px;
}
.atcl_index{
	background-image:url("/img/bg_busho_atcl.png");
	background-size: cover;
	text-align: center;
}
.btn_maru_cha{
	background-color:#507e0e;
	background-image:url("/img/icon_cha.gif");
	background-size:100%;
	text-align:center;
	border-radius:100px;
	display:inline-block;
	vertical-align:middle;
	width:65px;
	height:65px;
	margin:2% 0px;
	-moz-box-shadow: #666666 1px 3px 3px 0px;
	-webkit-box-shadow: #666666 1px 3px 3px 0px;
	box-shadow: #666666 1px 3px 3px 0px;
}
.btn_maru_cha a{
	display:block;
	padding:12px 0px;
	width:100%;
	height:40px;
	font-size:14px;
	line-height:20px;
	color:#efefbb;
	font-weight:bold;
	text-shadow:#000000 2px 3px 1px;
}

.btn_normal{
	background-color:#dad0aa;
	background:-webkit-gradient(radial, left bottom,0, left bottom,300,from(#aa9866),to(#dad0aa));
	background: -moz-radial-gradient(left bottom,circle cover, #aa9866, #dad0aa); 
	border:3px solid #6f3c00;
	text-shadow: 1px 0px 1px #998044;
}
.btn_normal a:link,.btn_normal a:visited{
	color:#000e33;
}
.btn_dogu{
	display:inline-block;
	vertical-align:middle;
	border-radius:100px;
	width:50px;
	height:50px;
	margin:0px 3%;
	-moz-box-shadow: #554b33 1px 3px 3px 0px;
	-webkit-box-shadow: #554b33 1px 3px 3px 0px;
	box-shadow: #554b33 1px 3px 3px 0px;
}
.btn_dogu20_txt{
	display:inline-block;
	width:50%;
	vertical-align:middle;
	color:#113300;
	font-weight:bold;
	letter-spacing:-2px;
	text-shadow:#666644 1px 1px 1px;
}
.btn_dogu20{
	display:inline-block;
	vertical-align:middle;
	border-radius:20px;
	width:80px;
	height:60px;
	margin:2%;
	-moz-box-shadow: #554b33 1px 3px 3px 0px;
	-webkit-box-shadow: #554b33 1px 3px 3px 0px;
	box-shadow: #554b33 1px 3px 3px 0px;

}
.btn_dogu20 a{
	display:block;
	border-radius:20px;
	width:100%;
	height:100%;
	font-size:normal;
	font-weight:bold;
	line-height:27px;
	color:#efefbb;
	letter-spacing:-1px;
	text-shadow:#113300 1px 1px 1px;
	vertical-align:bottom;
}
.bg_dogu20_01{
	background-image:url("/img/machiuke-1.gif");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
.bg_dogu20_02{
	background-image:url("/img/machiuke-2.gif");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
.bg_dogu20_03{
	background-image:url("/img/machiuke-3.gif");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}
.small{
	font-size:small;
}
.bold{
	font-weight:bold;
}
hr{
	margin:0.5em 0px;
	border:transparent;
	border-top:1px solid #667755;
	clear:both;
}
.midashi{
	background:-webkit-gradient(radial, left bottom,0, left bottom,300,from(#aaaa66),to(#dadaaa));
	background:-moz-radial-gradient(left bottom,circle cover, #aaaa66, #dadaaa); 
	background-color:#dadaaa;
	border-top:3px solid #1f3310;
	border-bottom:3px solid #1f3310;
	text-shadow: 1px 0px 1px #999944;
	color:#113300;
}
.komidashi{
	font-weight:bold;
	font-size:100%;
	color:#113300;
	margin-top:0.5em;
	text-align:left;
	background-color:#dadaaa;
	background:-webkit-gradient(radial, left bottom,0, left bottom,300,from(#aaaa66),to(#dadaaa));
	background: -moz-radial-gradient(left bottom,circle cover, #aaaa66, #dadaaa); 
	border:transparent;
	border-top:2px solid #6f5f00;
	border-bottom:2px solid #6f5f00;
	padding:1% 2%;
	text-shadow: 1px 0px 1px #999944;
}
.tomei{
	border:transparent;
	margin:0px;
	padding:0px;
}
.red{
	color:#ff0000;
}

#title{
	font-size:1em;
	padding:2%;
	color:#ffffff;
	font-weight:bold;
}

#menu{
	display: inline-block;
	border-radius: 3px 3px 3px 3px;
	padding: 0;
	width: 20%;
	text-align: center;
	font-size:0.9em;
	font-weight: bold;
	color: #ffffff;
	float: right;
}
#menu a:link,#menu a:visited {
	color:#ffffff;
}