@charset "utf-8";

/* 本体定義 */
body { 
	margin:0;
	padding:0;
	font-size: 11pt;
	color: #808080;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}

a:link, a:visited {
	color: #2a4d91;
}
a:active {
	color: #b52e25;
}
a:hover {
	text-decoration: underline;
	color: #ff2f2f;
}
#body {
	padding: 1em;
	width: 88%;
	margin:1em auto;
}
.back-btn {
	margin:3px;
	text-align:right;
}
div#head {
	border-top: 5px solid #b33e5c;
	border-bottom: 1px groove #b33e5c;
	padding: 6px;
	width: 100%;
	background-image: #cc9bad;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#16160e), to(#afafb0)); 
	background-image: -moz-linear-gradient(bottom, #16160e, #afafb0);
	background-image: linear-gradient(to bottom, #16160e, #afafb0);/* midnight blue・powder blue /暗黒色・銀鼠*/
	color: #fff;
}

p.err {
	color:#dd0000;
}
table.tbl-top {
	border-collapse:collapse;
	 margin:1em 0;
}
table.tbl-top th {
	padding:6px;
	border:1px solid #333;
	background:#24140e;
	color:#fff;
}
table.tbl-top td {
	padding:6px;
	border:1px solid #333;
	background:#fff;
}
.w250 {
	width:250px;
}
div.dot { 
	border-top:1px dashed #8080c0;
	margin-top:5px;
	padding-top:4px;
}
.form-tbl {
	border-collapse: collapse;
	margin: 1em;
}
.form-tbl th, .form-tbl td {
	border:1px solid #333;
	padding:10px;
}
.form-tbl th {
	background:#ccc;
}
.form-tbl td {
	background:#fff;
}

#back-btn {
	margin:3px;
	text-align:right;
}
/* 中央寄せ */
div.main {
	text-align:center;
}
div.center {
	margin: 0 auto;
	text-align:center;
}
div#central {
	margin: 0 auto;
}

div.clear {
	clear:both;
}

.ttl {
	text-align:left;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: #d4d9dc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f6f5), to(#d4d9dc)); 
	background-image: -moz-linear-gradient(bottom, #f7f6f5, #d4d9dc);
	background-image: linear-gradient(to bottom, #f7f6f5, #d4d9dc);
	color:#262626;
	font-weight:bold;
}

dd.msg { color:navy; font-size:10pt; }

/* 管理TOPメニュー */
table.panel { 
	width: 480px;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin:1em auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 14px 1px #666;
	-moz-box-shadow: 2px 3px 14px 1px #666;
	box-shadow: 2px 3px 14px 1px #666;
}
table.panel th { 
	border:1px solid #d4d9dc;
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.panel td { 
	border:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
}

input.reg-name {
	width: 210px;
}
input.reg-url {
	width: 260px;
}
input.reg-num {
	width: 80px;
}
input.reg-btn {
	width: 80px;
	height: 26px;
	margin: 0 6px;
}
textarea.reg-com {
	width: 440px;
	height: 7em;
}

table.panel2 { 
	width: 680px;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin:1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 14px 1px #666;
	-moz-box-shadow: 2px 3px 14px 1px #666;
	box-shadow: 2px 3px 14px 1px #666;
}
table.panel2 th { 
	border:1px solid #d4d9dc;
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.panel2 td { 
	border:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
}
td.smile img { vertical-align:middle; border:none; margin-right:3px; }
.ta-c { text-align:center; }
.ta-r { text-align:right; }
.subcol { color:green; }
div.deal {
	width:700px;
	text-align:center;
	padding:5px 5px 5px 5px;
	border:1px solid #FFE8BC;
	margin-bottom:0;
	margin-left:20px;
	background-image: url(./img/bg30.gif);
}
div.obi2 {
	text-align:center;
	padding:2px;
	background:#cce6ff;
	color:#262626;
	font-weight:bold;
    	border-right: 1px solid #004080;
    	border-bottom: 1px solid #004080;
}
/* for login */
#login {
	width: 400px;
	margin: 3em auto;
	text-align: left;
	padding: 1em 2em;
	border-radius:6px;
}
#login legend {
	padding: 5px;
	font-weight: bold;
}
#login input[type="text"], #login input[type="password"] {
	width: 300px;
	padding: 5px;
}
#login input[type="submit"] {
	width: 100px;
	height: 30px;
}
#login p {
	margin: 2em 0;
}
