@charset 'utf-8';

/**
 * Global Styles
 * 
 * @copyright   Sotaro KARASAWA
 * @author      Sotaro KARASAWA <sotaro@strk.jp>
 * @version     0.1.0
 * @date        2007/10/10
 */



/* Content
 */
#content{
padding-top:10px;
margin-bottom:10px;
}


/* Main
 */

#main{
float:right;
width:554px;
background: url(../images/sub_bg2.gif) repeat-y;
padding: 5px 10px 10px;
margin: 0px;
margin-bottom:5px;
border-top: solid 1px #e1e1e1;
border-bottom: solid 1px #e1e1e1;
}

#main p{
margin: 7px 15px;
padding: 0 5px;
}

#main .icon{
float:right;
margin:5px;
}

#main dt{
clear:left;
font-weight:bold;
}

#main dd{
float:left;
padding: 5px;
}

#main h2{
margin: 10px 0;
}
#main h3{
margin: 8px;
font-size: 14px;
}

#main .list{
width: 50%;
}

#main .list2{
}

#main .list2 li,
#main .list li{
margin-left: 25px;
padding: 2px 0;
list-style: circle;
list-style-position: outside;
}

#main table{
width: 90%;
margin:5px auto;
border-collapse: collapse;
border:solid 1px #999;
}

#main table th{
white-space: nowrap;
text-align:center;
}

#main table th,
#main table td{
padding: 5px;
border-collapse: collapse;
border:solid 1px #999;
}


#main .forward-button img{
display:inline;
}
#main .forward-button{
text-align:center;
margin: 5px auto;
width:100%;
}
#main .forward-button li{
display:inline;
padding: 0 15px;
}

#main p.notice{
font-size: 85%;
}

#main ul.sub-menu{
margin: 10px 5px 0 0;
}

#main ul.sub-menu li{
float: left;
list-style: none;
margin-left: 5px;
font-size: 85%;
}

/* estimate
 */

#main #estimate table{
width:100%;
}
#main #estimate table th{
width: 100px;
background: #d7eaf8;
}

#main #estimate p.notice{
margin: 0;
padding:0;
color:#f00;
}


/* Global Menu
 */

#global {
float:left;
width: 224px;
margin: 0px;
margin-left: 2px;
padding-top: 5px;
background:url(../images/sub_gtop.gif) left top no-repeat;

}


#global ul{
padding: 0 0 0 4px;
background: url(../images/sub_gmiddle.gif) repeat-y;
}

#global li{
padding:0;
margin:0;
text-indent: -9999px;
height: 40px;
list-style:none;
}

#global li a{
display: block;
width: 200px;
height: 40px;
overflow: hidden;
}

#global li.m01current { background: url(../images/menu_01_c.gif) no-repeat;}
#global li.m02current { background: url(../images/menu_02_c.gif) no-repeat;}
#global li.m03current { background: url(../images/menu_03_c.gif) no-repeat;}
#global li.m04current { background: url(../images/menu_04_c.gif) no-repeat;}
#global li.m05current { background: url(../images/menu_05_c.gif) no-repeat;}
#global li.m06current { background: url(../images/menu_06_c.gif) no-repeat;}

#global li.m01 a{ background: url(../images/menu_01.gif) no-repeat;}
#global li.m02 a{ background: url(../images/menu_02.gif) no-repeat;}
#global li.m03 a{ background: url(../images/menu_03.gif) no-repeat;}
#global li.m04 a{ background: url(../images/menu_04.gif) no-repeat;}
#global li.m05 a{ background: url(../images/menu_05.gif) no-repeat;}
#global li.m06 a{ background: url(../images/menu_06.gif) no-repeat;}

#global li.sw a:hover{ background-position: -200px 0;}

#global .global-bottom{
background: url(../images/sub_gbottom.gif) no-repeat;
}