
/***********************************************************************************************
  　定休日や休業日を指定・管理できるカレンダー - MiniCalendar ver 1.0 - (2009/2/1)
  　Copyright (C) webcloset.net All rights reserved.
  　http://www.webcloset.net/
***********************************************************************************************/

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

body{
margin:10px 0px;
text-align: center;
background-color:#E5E5DC;
}

.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;
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;
}

.submit{
padding:2px 15px;
}