@charset "Shift_JIS";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	text-align: center;
	background-color: #EAEAEA;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック";
}

a {  
	color: #0000ff; text-decoration: underline;
}

a:hover {
	color: #ff9900; }


.center {
	margin-bottom: 50px;
}

#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006e9c;
	padding-top: 8px;
	padding-bottom: 20px;
}
#header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	margin-bottom: 0px;
}
#header p{
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 22px;
	padding-bottom: 35px;
}
h1#kanban {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 80px;
	padding-bottom: 50px;
	width: 750px;
}
h1#text {
	text-align: left;
	color: #FFFFFF;
	font-size: 33px;
	font-weight: bold;
	padding-left: 21px;
	padding-top: 70px;
	padding-bottom: 10px;
}
#contents {
	vertical-align: top;
	width: 720px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
	line-height: 150%;
	margin-bottom: 0px;
}
#contents p{
	padding-bottom: 15px;

}
#contents #main {
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#gadgets  {
	margin-bottom: 100px;
}

#bottan {
	color: #ffffff;
}

.bottan {
	border-style: none;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2,h3 {
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	line-height:170%;
	text-align:center;
	margin:40px 0 0;
	padding:5px 0 40px;
	background: transparent url(img/h2.jpg)  no-repeat center 0;
}




.hbtx1{
	color:#333333;
	text-align: left;
	font-size:15px;
	line-height:150%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 80px;
	padding:20px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
        word-break: break-all
}
	

.hbtx2{
	color:#333333;
	text-align: left;
	font-size:16px;
	line-height:150%;
	font-weight:normal;
	width: 630px;
	margin-top: 5px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
        word-break: break-all
}


.check {
	width: 500px;
	border: 1px solid #a5a5a5;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding:10px;
	text-align: left;
}

.check .title {
	font-size: 18px;
	color: #ff0000;
	background-image: url(img/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
}
.check .text {
	font-size: 15px;
	line-height:180%;
	margin-bottom: 12px;
	padding-left: 28px;
}

#main .unei {
	width: 500px;
	margin-right: 59px;
	margin-left: 59px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 1px;
}
.unei caption {
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.unei th {
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	width: 140px;
}
.unei td {
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/footer.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 780px;
	padding-top: 20px;
	padding-bottom: 20px;
}



.clear_all {
	clear: both;
	height: 1px;
}

.clear_left {
	clear: left;
	height: 1px;
}

.clear_right {
	clear: right;
	height: 1px;
}

.margin_l20b20 {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.margin_r20b20 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.banner1 {
	margin-bottom: 20px;
}

.banner2 {
	margin-bottom: 6px;
}

.black_b12 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.black12 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.black14 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

.black_b14 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.black16 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.black_b16 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.black18 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.black_b18 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.black20 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
}

.black_b20 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.white12 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.white_b12 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.white14 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

.white_b14 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.white16 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

.white_b16 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.white18 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

.white_b18 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.white20 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

.white_b20 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.red12 {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
}

.red_b12 {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.red14 {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
}

.red_b14 {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.red16 {
	color: #ff0000;
	font-size: 16px;
	font-weight: normal;
}

.red_b16 {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.red18 {
	color: #ff0000;
	font-size: 18px;
	font-weight: normal;
}

.red_b18 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.red20 {
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
}

.red_b20 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

.blue12 {
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
}

.blue_b12 {
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}

.blue14 {
	color: #0000FF;
	font-size: 14px;
	font-weight: normal;
}

.blue_b14 {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}

.blue16 {
	color: #0000FF;
	font-size: 16px;
	font-weight: normal;
}

.blue_b16 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}

.blue18 {
	color: #0000FF;
	font-size: 18px;
	font-weight: normal;
}

.blue_b18 {
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
}

.blue20 {
	color: #0000FF;
	font-size: 20px;
	font-weight: normal;
}

.blue_b20 {
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
}

.yellow12 {
	color: #FFFF00;
	font-size: 12px;
	font-weight: normal;
}

.yellow_b12 {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

.yellow14 {
	color: #FFFF00;
	font-size: 14px;
	font-weight: normal;
}

.yellow_b14 {
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
}

.yellow16 {
	color: #FFFF00;
	font-size: 16px;
	font-weight: normal;
}

.yellow_b16 {
	color: #FFFF00;
	font-size: 16px;
	font-weight: bold;
}

.yellow18 {
	color: #FFFF00;
	font-size: 18px;
	font-weight: normal;
}

.yellow_b18 {
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
}

.yellow20 {
	color: #FFFF00;
	font-size: 20px;
	font-weight: normal;
}

.yellow_b20 {
	color: #FFFF00;
	font-size: 20px;
	font-weight: bold;
}

.green12 {
	color: #009900;
	font-size: 12px;
	font-weight: normal;
}

.green_b12 {
	color: #009900;
	font-size: 12px;
	font-weight: bold;
}

.green14 {
	color: #009900;
	font-size: 14px;
	font-weight: normal;
}

.green_b14 {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
}

.green16 {
	color: #009900;
	font-size: 16px;
	font-weight: normal;
}

.green_b16 {
	color: #009900;
	font-size: 16px;
	font-weight: bold;
}

.green18 {
	color: #009900;
	font-size: 18px;
	font-weight: normal;
}

.green_b18 {
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}

.green20 {
	color: #009900;
	font-size: 20px;
	font-weight: normal;
}

.green_b20 {
	color: #009900;
	font-size: 20px;
	font-weight: bold;
}

.orange12 {
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
}

.orange_b12 {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}

.orange14 {
	color: #FF9900;
	font-size: 14px;
	font-weight: normal;
}

.orange_b14 {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}

.orange16 {
	color: #FF9900;
	font-size: 16px;
	font-weight: normal;
}

.orange_b16 {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
}

.orange18 {
	color: #FF9900;
	font-size: 18px;
	font-weight: normal;
}

.orange_b18 {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
}

.orange20 {
	color: #FF9900;
	font-size: 20px;
	font-weight: normal;
}

.orange_b20 {
	color: #FF9900;
	font-size: 20px;
	font-weight: bold;
}

.gray12 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.gray_b12 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.gray14 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}

.gray_b14 {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.gray16 {
	color: #999999;
	font-size: 16px;
	font-weight: normal;
}

.gray_b16 {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}

.gray18 {
	color: #999999;
	font-size: 18px;
	font-weight: normal;
}

.gray_b18 {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
}

.gray20 {
	color: #999999;
	font-size: 20px;
	font-weight: normal;
}

.gray_b20 {
	color: #999999;
	font-size: 20px;
	font-weight: bold;
}

.lightblue12 {
	color: #00FFFF;
	font-size: 12px;
	font-weight: normal;
}

.lightblue_b12 {
	color: #00FFFF;
	font-size: 12px;
	font-weight: bold;
}

.lightblue14 {
	color: #00FFFF;
	font-size: 14px;
	font-weight: normal;
}

.lightblue_b14 {
	color: #00FFFF;
	font-size: 14px;
	font-weight: bold;
}

.lightblue16 {
	color: #00FFFF;
	font-size: 16px;
	font-weight: normal;
}

.lightblue_b16 {
	color: #00FFFF;
	font-size: 16px;
	font-weight: bold;
}

.lightblue18 {
	color: #00FFFF;
	font-size: 18px;
	font-weight: normal;
}

.lightblue_b18 {
	color: #00FFFF;
	font-size: 18px;
	font-weight: bold;
}

.lightblue20 {
	color: #00FFFF;
	font-size: 20px;
	font-weight: normal;
}

.lightblue_b20 {
	color: #00FFFF;
	font-size: 20px;
	font-weight: bold;
}
.skyblue_b20 {
	color: #1c82b1;
	font-size: 20px;
	font-weight: bold;
}

.back_12 {
	background-color: #FFFF33;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.back_14 {
	background-color: #FFFF33;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.back_16 {
	background-color: #FFFF33;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.back_18 {
	background-color: #FFFF33;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.back_20 {
	background-color: #FFFF33;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.back_16aka {
	background-color: #FFFF33;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
.gold_b25 {
	color: #cc7202;
	font-size: 25px;
	font-weight: bold;
}
.b_25 {
	font-size: 25px;
	font-weight: bold;
}
