html,body{/*height:100%;*/margin:0;padding:0;background:#EBF0F2;}
body{text-align:center;background:repeat-y url("img/bg.gif") center;}


/* レイアウト
------------------------------------------------------------*/
#header{margin-bottom:5px;padding:5px;}
#header h1{font-weight: normal;font-size:12px;margin:2px 0px 2px 0px;padding-left:10px;color:#666666;text-align:left;}

#container{border:1px solid #000099;text-align:left;background:#F5F5F5;}
#container{width:980px;margin:0px auto;}

#main-wrapper{float:left;width:100%;}

#main{margin: 0 150px;padding:5px;}

#side-left{float:left;width:140px;margin-left:-980px;padding:5px;}
#side-right{float:left;width:140px;margin-left:-150px;padding:5px;}

#footer{clear:left;margin-top:20px;padding:5px;}
#footer p{margin:0;padding:5px 10px;}


/* パンくずリスト
------------------------------------------------------------*/
#breadcrumb{
font-size:13px;
line-height:1.3em;
color:#000080;
padding:8px 5px;
background-color:white;
}
#breadcrumb a{
color:#000080;
}
#breadcrumb a:hover{
color:#800000;
}


/* 各種設定
------------------------------------------------------------*/
p{margin:0 0 10px;}

.w-bold {font-weight:bold;}
.w-normal {font-weight:normal;}
.nowrap{white-space:nowrap;}

.red{color:#800000;}

p.kome {
text-indent: -1em;
padding-left: 1em;
line-height: 1.3;
margin-bottom:5px;
}

.left{text-align:left!important;}
.right{text-align:right!important;}
.center{text-align:center!important;}

.mg-t10{margin-top:10px!important;}
.mg-b10{margin-bottom:10px!important;}
.mg-t20{margin-top:20px!important;}
.mg-b20{margin-bottom:20px!important;}
.mg-r10{margin-right:10px!important;}
.mg-l10{margin-left:10px!important;}
.mg-r20{margin-right:20px!important;}
.mg-l20{margin-left:20px!important;}


/* テーブル
------------------------------------------------------------*/
table.spec_table{border-collapse:collapse;border-spacing:0;}

table.spec_table{
border:2px solid #808080;
margin-top:5px;
margin-bottom:20px;
}
table.spec_table th{
padding:5px;
background-color:#ccc;
text-align:center;
vertical-align:middle;
border:1px solid #808080;
}
table.spec_table td{
padding:5px;
background-color:#fff;
text-align:center;
vertical-align:middle;
border:1px solid #808080;
}
table.spec_table td a{
color:#990000;
text-decoration:underline;
}
table.spec_table tr:hover td{
background-color:#eee;
}
table.spec_table tr.border_top{
border-top:2px solid #666;
}


/* ページの先頭へ
------------------------------------------------------------*/
#topofpage {
position: fixed;
bottom: 5%;
right: 5%;
font-size: 70%;
}
#topofpage a {
display: block;
text-decoration: none;
padding-top: 62px;
width: 62px;
height: 0px;
overflow: hidden;
background: url('./img/pagetop.png') no-repeat 0 -62px;
}
