/*======================================

スクロールバーが出現しないように

=======================================*/
html {
overflow:hidden;
}
/*======================================

すべて

=======================================*/
body {
background:url(file/img/s2.png);
color:#494949;
font-family:Verdana;
font-size:10pt;
margin:0;
}
/*======================================

リンク

=======================================*/
a:hover {
color:#838383;
text-decoration:none;
}

a {
color:#55b5fb;
text-decoration:none;
}
/*======================================

ベース

=======================================*/
div.index {
background:url(file/img/back.gif) #fff repeat-y center top;
width:704px;
}

div.img {
background:url(file/img/image.jpg) no-repeat 99% top;
width:704px;
}
/*======================================

タイトル

=======================================*/

h1 {
background:url(file/img/line_.gif) no-repeat center center;
font-family:Impact;
font-size:30px;
font-weight:400;
letter-spacing:20px;
line-height:55px;
margin:10px 0;
padding:0;
text-align:left;
width:704px;
}

h1:first-letter {
color:#55b5fb;
padding-left:20px;
}

/*======================================

メニュー

=======================================*/
#ul {
background:url(file/img/line_2.gif) no-repeat center center;
height:30px;
list-style:none;
margin:0;
padding:0;
width:100%;
}

.bo {
background:url(file/img/line_4.gif) #fff no-repeat center top;
height:7px;
list-style:none;
width:100%;
}

#menu {
float:left;
font-weight:bold;
}

#menu a {
background:url(file/img/line_3.gif) no-repeat right center;
display:block;
float:left;
line-height:30px;
width:80px;
}

/*======================================

メイン

=======================================*/

div.main {
padding:20px 0;
}

.t {
font-weight:bold;
letter-spacing:16px;
line-height:40px;
padding-left:25px;
text-align:left;
text-transform:none;
}

.td {
line-height:20px;
padding-left:30px;
text-align:left;
}

table,pre {
background:transparent;
color:#494949;
font-family:Verdana;
font-size:100%;
}

textarea,input {
background:transparent;
border:#ccc 1px solid;
color:#494949;
font-family:Verdana;
font-size:100%;
}

img {
border:0;
}

.f,.f a {
font-size:70%;
font-weight:400;
}