@charset "utf-8";

/* 本体定義 */
body { 
	margin: 0;
	padding: 0;
	font-size:90%;
	background:#f7f6f5;
	color:#4b3d27;
	font-family:Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}
.ttl { 
	color:#bf3127;
}
p.err { 
	color:#dd0000;
}
p.msg { 
	color:#006400;
}
div.log { 
	font-size: 12pt;
	border-top:1px dotted gray;
	padding:5px;
	margin-top:1em;
}
div.clear {
  clear: both;
}
div.com { 
	margin-left: 2em;
	margin-top: 1em;
	font-size: 12pt;
}
b.sub { 
	color:#002f4c;
}
/* 管理メニュー */
table.form-tbl { 
	width: 100%;
	border:1px solid #f2f3f9;
	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.form-tbl th { 
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.form-tbl td { 
	background:#fff;
	padding:6px;
}

div.ta-r { text-align:right; }
div.obi2 {
	text-align:left;
	padding:2px;
	background:#4d2208;
	color:#FFFFFF;
	font-weight:bold;
}
/* 掲示板全体 */
div#main {
	width: 100%;
	background:#f7f6f5;
}
div#main-in {
	width: 88%;
	margin: 0 auto;
	padding: 6px;
}
div#head {
	width: 100%;
	background: #3f312b;
	color: #fff;
	border-top: 8px solid #84a2d4;
}
div#head-in {
	padding: 6px;
}
#footer {
	width: 100%;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	font-size: 10.5pt;
	height: 60px;
	padding: 38px 0 20px 0;
	margin:0;
	text-align: center;
	background-color: #455373;
	color: #FFF;
}

#footer p {
	line-height: 1.7em;
	padding: 0 0 10px 0;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #00C6F0;
	text-decoration: none;
}
/* サブタイトル */
div.sub-ttl {
	border-left: 6px solid #a6a5c4;
	border-bottom: 1px solid #84a2d4;
	color: #000;
	padding: 8px;
	font-weight: bold;
	font-size: 11pt;
	margin: 0.5em 1em 0 1em;
}
/* 掲示板タイトル */
h1 {
	color: #fff;
	font-size: 150％;
	margin: 0 3px;
}
div#head-ttl {
	text-align: left;
}
strong {
	font-size: 120％;
	font-style: italic;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
}
/* 投稿フォーム */
div#reg-box {
	width: 104%;
	margin-left: -17px;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid #808080;
	background: #fff;
	font-size:90%;
	font-family:"MS PGothic",Osaka,Arial,sans-serif;
}
div#reg-area {
	padding: 0;
	margin: 1.2em 0 1.2em -10px;
}

/* 投稿フォーム */
table#reg-tbl {
	width: 104%;
	margin-bottom: 0 !important;
}
table#reg-tbl th {
	width: 60px;
	font-size: 13px;
	padding: 2px;
	text-align: left;
}
table#reg-tbl td {
	font-size: 13px;
	padding: 2px;
	text-align: left;
}
table#reg-tbl input, table#reg-tbl textarea {
	padding: 3px;
}
input.reg-name {
	width: 210px;
}
input.reg-url {
	width: 230px;
}
input.reg-num {
	width: 80px;
}
input.reg-btn {
	width: 80px;
	height: 26px;
	margin: 0 6px;
}
textarea.reg-com {
	width: 240px;
	height: 7em;
}
table.reg-tbl span {
	font-size: 12px;
}
img.capt {
	vertical-align: middle;
}
input.reg-btn {
	width: 80px;
}
hr.bottom {
	height:0;
	border:0;
	border-top:1px solid #8D93C8;
	border-bottom:1px solid #fff;
}
div.art {
	width:92%;
	background:#fff;
	text-align:left;
	padding:0.7em 0.7em 0.7em 1em;
	border-left:18px solid;
	border-right:18px solid;
	border-top:1px solid;
	border-bottom:1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 3px 10px 3px #c9c9c4;
	-moz-box-shadow: 2px 3px 10px 3px #c9c9c4;
	box-shadow: 2px 3px 10px 3px #c9c9c4;
	margin:1.2em 0;
}
div.art-end {
	border-top: 1px solid #4f455c;
}
div.ext { 
	margin-left:2em;
	font-size:12pt;
}
/* //Slick login form with HTML5 & CSS3 */
/* http://red-team-design.com/slick-login-form-with-html5-css3/ */
#login {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 240px;
    width: 300px;
    margin: -3px 0 0 -20px;
    top: 20%;
    left: 50%;
    padding: 30px;
    position: realtive;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

/*--------------------*/

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 20px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 45px;
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(../html/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 240px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    font-family:Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}

#username
{
    background-position: 5px -2px !important;
}

#password {
    font-family:"MS PGothic",Osaka,Arial,sans-serif;
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    /*float: left;*/
    text-align:center;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------*/

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
