/* 全体の書式設定 */

body {
background-image:url(6.jpg);
background-attachment:fixed;
background-repeat:no-repeat; 
background-position:center;
color : #555;
font-size : 10px;
font-family : "Verdana";
font-weight : normal;
line-height : 18px;
letter-spacing : 1px;
cursor : default;
}


br{
letter-spacing : normal;
}


#all {
width : 600px;
text-align : left;
background : #e9e6e4;
padding : 30px;
filter:Alpha(opacity='80');-moz-opacity:0.5;opacity:0.5;
}




/* スクロールバー */

* {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;

margin : 0;
padding : 0;
}



/* 全体のリンク */

a:link,a:visited {color : #555; font-weight : normal; border-bottom : 2px solid #ccb802; text-decoration : none; background : none; cursor : help;}
a:hover,a:active {color : #aaa; font-weight : normal; border-bottom : 2px solid #ccc; text-decoration : none; background : none; cursor : help;}




/* うえ */

#header {
width : 540px;
height : 100px;
line-height : 20px;
text-align : left;
margin : 0 0 50px 0;
}



/* メニュー */

#header a:link, #header a:visited {color : #555; font-weight : bold; border-bottom : none; text-decoration : none; background : none; cursor : help;}
#header a:hover, #header a:active {color : #aaa; font-weight : bold; border-bottom : none; text-decoration : none; background : none; cursor : help;}




/* サイトタイトル */

h1 {
color : #ccc;
height : 60px;
font-size : 50px;
font-weight : bold;
text-align : right;
margin : 0 0 5px 0;
padding : 20px 0 0 0;
border-bottom : 2px dashed #ccc;
width : 520px;
}



/* 本文 */

#main {
width : 540px;
line-height : 20px;
}



/* ボックス（ページ代わり） */

.box {
margin : 0 10px 30px 10px;
width : 520px;
}



/* ボックスタイトル */

.title {
color : #ccc;
height : 40px;
font-size : 30px;
font-weight : bold;
text-align : right;
margin : 0 0 15px 0;
padding : 10px 0 0 0;
border-bottom : 2px dashed #ccc;
width : 520px;
}



/* バックボタン */

.back {
width : 43px;
padding : 0 0 0 5px;
text-align : left;
border : 2px dashed #ccc;
}

.back a:link, .back a:visited {color : #aaa; font-weight : normal; border-bottom : none; text-decoration : none; background : none; cursor : help;}
.back a:hover, .back a:active {color : #ccc; font-weight : normal; border-bottom : none; text-decoration : none; background : none; cursor : help;}




/* ページ内見出し */

.topic {
color : #555;
font-size : 10px;
font-weight : bold;
margin-bottom : 10px;
}




/* 著作権表示 */

.claim {
color : #aaa;
text-align : center;
margin : 35px 0 0 0;
}

.claim a:link, .claim a:visited {color : #aaa; font-weight : normal; border-bottom : none; text-decoration : none; background : none; cursor : help;}
.claim a:hover, .claim a:active {color : #ccc; font-weight : normal; border-bottom : none; text-decoration : none; background : none; cursor : help;}


/*インプット*/

input,select,textarea { font-size:9pt; font-family:'Tahoma';
background-color:white; border-top:1px solid black;
border-bottom:1px solid black; border-left:1px solid black;
border-right:1px solid black;
filter:Alpha(opacity='50');-moz-opacity:0.5;opacity:0.5; }