@charset "UTF-8";

/* ++++++ BASIC STRUCTURE ++++++ */

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

html {
	height: 100%;
}

body {
	height: 100%;
	color:#333333;
	text-align:center;
}

body, table, caption, th, td, form, input, textarea {
	font-size:12px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ ゴシック",sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}

/*  \*/

* html body, * html table, * html caption, * html th, * html td, * html form, * html input, * html textarea {
	font-size:12px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}

/*  */
/*
a {
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color: #0033FF;
}

a:visited {
	text-decoration:none;
	color: #CC0000;
}

a:hover {
	text-decoration:none;
	text-decoration: underline;
}
*/

div, th, td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table, img {
	border:0px none transparent;
}

table {
	border-collapse:collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: text-bottom;
}

textarea, input[type=text], input[type=search], input[type=password]{
	color: #555555;
	outline: none;
	border: solid 1px #DCDCDC;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset 1px 2px 5px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 2px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 2px 5px -3px rgba(0,0,0,0.2);
}

/*for WebKit*/
::-webkit-input-placeholder {
    color: #cdcdcd;
}

/*for Firefox*/
:-moz-placeholder {
    color: #cdcdcd;
}

/*for IE10*/
input:-ms-input-placeholder {
	color: #cdcdcd;
}

h1 {
	font-size: 16px;
	color: #333333;
	font-weight: lighter;
}

.red {
	color: #FF0000;
}

.blue {
	color: #3399FF;
}

.grey {
	color: #999999;
}

.mb3 {
	margin-bottom: 3px;
}

.al_l {
	text-align: left;
}

.al_r {
	text-align: right;
}

.mgl10 {
	margin-left: 10px;
}

.mgt10 {
	margin-top: 10px;
}

.w100 {
	width: 100px;
}

.w40pc {
	width: 40%;
}

/* ++++++ LAYOUT ++++++ */

#underbox {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #f9f9f9;
	text-align:center;
}

body > #underbox {
	height: auto;
}

* html #underbox {
	height: 100%;
}

.div_tb {
	display: table;
	width: 100%;
}

.tb_cell {
	display: table-cell;
}

#header {
	background-color:#008000;
	/*background-image: url("../images/logo_168.png");
	background-position: 20px 10px;
	background-repeat: no-repeat;
	background-size: 168px 54px;*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
	height: 75px;
	text-align: left;
}

/* login4.html用 */
#header2 {
	background-color:#000000;
	/*background-image: url("../images/logo_168.png");
	background-position: 20px 10px;
	background-repeat: no-repeat;*/
	background-size: 168px 54px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
	height: 75px;
	text-align: left;
}
/* ここまでlogin4.html用 */

.c_copy {
	margin-top: 10px;
}

#user {
 	position: relative;
	background-image: url("../images/logo_168b.png");
	background-position: 20px 16px;
	/*background-position: 20px 10px;*/
	background-repeat: no-repeat;
	background-size: 168px 41px;
	/*background-size: 168px 54px;*/
	text-align:center;
	width: 100% !important;
	width: 980px;
	max-width: 1280px;
	min-width: 980px;
	height: 75px;
	margin: 0 auto 0;
}

/* regi_content3.html */

#menu_cell {
	text-align: right;
	padding-right: 20px;
}

#menu_cell a {
	display: inline-block;
	height: 55px;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 10px;
	border: solid 1px #589f50;
	border-radius: 3px;
	text-align: center;
	text-indent: 35px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 55px;
	text-decoration: none;
}

#menu_cell a#upload {
	background-image: url("../images/upload.png");
	background-image: url("../images/upload.png"), linear-gradient(#589f50, #008000);
	background-image: url("../images/upload.png"), -webkit-gradient(linear, left top, left bottom, from(#589f50), to(#008000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF589f50', endColorstr='#FF008000');
}

#menu_cell a#history {
	background-image: url("../images/history.png");
	background-image: url("../images/history.png"), linear-gradient(#589f50, #008000);
	background-image: url("../images/history.png"), -webkit-gradient(linear, left top, left bottom, from(#589f50), to(#008000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF589f50', endColorstr='#FF008000');
}

#menu_cell a:hover {
	border: solid 1px #76B771;
}

#menu_cell a#upload:active {
	background-image: url("../images/upload.png");
	background-image: url("../images/upload.png"), linear-gradient(#008000, #006000);
	background-image: url("../images/upload.png"), -webkit-gradient(linear, left top, left bottom, from(#008000), to(#006000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF008000', endColorstr='#FF006000');
	border: solid 1px #006000;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
}

#menu_cell a#history:active {
	background-image: url("../images/history.png");
	background-image: url("../images/history.png"), linear-gradient(#008000, #006000);
	background-image: url("../images/history.png"), -webkit-gradient(linear, left top, left bottom, from(#008000), to(#006000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF008000', endColorstr='#FF006000');
	border: solid 1px #006000;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
}

#user_stat3 {
	width: 350px;
	text-align: right;
	vertical-align: middle;
	/*color: #E9F9DE;*/
	color: #DCDCDC;
}

#ustat_tb3 {
	/*background-color: #589f50;*/
	background-color: #555555;
	border-collapse: separate;
	border-radius: 3px;
	/*border: solid 2px #589f50;*/
	border: solid 2px #000000;
	border-spacing: 0;
}

#ustat_tb3 td, #ustat_tb3 th {
	height: 15px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

#ustat_tb3 th {
	width: 120px;
	border-right: solid 2px #000000;
}

#ustat_tb3 td {
	width: 220px;
}

#logout_cell3 {
	width: 150px;
	vertical-align: middle;
	text-align: right;
}

input[type=text].ustat3 {
	background-color: transparent;
	width: 200px;
	border: none 1px transparent;
	color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    padding-left: 5px;
}

/* regi_content3.html ここまで */

#user_stat {
	width: 420px;
	text-align: right;
	vertical-align: middle;
	color: #E9F9DE;
}

#ustat_tb {
	background-color: #589f50;
	border-collapse: separate;
	border-radius: 3px;
	border: solid 2px #589f50;
	border-spacing: 0;
}

#ustat_tb td, #ustat_tb th {
	height: 15px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

#ustat_tb th {
	width: 150px;
	border-right: solid 2px #008000;
}

#ustat_tb td {
	width: 300px;
}

input[type=text].ustat {
	background-color: transparent;
	border: none 1px transparent;
	color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    padding-left: 5px;
}

#logout_cell {
	width: 200px;
	vertical-align: middle;
	text-align: right;
}

#logout {
	display: inline-block;
	width: 120px;
	height: 40px;
	/*background-image: url("../images/logout_dark.png");
	background-image: url("../images/logout_dark.png"), linear-gradient(#589f50, #008000);
	background-image: url("../images/logout_dark.png"), -webkit-gradient(linear, left top, left bottom, from(#589f50), to(#008000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;*/
	background: linear-gradient(#589f50, #008000);
	background: -moz-linear-gradient(#589f50, #008000);
	background: -webkit-gradient(linear, left top, left bottom, from(#589f50), to(#008000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF589f50', endColorstr='#FF008000');
	margin-right: 10px;
	border: solid 1px #589f50;
	border-radius: 3px;
	/*text-align: center;*/
	text-align: left;
	vertical-align: middle;
	/*text-indent: 32px;*/
	color: #FFFFFF;
	font-size: 13px;
	line-height: 40px;
	text-decoration: none;
}

#logout:hover {
	border: solid 1px #76B771;
}

#logout:active {
	/*background-image: url("../images/logout_dark.png");
	background-image: url("../images/logout_dark.png"), linear-gradient(#008000, #006000);
	background-image: url("../images/logout_dark.png"), -webkit-gradient(linear, left top, left bottom, from(#008000), to(#006000));
	background-position: 0 center, 0 0;
	background-size: 32px 32px, 100% 100%;
	background-repeat: no-repeat;*/
	background: linear-gradient(#008000, #006000);
	background: -moz-linear-gradient(#008000, #006000);
	background: -webkit-gradient(linear, left top, left bottom, from(#008000), to(#006000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF008000', endColorstr='#FF006000');
	border: solid 1px #006000;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
}

#logout img {
	vertical-align: middle;
	margin-right: 5px;
}

#top_container {
 	position: relative;
	text-align:center;
	width: 100% !important;
	width: 980px;
	max-width: 1280px;
	min-width: 980px;
	height: 660px;
	min-height: 660px;
	margin: 20px auto 0;
}

#container {
  	position: relative;
	text-align:center;
	width: 100% !important;
	width: 980px; /* for ie 6 */
	max-width: 1280px;
	min-width: 980px;
	/*height: auto !important;*/
	height: 100%;
	min-height: 100%;
	margin: 0px auto 0px;
	padding-bottom: 120px;
}

.row_div {
	display: table-row;
}

#brand_div {
	display: table-cell;
	/*background-color: #FFCC99;*/
	vertical-align: top;

}

#login_box {
	display: table-cell;
	/*background-color: #FFCCFF;*/
	width: 400px;
}

#login_boad {
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	height: 300px;
	margin: 10px;
	padding: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
    border-radius: 3px;
}

#image_board {
	height: 400px;
	margin: 10px;
	background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}

/* login2.html用 */
#main_board {
	display: table;
	height: 400px;
	margin: 10px;
}

.image_board2 {
	display: table-cell;
	height: 400px;
	margin: 0;
	background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
    text-align: left;
    line-height: 1.6em;
}

.spacer {
	display: table-cell;
	width: 10px;
}

.im_div {
	max-width: 385px;
}

.im_ttl {
	padding: 20px 20px 0;
	font-size: 20px;
	font-weight: normal;
}

.im_cr {
	text-align: right;
	padding: 0 20px 0;
	font-size: 11px;
	color: #999999;
}

.im_body {
	max-width: 385px;
	padding: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
/* login2.html用ここまで */

#info_board {
	margin: 10px;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}

#info_board li {
	list-style: none inside;
	font-size: 15px;
	line-height: 1.6em;
	color: #999999;
}

#login_ttl {
	height: 40px;
	font-size: 20px;
	line-height: 30px;
}

.top_inp {
	height: 35px;
	width: 300px;
	margin-bottom: 20px;
	padding: 3px 5px 3px;
	font-size: 18px;
}

#login {
	background-color: #F0F0F0;
	background-color: rgba(240,240,240,0.7);
	padding: 30px 20px 20px;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}

#btn_div {
	text-align: right;
	padding-right: 10px;
}

.btn_m {
	width: 180px;
	height: 40px;
	background: linear-gradient(#6D84B6, #2F4B89);
	background: -moz-linear-gradient(#6D84B6, #2F4B89);
	background: -webkit-gradient(linear, left top, left bottom, from(#6D84B6), to(#2F4B89));
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#DDDDDD', Direction=145, Strength=3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF6D84B6', endColorstr='#FF2F4B89');
	border-bottom: solid 1px #263D70;
	border-right: solid 1px #2A447C;
	border-top: solid 1px #A4B9E4;
	border-left: solid 1px #859FD8;
	border-radius: 3px;
	font-size: 20px;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.6);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.6);
    
    
}

.btn_m:active {
	background: linear-gradient(#263D70, #2F4B89);
	background: -moz-linear-gradient(#263D70, #2F4B89);
	background: -webkit-gradient(linear, left top, left bottom, from(#263D70), to(#2F4B89));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF263D70', endColorstr='#FF2F4B89');
	border: solid 1px #1C305A;
	
}

#menu {
	display: table-cell;
	/*width: 230px;*/
	max-width: 360px;
	min-width: 230px;
	width: 23%;
	vertical-align: top;
	/*background-color: #CCCC00;*/
}

/* regi_content2.html */

#user_stat2 {
	width: 100%;
}

#ustat_tb2 {
	width: 100%;
	border: solid 1px #ECECEC;
	border-collapse: separate;
	border-radius: 0 0 3px 3px;
	border-spacing: 0;
}

#ustat_tb2 td, #ustat_tb2 th {
	height: 35px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

#ustat_tb2 th {
	background-color: #F9F9F9;
	border-bottom: solid 1px #ECECEC;
	border-top: solid 1px #ECECEC;
}

#ustat_tb2 td {

}

#ustat_tb2 caption {
	background-color: #555555;
	border-radius: 3px 3px 0 0;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}

input[type=text].ustat2 {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none 1px transparent;
	color: #555555;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    padding-left: 5px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

/* regi_content2.html ここまで */

#submit_menu {
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	margin: 10px;
	padding: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
    border-radius: 3px;
}

#submit_menu dt {
	height: 40px;
}

#submit_menu a {
	display: block;
	height: 35px;
	border: solid 1px #ECECEC;
	background-color: #F9F9F9;
	border-radius: 3px;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	color: #333333;
	text-align: left;
	padding-left: 10px;
}

#submit_menu a:hover {
	background-color: #33B5E5;
	background-color: rgba(51,181,229,0.4);
	color: #FFFFFF;
}

#submit_menu a:active {
	background-color: #FF4444;
	background-color: rgba(255,68,68,0.4);
	color: #FFFFFF;
}

#submit_menu img {
	margin-right: 10px;
}

#form_div {
	display: table-cell;
	/*width: 750px;*/
	max-width: 980px;
	min-width: 750px;
	width: 77%;
	/*background-color: #FFCC99;*/
	vertical-align: top;
}

#form_board {
	margin: 10px;
	background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    box-shadow: 1px 1px 2px rgba(125, 125, 125, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
    border-radius: 3px;
    padding: 20px;
}

#form_board > h1 {
	background-color: #000000;
	border-left: solid 20px #008000;
	border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
	text-align: left;
	font-size: 20px;
	color: #F9F9F9;
	line-height: 2em;
	text-indent: 0.5em;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.4), 2px 2px 2px rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.form_group {
	margin-top: 20px;
	padding: 10px 10px 0;
}

#form_board p {
	margin: 0 0 10px;
	text-align: left;
}

.step_txt {
	background-color: #C6C6C6;
	padding: 7px 20px 7px;	
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 15px;
}

/* regi_content3.html */
.step_txt3 {
	width: 70%;
	min-width: 780px;
	background-color: #C6C6C6;
	padding: 7px 20px 7px;	
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 15px;
}
/* ここまでregi_content3.html */
.caution {
	text-align: right !important;
	color: #CC0000;
}

.nm {
	padding-left: 1em;
}

.steps {
	color: #000000;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.form_tb {
	width: 100%;
	/*border: solid 1px #F0F0F0;*/
}

.form_tb th, .form_tb td {
	border: solid 1px #F0F0F0;
	padding: 5px 10px 5px;
	font-size: 14px;
}

.form_tb th {
	/*background-color: #C4A97E;*/
	background-color: #555555;
	color: #FFFFFF;
}

.form_tb td {
	text-align: left;
}

.col1st {
	background-color: #F9F9F9;
	width: 20%;
}

.btn_group {
	padding: 10px;
	text-align: right;
}

/* 履歴画面用 */

a.h_cnt_link {
	display: inline-block;
	background: linear-gradient(#F9F9F9, #ECECEC);
	background: -moz-linear-gradient(#F9F9F9, #ECECEC);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
	/*margin-bottom: 3px;*/
	padding: 2px 5px 1px;
	border: solid 1px #CCCCCC;
	border-radius: 2px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}

a.h_cnt_link:hover {
	background: linear-gradient(#FFFFFF, #F9F9F9);
	background: -moz-linear-gradient(#FFFFFF, #F9F9F9);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9));
}

a.h_cnt_link:active {
	position: relative;
	left: 1px;
	top: 1px;
	background: linear-gradient(#FCF2F2, #FFD3D3);
	background: -moz-linear-gradient(#FCF2F2, #FFD3D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCF2F2), to(#FFD3D3));
	border: solid 1px #F2B1B1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.h_img_link {
	display: inline-block;
	background-color: #FFFFFF;
	margin-bottom: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(125, 125, 125, 0.4);
    box-shadow: 2px 2px 5px rgba(125, 125, 125, 0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=4);
}

a.h_img_link:hover {
	background-color: #FFFFFF;
}

a.h_img_link img:hover {
	opacity: 0.7;
}

a.h_img_link img:active {
	opacity: 1;	
	position: relative;
	left: 2px;
	top: 2px;
}

#dl_tb {

}

#dl_tb tr:nth-child(2n+1) {
	background-color: #F9F9F9;
}

#dl_tb th, #dl_tb td {
	border: solid 1px #F0F0F0;
	padding: 3px 5px 3px;
	font-size: 13px;
	letter-spacing: 0.05em;
}

#dl_tb td.tdate {
	letter-spacing: 0em;
	font-size: 12px;
}

.edit_btn {
	display: inline-block;
	background: linear-gradient(#F9F9F9, #ECECEC);
	background: -moz-linear-gradient(#F9F9F9, #ECECEC);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
	padding: 2px 5px 1px;
	border: solid 1px #CCCCCC;
	border-radius: 2px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#E0E0E0', Direction=145, Strength=3);
}


.edit_btn:hover {
	background: linear-gradient(#FFFFFF, #F9F9F9);
	background: -moz-linear-gradient(#FFFFFF, #F9F9F9);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9));
}

.edit_btn:active {
	position: relative;
	left: 1px;
	top: 1px;
	background: linear-gradient(#FCF2F2, #FFD3D3);
	background: -moz-linear-gradient(#FCF2F2, #FFD3D3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCF2F2), to(#FFD3D3));
	border: solid 1px #F2B1B1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dis_btn {
	display: inline-block;
	background-color: #F5F5F5;
	padding: 2px 5px 1px;
	border: solid 1px #E0E0E0;
	border-radius: 2px;
	font-size: 12px;
	color: #C3C3C3;
	text-decoration: none;
}

.preform {
	padding-bottom: 10px;
}

.no_rtd {
	border-right: none 0 transparent !important;
}

.no_ltd {
	border-left: none 0 transparent !important;
}

.no_ltdr {
	border-left: none 0 transparent !important;
	text-align: right !important;
}

.b_col1st {
	width: 65px;
}

.btn2by2 {
	width: 220px;
	text-align: center !important;
}

.example {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	text-indent: 3em;
}

.txt_inp {
	height: 25px;
	width: 100%;
	padding: 3px 5px 3px;
	font-size: 15px;
}

.inltd {
	width: 40%;
	background-color: #F9F9F9;
}

/* ++++++ FOOTER ++++++ */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
	background-color:#DEE1B6;
	text-align: center;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

/* login4.html用 */
#footer2 {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
	background-color:#D0D0D0;
	border-top: solid 1px #000000;
	text-align: center;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
/* ここまでlogin4.html用 */

#foot_cont {
 	position: relative;
	text-align:center;
	width: 100% !important;
	width: 980px;
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto 0;
	padding: 20px;
}

#flink_div {
	margin-bottom: 10px;
	text-align: left;
}

#credit {
	text-align: right;
	color: #008000;
}

a.footlink {  
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	padding: 2px 10px 2px;
	background-color: #F9F9F9;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	text-decoration: none;
	color: #999999;
	color: rgba(0,0,0,0.5);
}

a.footlink:hover {
	color: rgba(0,0,0,1.0);
}
