
/* 全体的装飾 */

*{
font-size:9pt;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#333;
}

BODY,P,TD{line-height:14pt;
  
  
  
  

  color : black;
}

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; 

  cursor : crosshair;
}

BR{letter-spacing :normal;}

P {margin: 0 0 15px 0;}


A{
text-decoration: none;
color: #CC0000;
  cursor : crosshair;
}

A:HOVER{
color: #CC6600;
text-decoration: none;
cursor: default;
visibility: visible;
float: none;
clear: none;
position: relative;
top: 1pt;
}


/* レイアウト */

div.text{
width: 440px; 
text-align: left;
padding: 20px 10px 40px 20px;
margin: 0;
}


/* タイトル */

h1{
color: #B22222; 
font-size: 16pt; 
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:13pt; 
font-weight:bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 1px;
letter-spacing: 3px; 
}

SPAN.m{ 
 
font-size: 15pt; 
font-weight: bold; 
  
  text-decoration : none;
  cursor : default;
}

h3    { 
margin: 10px 0 20px 0; 
padding: 0; 
color:#DAA520; 
font-size:11pt; 
font-weight:bold;
letter-spacing: 0.5em; 
word-spacing: 3px;
text-indent: 1em; 
}


/* メニュー関係 */

DIV#menu	{ 
padding:0; 
margin: 0; 
word-spacing : 3px; 

  font-size : 11mm;
  font-weight : bold;
  color : #cccc00;
}
    #menu   a{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #696969; 
	font-size: 10pt; 
	}
    #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; 
 
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; 
}
