
/* 全体の装飾 */

*{
font-size: 10pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #42426F;

}

BODY{
margin: 0; 
padding: 0; 
text-align: center; 
background-image: url(image/back.gif);
}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}


/* リンク */

A{
  text-decoration : none;color : #009900;
}
A:HOVER{
color :#009900;
text-decoration : none;
cursor : default;
visibility : visible;
float : none;
clear : none;
position : relative;
left : 1pt;
}

/* レイアウト*/

div#main{ 
width: 404px;
margin: 0 0 0 18px;
padding: 0;
text-align: left;
vertical-align: top;
}

div.text{
width: 404px;
margin: 0;
padding: 20px 15px 0 10px;
text-align: left;
vertical-align: top;
}

/* タイトル */

h1{
color: #778899; font-size: 13pt; font-weight: bold; 
letter-spacing: 0.1em; 
word-spacing: 3px; 
}

/* 見出し */

h2    { 
width: 383px; 
height: 35px; 
padding-top: 10px;
padding-left: 30px;  
margin: 0; 
color: #4682B4; 
font-size: 12pt; 
font-weight: bold;
background: url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 3px;
letter-spacing: 0.3em;
text-align: left;
}

h3    { 
color: #BC8F8F; 
font-size:10pt; font-weight:bold;  
text-indent : 1em;
margin: 0 0 15px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}


/* 画像関係 */

img{
border:none; 
margin:0;
}

/* メニュー関係 */

div#menu	{ 
padding:0; 
margin: 0; 
word-spacing: 3px; 
}
    #menu   a{ 
	font-weight:bold; 
	text-decoration:none; 
	color : #009900; 
	font-size:9pt; 
	}
    #menu   a:hover	{ 
	color : #009900; 
	border-bottom:1px dashed #B0C4DE; 
	}

p.m{ 
text-align: right; 
margin: 0 0 0px 0;
}
p.m2{ 
text-align: right; 
margin: 0 10px 5px 0;
}

span.now{
color : #4682B4; 
font-weight:bold; 
text-decoration:none; 
}


/* テキストエリア */

textarea,input {

background-color:#fff;
background-attachment:fixed; 
font-size: 10pt;
color: #669999;
font-family: 'MS UI Gothic';
background-color: #fff;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;

scrollbar-arrow-color: #669966;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color :#fff;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color:#fff; 
}





