@charset "Shift_Jis";

/* ページ全体 */
* {
	font-family: Osaka, Verdana, "MS UI Gothic";
	font-size: 10px;
	margin: 0px;
	padding: 0px;
        scrollbar-3dlight-color:#ffffff;
        scrollbar-arrow-color:#c0c0c0;
        scrollbar-darkshadow-color:#ffffff;
        scrollbar-face-color:#ffffff;
        scrollbar-highlight-color:#ffffff;
        scrollbar-shadow-color:#c0c0c0;
        scrollbar-track-color:#ffffff;  
        overflow: hidden;

}
body {
	color: #55555;
	line-height: 170%;
	text-align:center;
	margin: 0px;
	padding: 0px;
        background:#ffffff;
        
}

/* メイン部分 */
#TOP {
	width:100%;
        height:100%;
	padding: 0px;
	margin: 0px;
        text-align:left;
}

/* ヘッダー部分 */
#HEADER {
        width:100%;
        height:100px;
        line-height: 100px;
        text-align:right;
}
#HEADER h1 {
        font-size: 72px;
        margin-right: 20px;
        font-weight: normal;
        color: #000000;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}




/* メニュー部分 */

#MENU{
        width:100%;
        height:30px;
        margin:0;
	padding: 0px;
        
         
      }

#MENU ul{
        width: auto;
        list-style-type: none;  
        
	}

#MENU li{
        padding: 0 15px 0 15px;
        font-weight: bold;
        text-align:center;
        float:left;
　　　　display:inline;
        
	}

#MENU A{
  font-size: 12px;
  color : #c0c0c0;
  text-decoration : none;
  font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}
#MENU A:HOVER{
  color : #ff0000;
  text-decoration : none;
}

#MENU li.on a {
        font-weight: bold;
	font-size: 16px;
	color: #808080;
}



/* コンテンツ部分 */
#CONTENTS {
        width:100%;
        height:450px;
	margin:0px;
        padding:10px 0 10px 0;
        background:url("img/back.jpg") no-repeat fixed left;
        overflow: auto;
}
#CONTENTS h2 {
        height:20px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
        text-align:left;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 15px;
}
#CONTENTS a {
	color: #000000;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #ff0000;
        text-decoration: none;
	
}


.text {
	padding: 10px;
	margin: 0px;
        letter-spacing:1px;
        text-align:left;
}



ul.re{
	padding:0 5px 0px 0;
	list-style-type:none;
	text-align:right;
}
ul.re li{
	list-style-type:none;
	display:inline;
	padding:0;
	margin: 0px;
}
ul.re li a{
	text-decoration:none;
	font-size: x-small;
	
}

/* フッター部分 */
#FOOTER {
        width:100%;
        height:20px;
        text-align:right;
        letter-spacing:1px;       
}
#FOOTER ul {
	list-style-type: none;
}

#FOOTER li a {
        font-size: 10px;
	color: #555555;
        text-decoration: none;
}

#FOOTER li a:hover {
	color: #ffffff;
        text-decoration: none;
	
}



