
/***********************************************************************************************
  　画像アップロード機能付、新着情報・更新履歴管理ツール - ImageInfo ver 1.1 - (2009/7/2)
  　Copyright (C) webcloset.net All rights reserved.
  　http://www.webcloset.net/
***********************************************************************************************/

/*管理画面用スタイルシート*/

body{
margin:10px 0px;
text-align: center;
background-color:#E5E5DC;
}
.s_tb {
	width:157px;
	text-align:center;
	vertical-align:top;
}

.header_line_bg{
background-color:#E2E2DE;
}

.header_line{
width:860px;
height:5px;
background-color:#E2E2DE;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

.header_top{
width:910px;
height:20px;
background-image: url(images/bg_header_top.gif);
background-repeat: norepeat;
margin-left:auto;
margin-right:auto;
}

.footer_bottom{
width:910px;
height:20px;
background-image:url(images/bg_footer_bottom.gif);
background-repeat: norepeat;
margin-left:auto;
margin-right:auto;
}

.main{
width:910px;
background-image:url(images/bg_main.gif);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
text-align:left;
}

.margin_main{
margin-left:25px;margin-right:25px;
}

.footer{
font-family:Verdana;
color: #696969;
font-size: 10px;
text-align: center;
width:860px;
padding-top:8px;
padding-bottom:25px;
border-top: 1px solid #CCCCCC;
}

.footer a:link{
color: #696969;
text-decoration: none;
}

.footer a:visited{
color: #696969;
text-decoration: none;
}

.footer a:hover{
color: #0036A6;
text-decoration: none;
}

.footer a:activ{
color: #696969;
text-decoration: none;
}


.tb_main{
width:860px;
}

.tb_menu{
padding-top:20px;
padding-bottom:200px;
vertical-align:top;
width:185px;
}

.tb_content{
padding-top:20px;
vertical-align:top;
padding-left:25px;
padding-bottom:55px;
width:675px;
}



/*入力項目名*/
.tabletitle{
width:120px;
padding-left:10px;
padding-right:10px;
margin-bottom:30px;
margin-right:20px;
vertical-align:top;
font-size: 14px;
line-height: 130%;
color: #555555;
}


/*入力部分・確認画面の入力内容*/
.tableform{
width:500px;
vertical-align:top;
padding-bottom:30px;
font-size: 14px;
line-height: 130%;
color: #555555;
}



/*フォーム全体の幅*/
.maintable{
width:650px;
text-align:left;
font-size:15px;
color: #555555;
}


/*各入力部分についてのコメント（文字制限等）*/
.formsubcomment{
font-size:12px;
}


/*フォームボタン*/
.submit{
padding:2px 15px;
}


/*以下は著作権表示部分（削除・変更禁止）*/
.copyright {
text-align:center;
color: #777777;
font-size:12px;
}

.copyright a:link{
color: #777777;
text-decoration: none;
}
.copyright a:visited {
color: #777777;
text-decoration: none;
}
.copyright a:hover {
color: #777777;
text-decoration: none;
}
.copyright a:activ {
color: #777777;
text-decoration: none;
}
