/* Sai-Fi css Last update 090529 */

/* Setting Reset
/* h1,h2,h3,h4,h5,h6,pre,code,address,caption,em,strong,th,div,p,a,img,table,ul,dl,ol,li*/
* {
margin:0px;
padding:0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,em,strong,p,th{
text-decoration:none;
font-size:100%;
font-weight:normal;}

ul,ol{
list-style:none;}

img{
border:none;}

/* Global*/
body{
background-color:#fff;
background:url('bg.png');
background-repeat:no-repeat;
background-position:center top;
color:#0d0d0d;
line-height:150%;
font-size:0.95em;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}

a:link{color : #330000; text-decoration:none; font-weight:bold;}
a:visited{color : #333366;}
a:hover{text-decoration:underline;}


/* ヘッダー周りと基本枠組み*/
div#wrapper{
width:90%;
height:100%;
margin-left:auto;
margin-right:auto;
padding:15px;
text-align:center;
}

p.lead{
font-weight:bold;}


h2{
margin:5px;
font-size:1.2em;
font-weight:bold;
border-bottom:1px dotted brown;}

/*回り込み解除*/
div.clear{
height:2px;
visibility:hidden;
clear:both;}

/*フッター表記*/
div#footer{
margin-top:20px;
border-top:1px dotted brown;
padding-top:10px;
color: #333333;
text-align:center;
line-height:90%;
font-size :0.75em;}

.download{
margin-bottom:20px;
line-height:180%;
padding-left:10px;}
