@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px;
}

a{color:#36F;
text-decoration:none;}

a:hover{color:#F39;}

body{background:url(img/riquest_bg2.jpg);
background-repeat:inherit;}

/*レイアウト*/
#wrapper{width:860px;
margin-left:auto;
margin-right:auto;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background:#FFF;}

#header{width:800px;
margin-left:auto;
margin-right:auto;
margin-top:15px;}

#main{width:800px;
margin-left:auto;
margin-right:auto;
}

#footer{width:860px;
margin-left:auto;
margin-right:auto;
height:25px;
font-size:80%;
color:#FFFBF0;
background:#808080;
padding:15px 0px;
margin-top:40px;
text-align:center;}

.ttl{text-align:left;
width:800px;
padding:25px 5px 5px 50px;
}

.btn{width:800px;
padding-top:10px;
font-size:10pt;
color:#2A5FFF;
padding-left:680px;

}

/*テーブル*/
table#table01{ width:700px;
border: 1px #FFFFFF solid;
border-collapse: collapse;
border-spacing: 0;
margin-right:auto;
margin-left:auto;
color:#666;}

table#table01 th{    padding: 5px;
    border: #FFFFFF solid 2px;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
font-size:80%;
font-weight:500em;
color:#666;
}

table#table01 td{ padding:5px 5px 5px 10px;
    border:double #FFFFFF 1px;
    border-width: 0 0 1px 1px;
    line-height: 120%;
    text-align:left;
    white-space: nowrap; 
font-size:80%;
font-weight:300;	
background:#E2EAED;}


/*その他テキスト*/
h1{font-size:85%;
color:#808080;}

h2{
font-size:100%;
color:#336;
}

.text{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:large;
color:#06F;}

.cap{font-size:70%;
color:#7F5F55;
line-height:1.5em;}

.cap2{font-size:70%;
color:#800000;
line-height:1.5em;}

