/* 全体の設定 */
*{
	font:normal normal normal 14px/20px "MS UI Gothic",Geneva,"細明朝体",sans-serif; 
	border:0;
scrollbar-arrow-color:#399;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#399;
scrollbar-darkshadow-color:#fff;
}
body{
	width:100%;
	text-align:center;
	color : #00008D;
	padding:0;
	margin:0px auto;
}

/* リンク設定 */
a:link,a:active,a:visited {color:#765893;font-size:100%;text-decoration: none;}
a:hover {
  color: #000; 
  font-size:100%;;
  text-decoration:underline; 
}

/* 枠組み全体の設定 */
#BASE{
  	background-color: #fff;
	text-align:left;
	margin:0px auto;
       width:720px;
}


/* 上部画像の設定 */
#HEAD{
width:100%;
height:50px;
padding:0;
margin:10px 0px 20px;
border:1px solid #9CF;
background:url(../image/title.jpg) no-repeat left top;
}

/* サイト名の設定 */
h1{
	width:100%;
 	font-size:20px;
	font-family :"Georgia","MS UI Gothic",Geneva,"細明朝体",sans-serif;
  	font-weight : bold;
  	color : #0099cc;
  	text-align:right;
	padding:10px0 10px;
	margin:0;
}
h1 a{ 
	font-weight:bold;
        font-family:"Georgia","MS UI Gothic",Geneva,"細明朝体",sans-serif; 
        font-size:150%;
        text-decoration:none;
}
h1 a:link, 
h1 a:active, 
h1 a:visited{font-size:150%; color:#0099cc; text-decoration:none;}
h1 a:hover {font-size:150%; color:#ccc; text-decoration:none;}

/* メニュー設定 */
#MENU ul{ list-style-type:none; }
#MENU li{ display:inline; }
#MENU li a{ display:block; padding:0 0 7px; float:left; margin-right:1em; text-decoration:none; font:bold 100% Helvetica,Arial,sans-serif; }
#MENU li a:link,#MENU li a:visited{ color:#4169E1; }
#MENU li a:hover{color:#AFEEEE}


/* #MENU {
width:50%;
padding-top:0.1em;
text-align:right;
}

#MENU ul {
font-size:100%;
font-weight:bold;
padding:0.1em 0 0;
margin:0;
list-style-type:none;
text-align:left;
}

#MENU li {
background:#9CF;
float:right;}

#MENU li a{ 

text-decoration:none;
padding:5px 0;
margin:0;
text-align:center;
font-family :"Georgia","MS UI Gothic",Geneva,"細明朝体",sans-serif;
font-size:14px;
font-weight:bold;
background:#9CF;
color:#3399cc;
float:right;
}
#MENU li a:link, 
#MENU li a:visited, 
#MENU li a:active {color:#3399cc;}
#MENU li a:hover{background:#ffffff;color:#9CF;} */


/* メイン部分の設定 */
#MAIN{	
	text-align:left;
	margin:20px 0px;
	padding:0 5px;
    	float:left;

}
.text{padding:0px 0 20px 0;margin:3px 10px 1.5em;
        background: url("../image/line.gif") repeat;
}

/* 著作権リンクの設定 */
#FOOT{
	text-align:right; font-size:88%; border-top:1px solid #999; 
}
#FOOT address{font-style: italic; text-align:right;}

/* 見出しの設定 */
h2{
	background-color: #F8F8FF;
	padding:0.3em 0;
	border:1px solid #9CF;
	font-family :"Georgia","MS UI Gothic",Geneva,"細明朝体",sans-serif;
	font-size:105%;
	font-weight: bold;
	color : #0099cc;
  	text-align:center;
	margin:5px 0px;
}
h3{
font-weight:bold;
color: #0099CC
text-align:center;
}

/* 段落の設定 */
p{margin:0;padding:0;}
/* 画像を入れたときの設定 */
img{border:none;}


/* おせっかいなサンプルタグの設定（不必要な場合は削除してください）*/
em{font-weight:bold;}
strong{font-weight:bold;border-bottom:3px double #0099cc;}
ins{text-decoration: underline;}
del{text-decoration: line-through;}

blockquote{color:#fff; 
background:#0099cc;
padding:5px;
margin:3px 20px;
}

#main.ol{list-style-position:inside;margin:0px;padding:10px 30px;}
#main.ol li{padding:0;}

#main.ul{list-style-position:inside;list-style-type:square;margin:0px;padding:10px 30px;}
#main.ul li{list-style-type:none; }

dl{list-style-position:inside;padding:2px 17px;}
dt{
font-family :'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'Trebuchet MS', 'ＭＳ Ｐゴシック', sans-serif, 'Osaka';
font-weight:bold;
padding:2px 5px;
border-color:#0099cc;
border-width:0px 0px 1px 8px;
border-style:solid;}
dd{padding:0.3em 0em 0.6em;}

input,select,textarea{
	font-size:small; 
	font-family:"MS UI Gothic",Geneva,"細明朝体",sans-serif; 
	color:#000; 
	border:1px solid #666; 
	background:#fff; 
	margin:5px 20px;
}

