
/* 全体的装飾 */

*{
font-size:9pt;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#333;
}

BODY,P,TD{line-height:14pt;}

BODY{
text-align: center;
margin: 0 0 0 0; 
background-attachment: fixed;
background-image: url(image/back.gif);
background-repeat: no-repeat;
background-position: left top; 
}

BR{letter-spacing :normal;}

P {margin: 0 0 15px 0;}

/* リンク */

A{
  text-decoration : none;
  color : #009900;
}  

A:HOVER{
  color :#009900;
  text-decoration : none;
}

A{
text-decoration: none;
color: #009900;
}

A:HOVER{
color: #009900;
text-decoration: none;
cursor: default;
visibility: visible;
float: none;
clear: none;
position: relative;
top: 1pt;
}


/* レイアウト */

div.text{
width: 440px; 
text-align: center;
padding: 20px 10px 40px 20px;
margin: 0;
}


/* タイトル */

h1{
color: #B22222; 
font-size: 14pt; 
font-weight: bold; 
letter-spacing: 0.5em; 
word-spacing: 3px;
}


/* 見出し */

h2{ 
width:440px; 
height:49px; 
padding-top:10px; 
padding-left:76px; 
margin: 0 0 0 0; 
color: #CC3333; 
font-size:10pt; 
font-weight:bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 1px;
letter-spacing: 3px; 
}

span.m{ 
color: #B22222; 
font-size: 15pt; 
font-weight: bold; }

h3    { 
margin: 10px 0 20px 0; 
padding: 0; 
color:#DAA520; 
font-size:10pt; 
font-weight:bold;
letter-spacing: 0.5em; 
word-spacing: 3px;
text-indent: 1em; 
}


/* メニュー関係 */

div#menu	{ 
width:440px;
padding:0; 
margin: 0; 
word-spacing: 0px; 
}
    #menu   a{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #696969; 
	font-size: 8pt; 
	}
    #menu   a:hover	{ 
	color: #DCDCDC; 
	border-bottom: 1px dashed #CC0033; 
	text-decoration: none;
	cursor: default;
	visibility: visible;
	float: none;
	clear: none;
	position: relative;
	top: 0pt;
	}

span.now{
font-size: 10pt; 
color: #CC3300; 
font-weight: bold; 
text-decoration: none; 
border-bottom: 1px dashed #CC0033;
}


/* 画像関係 */

img{
border: none; 
margin: 0;
}


/* テキストエリア */

textarea,input {

font-size:9pt;
color: #B22222;
font-family: 'MS UI Gothic';
background-color:#fff;
border-top: 1px dashed #663300;
border-bottom: 1px dashed #663300;
border-left: 1px dashed #663300;
border-right: 1px dashed #663300;

scrollbar-arrow-color: #bbb;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #fff;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color: #fff; 
}
