
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#333333;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
background-attachment:fixed;
cursor:default;
letter-spacing:1px;
scrollbar-face-color: white;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;
}
body{text-align:center;}

/* リンク設定 */ 
A {cursor:w-resize;}
A:link {text-decoration:none;color:#666666;}
A:visited {text-decoration:none;color: #000060;}
A:active {text-decoration:none;color: #800020;}
A:hover {text-decoration:none;
color:#66ccff;}

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:0px 0px 0px 15px;
} 

img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:11px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#333333;
border:1px solid #3399cc;
background-color:#ffffff;
}

/* テーブル設定 */
#all{
text-align:left;
width:870px;
margin:70px auto;
}
#left{
float:left;
width:280px;
height:520px;
border:1px solid #333333;
background:url(./img/bg01.gif) ;
}
#main{
overflow:auto;
float:left;
width:570px;
height:520px;
border:1px solid #333333;
margin:0px 0px 0px 10px;
}

/* 見出し設定 */ 
h1{
font-size:20px;
color:#ff2020;
margin:10px 0px 5px 10px;
}
h1:first-letter{
font-size:30px;
color:#c02020;
}
h2{
font-size:10px;
color:#c02020;
margin:15px 0px 3px 0px;
padding:4px 0px 4px 8px;
}
h3{
font-size:10px;
color:#00aa33;
text-decoration:underline;
background:url(h3.gif) no-repeat 0% 50%;
margin:5px 10px;
padding:0px 10px;
}

/* メニュー設定 */ 
#menu{
font-size:11px;
letter-spacing:5px;
text-align:center;
}
#menu ul {
list-style-type:none;
margin:0px;
padding:0px;
}
#menu li {
display:inline;
}
#menu li a {
display:block;
color:#333333;
width:100%;
padding:5px 0px 5px 0px;
}


/* テキスト設定 */ 
.text1{
line-height:20px;
padding:5px 15px 50px 10px;
}
.title {line-height:2em;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

/* リンクページの設定 */ 
dl.banner{margin:0px 0px 15px 0px;}
dl.banner dt{float:left;margin:0px 5px 0px 0px;}
dl.banner dd{margin:-2px 0px 0px 0px;}

