@charset "Shift_Jis";

/* ページ全体 */
* {
	font-family: Osaka, Verdana, "MS UI Gothic";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
        scrollbar-3dlight-color:#555555;
        scrollbar-arrow-color:#555555;
        scrollbar-darkshadow-color:#f2e6e6;
        scrollbar-face-color:#f2e6e6;
        scrollbar-highlight-color:#f2e6e6;
        scrollbar-shadow-color:#555555;
        scrollbar-track-color:#f2e6e6;  
        overflow: hidden;

}
body {
	color: #ffffff;
	line-height: 170%;
	text-align:left;
	margin: 0px;
	padding: 0px;
         background:url(sora.jpg) no-repeat;       
}
#TOP {
	width:100%;
	padding: 0px;
	margin: 5% 0 0 0;
}

/* ヘッダー部分 */
#HEADER {
        width:100%;
        padding: 0px;
        margin: 0 0 10px 0;
}
#HEADER h1 {
        margin: 0 20px 0 0;
        font-size: 20px;
        text-align:right;
        font-weight: normal;
        color: #808080;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}




/* メニュー部分 */
#MENU{
        width:100%;
        margin: 0;
	padding: 10px 0 30px 0;
        
        text-align:left;
       
      }



#MENU li{
        font-weight: bold;
        height:30px;
        padding-left: 20px;
        display: inline;
	}

#MENU A{
  font-size: 14px;
  color : #ffffff;
  text-decoration : none;
  
  font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}
#MENU A:HOVER{
  font-weight: bold;
  color : #808080;
  text-decoration : none;
}

#MENU li.on a {
        font-weight: bold;
	font-size: 16px;
	color: #808080;
}

/* コンテンツ部分 */
#CONTENTS {
        width:100%;
        height:400px;
	margin:0 0 0 0;
　　　　filter:Alpha(opacity='50');
        opacity:0.5;
        background-color: #000000;
        overflow: auto;
}
#CONTENTS h2 {
        height:20px;
	font-weight: bold;
	color: #c0c0c0;
	margin: 30px 0 0 10px;
        text-align:left;
        font-size: 16px;
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 15px;
}
#CONTENTS a {
	color: #ffffff;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #000000;
        text-decoration: none;
	
}


.text {
	padding: 10px;
	margin: 0px;
        letter-spacing:1px;
        text-align:left;
}



/* フッター部分 */
#FOOTER {
        width:100%;
        text-align:right;
        font-size: 10px;
        letter-spacing:1px;       
	margin: 10px 0 0 0;
        color: #555555;
}
#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;
	
}



/* メールフォーム */
textarea,input {
        border: #c0c0c0 solid 1px;
        background-color: #ffffff;
        overflow: auto;
}



