@charset "utf-8";
/* CSS Document */

@import "./pages.css";

html,body
{
	height:100%;
}

body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd
{
	margin:0px;
	padding:0px;
}

em
{
	visibility:hidden;
}

body
{
	position:relative;
	left:0;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:13px;
	line-height:150%;
	color:#000000;
	overflow-x:hidden;
}

.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	padding:0;
	margin:0;
}

a:link,a:visited
{
	color:#003366;
	text-decoration:underline;
}

a:active,a:hover
{
	color:#CC3333;
	text-decoration:none;
}

.alignL
{
	text-align:left;
}

.alignC
{
	text-align:center;
}

.alignR
{
	text-align:right;
}

.caution
{
	color:#FF0004;
}

.attention
{
	color:#FF0004;
	text-decoration:underline;
}

.big
{
	font-size: 140%;
	line-height: 120%;
}

.public
{
	color:#FFFFFF;
}

.unpublic
{
	color:#E5E5E5;
}

/*====================================================
/*　レイアウト
/*==================================================*/
#header
{
	background:#22221E;
	padding:20px 0;
}

#header_main
{
	overflow:hidden;
	width:62%;
	color:#FFF;
	background:url(../img/logo.png) no-repeat 20px center;
	margin:0 auto;
	padding:0 20px 0 80px;
}

#header_main .left_box
{
	float:left;
}

#header_main .right_box
{
	overflow:hidden;
	clear:left;
	font-size:90%;
}

#header_main h1
{
	float:left;
	font-size:20px;
	line-height:120%;
	text-align:left;
	margin-right:15px;
	margin-bottom:5px;
	padding-top:6px;
}

#header_main h1 a
{
	color:#FFFFFF;
	text-decoration:none;
}

#header_main .button_open a
{
	display:block;
	height:20px;
	background:#D92C2F;
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	text-decoration:none;
}
#header_main .button_open a:hover
{
	background:#FF484B;
}
#header_main .button_open i
{
	margin-right:5px;
}

#header_main p
{
	float:left;
	margin-right:20px;
	padding-top:6px;
}
#header_main .button_logout
{
	overflow:hidden;
	float:left;
	line-height:180%;
}
#header_main .button_logout a
{
	display:block;
	width:100px;
	height:20px;
	color:#FFF;
	background:#D92C2F;
	margin-top:2px;
	padding:2px;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	text-decoration:none;
}
#header_main .button_logout a:hover
{
	background:#FF484B;
}

#header_main .button_logout i
{
	margin-right:5px;
}

h2
{
	font-size:22px;
	line-height:140%;
	background:#FFF9E0;
	margin-bottom:15px;
	padding:10px;
}

#wrapper
{
	position:relative;
	left:0;
	overflow-x:hidden !important;
	width:100%;
}

#main
{
	width:65%;
	margin:15px auto;
}
/*
#wrapper.open #main
{
//	margin-left:30px !important;
}
*/
.pagetop
{
	font-size:90%;
	margin:0 0 10px;
	text-align:right;
}

footer p
{
	font-size:90%;
	color:#666666;
	clear:both;
	width:100%;
	border-top:solid 1px #CCCCCC;
	padding:20px 0;
	text-align:center;
}

/*====================================================
/*　左サイドバー
/*==================================================*/
#panel
{
//	position:fixed;
	top:70px;
//	left:-240px;
	width:240px;
	height:100%;
	background:#EEEEEE;
	float:left;
}

#panel ul li
{
	font-weight:bold;
	list-style:none;
	color:#FFFFFF;
	background:#9E9E9E;
	border-bottom:solid 1px #CCCCCC;
	margin:0;
	padding:10px;
}

#panel ul li:last-child
{
	border-bottom:none;
}

#panel ul li ol
{
	border-top:solid 1px #CCCCCC;
	margin:10px -10px -10px;
}

#panel ul li ol li
{
	font-weight:lighter;
	padding:0;
}

#panel ul li ol li:last-child
{
	border-bottom:none;
}

#panel ul li ol li a
{
	display:block;
	background:#EEEEEE;
	padding:10px 15px;
}

#panel ul li ol li a:hover
{
	background:#FFF9E0;
}

/*====================================================
/*　汎用
/*==================================================*/
.box
{
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
}

.box h3
{
	font-size:18px;
	line-height:150%;
	background:#FFFFFF;
	background:-moz-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F2F2F2));
	background:-webkit-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-o-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-ms-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:linear-gradient(to bottom,#FFFFFF 0%,#F2F2F2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0);
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-bottom:12px;
	padding:10px;
}

.box h4
{
	font-size:16px;
}

.box h4.alignC
{
	margin-bottom:12px;
}

.box p
{
	padding:0 15px 15px;
}

.box p strong
{
	font-size:140%;
	line-height:150%;
	color:#E52F32;
}

.box td p
{
	padding:0 0 15px;
}

.box table
{
	width:96.5%;
	border-collapse:collapse;
	margin:0 15px 15px;
}

.box th
{
	background:#f2f2f2;
	border:solid 1px #CCCCCC;
	padding:8px;
}

.box td
{
	border:solid 1px #CCCCCC;
	padding:8px;
}
.box td input[type="text"]
{
}
.box td strong
{
	font-size:140%;
	line-height:150%;
}

.box td ul li
{
	float:left;
	list-style:none;
	margin-right:15px;
}

.box td ol li
{
	list-style:none;
	margin-bottom:3px;
}

.box td ol li:last-child
{
	margin-bottom:0;
}

.box dl
{
	width:80%;
	margin:0 auto 20px;
}

.box dt
{
	float:left;
	clear:left;
	font-size:120%;
	font-weight:bold;
	padding-top:10px;
}

.box dd
{
	margin-left:120px;
	margin-bottom:10px;
}

/* form */
.box form
{
	padding:0 15px 15px;
}

.box form input
{
	font-size:15px;
	line-height:160%;
	display:inline-block;
	max-width:80%;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:10px;
	padding:5px 7px;
}

/* Pager */
.number
{
	font-size:15px;
	line-height:150%;
	width:96%;
	text-align:center;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin:0 auto 10px;
	padding:6px 0;
}

.number strong
{
	font-size:140%;
	line-height:150%;
	color:#EF383B;
	display:inline-block;
	padding:0 2px;
}

.pager
{
	font-size:14px;
	line-height:140%;
	overflow:hidden;
	text-align:center;
	margin:12px auto;
}

.pager span.pager_current,.pager a
{
	display:inline-block;
	border:solid 1px #CCCCCC;
	margin:2px;
	padding:2px 7px;
	text-decoration:none;
}

.pager span.pager_current
{
	background:#DCDCDC;
}

.pager a:hover
{
	background:#FFFB91;
}

.pager a.pager_prev,.pager a.pager_prev:hover,.pager a.nextprev,.pager a.nextprev:hover
{
	background:none;
	border:none;
	padding:0;
}

/*====================================================
/*　詳細ページ
/*==================================================*/
span.must
{
	font-size:80%;
	font-weight:lighter;
	float:right;
	display:inline-block;
	color:#FFFFFF;
	background:#EF383B;
	padding:1px 5px;
	border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

h4.alignC a
{
	display:block;
	width:97%;
	background:#E2E2E2;
	background:-moz-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E2E2E2),color-stop(100%,#C9C9C9));
	background:-webkit-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-o-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-ms-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:linear-gradient(to bottom,#E2E2E2 0%,#C9C9C9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2',endColorstr='#C9C9C9',GradientType=0);
	border:solid 1px #E2E2E2;
	margin:0 auto;
	padding:15px 0;
}

.url
{
	margin-bottom: 30px;
}
.url a
{
	font-size:120%;
	line-height:150%;
	font-weight:bold;
	display:block;
	text-align:center;
	background:#FFFDDB;
	border:solid 1px #CCCCCC;
	padding:10px 0;
	text-decoration:none;
}

.url a:hover
{
	background:#FFFB91;
}


/*-------CTI_renew-------*/
.box.cti_renew
{
	padding:10px 15px 10px;
	margin-bottom:0;
	border:none;
}
.box.cti_renew table
{
	width:100%;
	margin:0;
}
.box.cti_renew table th,
.box.cti_renew table td
{
	font-size:98%;
	letter-spacing:-0.5px;
	padding:5px;
	vertical-align:middle;
}
.cti_hr
{
	color:#CCCCCC;
}
.cti_renew_list a
{
	color:#000000;
	text-decoration:none;
	display:block;
	border:2px solid #CCCCCC;
	font-size:120%;
}
.cti_renew_list a:hover
{
	background:#FDFFC0 none repeat scroll 0 0;
}

/*====================================================
/*　ボタン関係
/*==================================================*/
/*
.btn_01 a
{
	font-size:16px;
	line-height:150%;
	display:block;
	width:250px;
	margin:0 auto 20px;
	padding:10px 0;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
*/
ul.btn_list_01
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}
ul.btn_list_01 li
{
	display:inline-block;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}
p.btn_list_01
{
	overflow:hidden;
	width:45%;
	text-align:center;
	margin:0 auto 15px;
	padding:10px;
}
.btn_list_01 a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_02
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_02 li
{
	float:left;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}

ul.btn_list_02 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_03
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_03 li
{
	float:left;
	list-style:none;
	width:30%;
	text-align:center;
	padding:10px;
}

ul.btn_list_03 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_04
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_04 li
{
	display:inline-block;
	list-style:none;
	width:20%;
	text-align:center;
	padding:10px;
}

ul.btn_list_04 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_05
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_05 li
{
	display:inline-block;
	list-style:none;
	width:16%;
	text-align:center;
	padding:10px;
}

ul.btn_list_05 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

/* COLOR */
a.red,
.red a,
input.red,
.red input
{
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:0 2px 0 #333333;
	background:#A90329;
	background:-moz-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#A90329),color-stop(44%,#8F0222),color-stop(100%,#6D0019));
	background:-webkit-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background:-o-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background:-ms-linear-gradient(top,#A90329 0%,#8F0222 44%,#6D0019 100%);
	background:linear-gradient(to bottom,#A90329 0%,#8F0222 44%,#6D0019 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A90329',endColorstr='#6D0019',GradientType=0);
	border:none !important;
	cursor:pointer;
	text-decoration:none;
}

a.gray,
.gray a,
input.gray,
.gray input
{
	font-weight:bold;
	text-shadow:0 1px 0 #FFFFFF;
	color:#000000;
	background:#E2E2E2;
	background:-moz-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E2E2E2),color-stop(100%,#C9C9C9));
	background:-webkit-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-o-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:-ms-linear-gradient(top,#E2E2E2 0%,#C9C9C9 100%);
	background:linear-gradient(to bottom,#E2E2E2 0%,#C9C9C9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2',endColorstr='#C9C9C9',GradientType=0);
	border:solid 1px #E2E2E2;
	cursor:pointer;
	text-decoration:none;
}

a.dark,
.dark a,
input.dark,
.dark input
{
	font-weight:bold;
	text-shadow:0 1px 0 #293247;
	color:#FFFFFF;
	background:#606C88;
	background:-moz-linear-gradient(top,#606C88 0%,#3F4C6B 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#606C88),color-stop(100%,#3F4C6B));
	background:-webkit-linear-gradient(top,#606C88 0%,#3F4C6B 100%);
	background:-o-linear-gradient(top,#606C88 0%,#3F4C6B 100%);
	background:-ms-linear-gradient(top,#606C88 0%,#3F4C6B 100%);
	background:linear-gradient(to bottom,#606C88 0%,#3F4C6B 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#606C88',endColorstr='#3F4C6B',GradientType=0);
	border:solid 1px #606c8;
	cursor:pointer;
	text-decoration:none;
}
input.blue,
.blue input,
.blue a,
a.blue
{
	font-weight:bold;
	text-shadow:0 1px 0 #048AC9;
	color:#FFFFFF;
	text-shadow:0 2px 0 #048AC9;
	background:#048AC9;
	background:-moz-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#048AC9),color-stop(100%,#2EACDD));
	background:-webkit-linear-gradient(top,#048AC9 0%,2EACDD 100%);
	background:-o-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:-ms-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:linear-gradient(to bottom,#048AC9 0%,#2EACDD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#048AC9',endColorstr='#2EACDD',GradientType=0);
	border:solid 1px #048AC9;
}

/* Button Color */
/*
.red input,
.red a
{
	text-shadow:0 2px 0 #EA0404;
	background:#EA0404;
	background:-moz-linear-gradient(top,#EA0404 0%,#E04343 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#EA0404),color-stop(100%,#E04343));
	background:-webkit-linear-gradient(top,#EA0404 0%,#E04343 100%);
	background:-o-linear-gradient(top,#EA0404 0%,#E04343 100%);
	background:-ms-linear-gradient(top,#EA0404 0%,#E04343 100%);
	background:linear-gradient(to bottom,#EA0404 0%,#E04343 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA0404',endColorstr='#E04343',GradientType=0);
	border:solid 1px #EA0404;
}
.red input:hover,
.red a:hover
{
	text-shadow:0 2px 0 #D60003;
	background:#D60003;
	background:-moz-linear-gradient(top,#D60003 0%,#F20408 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D60003),color-stop(100%,#F20408));
	background:-webkit-linear-gradient(top,#D60003 0%,#F20408 100%);
	background:-o-linear-gradient(top,#D60003 0%,#F20408 100%);
	background:-ms-linear-gradient(top,#D60003 0%,#F20408 100%);
	background:linear-gradient(to bottom,#D60003 0%,#F20408 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60003',endColorstr='#F20408',GradientType=0);
	border:solid 1px #D60003;
}

.dark-red input,
.dark-red a
{
	text-shadow:0 2px 0 #6D0019;
	background:#6D0019;
	background:-moz-linear-gradient(top,#6D0019 0%,#8F0222 56%,#A90329 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6D0019),color-stop(56%,#8F0222),color-stop(100%,#A90329));
	background:-webkit-linear-gradient(top,#6D0019 0%,#8F0222 56%,#A90329 100%);
	background:-o-linear-gradient(top,#6D0019 0%,#8F0222 56%,#A90329 100%);
	background:-ms-linear-gradient(top,#6D0019 0%,#8F0222 56%,#A90329 100%);
	background:linear-gradient(to bottom,#6D0019 0%,#8F0222 56%,#A90329 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D0019',endColorstr='#A90329',GradientType=0);
	border:solid 1px #6D0019;
}
.dark-red input:hover,
.dark-red a:hover
{
	text-shadow:0 2px 0 #3F0009;
	background:#3F0009;
	background:-moz-linear-gradient(top,#3F0009 0%,#6B021F 56%,#7C0204 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3F0009),color-stop(56%,#6B021F),color-stop(100%,#7C0204));
	background:-webkit-linear-gradient(top,#3F0009 0%,#6B021F 56%,#7C0204 100%);
	background:-o-linear-gradient(top,#3F0009 0%,#6B021F 56%,#7C0204 100%);
	background:-ms-linear-gradient(top,#3F0009 0%,#6B021F 56%,#7C0204 100%);
	background:linear-gradient(to bottom,#3F0009 0%,#6B021F 56%,#7C0204 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F0009',endColorstr='#7C0204',GradientType=0);
	border:solid 1px #3F0009;
}

.blue input,
.blue a
{
	text-shadow:0 2px 0 #048AC9;
	background:#048AC9;
	background:-moz-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#048AC9),color-stop(100%,#2EACDD));
	background:-webkit-linear-gradient(top,#048AC9 0%,2EACDD 100%);
	background:-o-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:-ms-linear-gradient(top,#048AC9 0%,#2EACDD 100%);
	background:linear-gradient(to bottom,#048AC9 0%,#2EACDD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#048AC9',endColorstr='#2EACDD',GradientType=0);
	border:solid 1px #048AC9;
}
.blue input:hover,
.blue a:hover
{
	text-shadow:0 2px 0 #0341C6;
	background:#0341C6;
	background:-moz-linear-gradient(top,#0341C6 0%,#2C81D6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0341C6),color-stop(100%,#2C81D6));
	background:-webkit-linear-gradient(top,#0341C6 0%,#2C81D6 100%);
	background:-o-linear-gradient(top,#0341C6 0%,#2C81D6 100%);
	background:-ms-linear-gradient(top,#0341C6 0%,#2C81D6 100%);
	background:linear-gradient(to bottom,#0341C6 0%,#2C81D6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0341C6',endColorstr='#2C81D6',GradientType=0);
	border:solid 1px #0341C6;
}

.dark-blue input,
.dark-blue a
{
	text-shadow:0 2px 0 #003DB7;
	background:#003DB7;
	background:-moz-linear-gradient(top,#003DB7 0%,#3C6BD8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#003DB7),color-stop(100%,#3C6BD8));
	background:-webkit-linear-gradient(top,#003DB7 0%,#3C6BD8 100%);
	background:-o-linear-gradient(top,#003DB7 0%,#3C6BD8 100%);
	background:-ms-linear-gradient(top,#003DB7 0%,#3C6BD8 100%);
	background:linear-gradient(to bottom,#003DB7 0%,#3C6BD8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003DB7',endColorstr='#3C6BD8',GradientType=0);
	border:solid 1px #003DB7;
}
.dark-blue input:hover,
.dark-blue a:hover
{
	text-shadow:0 2px 0 #002060;
	background:#002060;
	background:-moz-linear-gradient(top,#002060 0%,#285091 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#002060),color-stop(100%,#285091));
	background:-webkit-linear-gradient(top,#002060 0%,#285091 100%);
	background:-o-linear-gradient(top,#002060 0%,#285091 100%);
	background:-ms-linear-gradient(top,#002060 0%,#285091 100%);
	background:linear-gradient(to bottom,#002060 0%,#285091 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#002060',endColorstr='#285091',GradientType=0);
	border:solid 1px #002060;
}

.green input,
.green a
{
	text-shadow:0 2px 0 #73A800;
	background:#73A800;
	background:-moz-linear-gradient(top,#73A800 0%,#8CD800 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#73A800),color-stop(100%,#8CD800));
	background:-webkit-linear-gradient(top,#73A800 0%,#8CD800 100%);
	background:-o-linear-gradient(top,#73A800 0%,#8CD800 100%);
	background:-ms-linear-gradient(top,#73A800 0%,#8CD800 100%);
	background:linear-gradient(to bottom,#73A800 0%,#8CD800 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73A800',endColorstr='#8CD800',GradientType=0);
	border:solid 1px #73A800;
}
.green input:hover,
.green a:hover
{
	text-shadow:0 2px 0 #769100;
	background:#769100;
	background:-moz-linear-gradient(top,#769100 0%,#93B500 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#769100),color-stop(100%,#93B500));
	background:-webkit-linear-gradient(top,#769100 0%,#93B500 100%);
	background:-o-linear-gradient(top,#769100 0%,#93B500 100%);
	background:-ms-linear-gradient(top,#769100 0%,#93B500 100%);
	background:linear-gradient(to bottom,#769100 0%,#93B500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#769100',endColorstr='#93B500',GradientType=0);
	border:solid 1px #769100;
}

.dark-green input,
.dark-green a
{
	text-shadow:0 2px 0 #006E2E;
	background:#006E2E;
	background:-moz-linear-gradient(top,#006E2E 0%,#008E1E 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#006E2E),color-stop(100%,#008E1E));
	background:-webkit-linear-gradient(top,#006E2E 0%,#008E1E 100%);
	background:-o-linear-gradient(top,#006E2E 0%,#008E1E 100%);
	background:-ms-linear-gradient(top,#006E2E 0%,#008E1E 100%);
	background:linear-gradient(to bottom,#006E2E 0%,#008E1E 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006E2E',endColorstr='#008E1E',GradientType=0);
	border:solid 1px #006E2E;
}
.dark-green input:hover,
.dark-green a:hover
{
	text-shadow:0 2px 0 #003F10;
	background:#003F10;
	background:-moz-linear-gradient(top,#003F10 0%,#0C6800 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#003F10),color-stop(100%,#0C6800));
	background:-webkit-linear-gradient(top,#003F10 0%,#0C6800 100%);
	background:-o-linear-gradient(top,#003F10 0%,#0C6800 100%);
	background:-ms-linear-gradient(top,#003F10 0%,#0C6800 100%);
	background:linear-gradient(to bottom,#003F10 0%,#0C6800 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003F10',endColorstr='#0C6800',GradientType=0);
	border:solid 1px #003F10;
}

.orange input,
.orange a
{
	text-shadow:0 2px 0 #FCA016;
	background:#FCA016;
	background:-moz-linear-gradient(top,#FCA016 0%,#FFC50A 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FCA016),color-stop(100%,#FFC50A));
	background:-webkit-linear-gradient(top,#FCA016 0%,#FFC50A 100%);
	background:-o-linear-gradient(top,#FCA016 0%,#FFC50A 100%);
	background:-ms-linear-gradient(top,#FCA016 0%,#FFC50A 100%);
	background:linear-gradient(to bottom,#FCA016 0%,#FFC50A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCA016',endColorstr='#FFC50A',GradientType=0);
	border:solid 1px #FCA016;
}
.orange input:hover,
.orange a:hover
{
	text-shadow:0 2px 0 #FF700A;
	background:#FF700A;
	background:-moz-linear-gradient(top,#FF700A 0%,#FFA24C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF700A),color-stop(100%,#FFA24C));
	background:-webkit-linear-gradient(top,#FF700A 0%,#FFA24C 100%);
	background:-o-linear-gradient(top,#FF700A 0%,#FFA24C 100%);
	background:-ms-linear-gradient(top,#FF700A 0%,#FFA24C 100%);
	background:linear-gradient(to bottom,#FF700A 0%,#FFA24C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF700A',endColorstr='#FFA24C',GradientType=0);
	border:solid 1px #FF700A;
}

.dark-orange input,
.dark-orange a
{
	text-shadow:0 2px 0 #FF4B0F;
	background:#FF4B0F;
	background:-moz-linear-gradient(top,#FF4B0F 0%,#FF930F 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF4B0F),color-stop(100%,#FF930F));
	background:-webkit-linear-gradient(top,#FF4B0F 0%,#FF930F 100%);
	background:-o-linear-gradient(top,#FF4B0F 0%,#FF930F 100%);
	background:-ms-linear-gradient(top,#FF4B0F 0%,#FF930F 100%);
	background:linear-gradient(to bottom,#FF4B0F 0%,#FF930F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4B0F',endColorstr='#FF930F',GradientType=0);
	border:solid 1px #FF4B0F;
}
.dark-orange input:hover,
.dark-orange a:hover
{
	text-shadow:0 2px 0 #FF2F0F;
	background:#FF2F0F;
	background:-moz-linear-gradient(top,#FF2F0F 0%,#FF670F 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF2F0F),color-stop(100%,#FF670F));
	background:-webkit-linear-gradient(top,#FF2F0F 0%,#FF670F 100%);
	background:-o-linear-gradient(top,#FF2F0F 0%,#FF670F 100%);
	background:-ms-linear-gradient(top,#FF2F0F 0%,#FF670F 100%);
	background:linear-gradient(to bottom,#FF2F0F 0%,#FF670F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F0F',endColorstr='#FF670F',GradientType=0);
	border:solid 1px #FF2F0F;
}

.gray input,
.gray a
{
	text-shadow:0 2px 0 #BABABA;
	background:#BABABA;
	background:-moz-linear-gradient(top,#BABABA 0%,#E0E0E0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#BABABA),color-stop(100%,#E0E0E0));
	background:-webkit-linear-gradient(top,#BABABA 0%,#E0E0E0 100%);
	background:-o-linear-gradient(top,#BABABA 0%,#E0E0E0 100%);
	background:-ms-linear-gradient(top,#BABABA 0%,#E0E0E0 100%);
	background:linear-gradient(to bottom,#BABABA 0%,#E0E0E0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA',endColorstr='#E0E0E0',GradientType=0);
	border:solid 1px #BABABA;
}
.gray input:hover,
.gray a:hover
{
	text-shadow:0 2px 0 #848484;
	background:#848484;
	background:-moz-linear-gradient(top,#848484 0%,#B2B2B2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#848484),color-stop(100%,#B2B2B2));
	background:-webkit-linear-gradient(top,#848484 0%,#B2B2B2 100%);
	background:-o-linear-gradient(top,#848484 0%,#B2B2B2 100%);
	background:-ms-linear-gradient(top,#848484 0%,#B2B2B2 100%);
	background:linear-gradient(to bottom,#848484 0%,#B2B2B2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484',endColorstr='#B2B2B2',GradientType=0);
	border:solid 1px #848484;
}

.dark-gray input,
.dark-gray a
{
	text-shadow:0 2px 0 #707070;
	background:#707070;
	background:-moz-linear-gradient(top,#707070 0%,#AAAAAA 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#707070),color-stop(100%,#AAAAAA));
	background:-webkit-linear-gradient(top,#707070 0%,#AAAAAA 100%);
	background:-o-linear-gradient(top,#707070 0%,#AAAAAA 100%);
	background:-ms-linear-gradient(top,#707070 0%,#AAAAAA 100%);
	background:linear-gradient(to bottom,#707070 0%,#AAAAAA 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070',endColorstr='#AAAAAA',GradientType=0);
	border:solid 1px #707070;
}
.dark-gray input:hover,
.dark-gray a:hover
{
	text-shadow:0 2px 0 #3F3F3F;
	background:#3F3F3F;
	background:-moz-linear-gradient(top,#3F3F3F 0%,#686868 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3F3F3F),color-stop(100%,#686868));
	background:-webkit-linear-gradient(top,#3F3F3F 0%,#686868 100%);
	background:-o-linear-gradient(top,#3F3F3F 0%,#686868 100%);
	background:-ms-linear-gradient(top,#3F3F3F 0%,#686868 100%);
	background:linear-gradient(to bottom,#3F3F3F 0%,#686868 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3F3F',endColorstr='#686868',GradientType=0);
	border:solid 1px #3F3F3F;
}
*/
.bg_gray
{
	background:#E2E2E2;
}

#main_column_one
{
	margin:15px;
}

#main_column_two
{
	margin:15px 15px 15px 255px;
}

#panel_column_two
{
	width:240px;
	height:100%;
	background:#EEEEEE;
	float:left;
}

#panel_column_two ul li
{
	font-weight:bold;
	list-style:none;
	color:#FFFFFF;
	background:#9E9E9E;
	border-bottom:solid 1px #CCCCCC;
	margin:0;
	padding:10px;
}

#panel_column_two ul li:last-child
{
	border-bottom:none;
}

#panel_column_two ul li ol
{
	border-top:solid 1px #CCCCCC;
	margin:10px -10px -10px;
}

#panel_column_two ul li ol li
{
	font-weight:lighter;
	padding:0;
}

#panel_column_two ul li ol li:last-child
{
	border-bottom:none;
}

#panel_column_two ul li ol li a
{
	display:block;
	background:#EEEEEE;
	padding:10px 15px;
}

#panel_column_two ul li ol li a:hover
{
	background:#FFF9E0;
}

.bg_close
{
	background:#DDDDDD;
}

/* ---------------------------------------------------- */
/* エラー用 */
/* ---------------------------------------------------- */
.bg_error
{
	background:#FF8C00;
}

.text_error
{
	color:#FF0000;
}

/* ---------------------------------------------------- */
/* 画像登録 */
/* ---------------------------------------------------- */
.box th span.mini {
	font-size: 85%;
	font-weight: lighter;
}
.box td .upload {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	border: dotted 1px #CCC;
	padding: 0;
}
