@charset "Shift_Jis";

/* ページ全体 */

@import url(style001.css);
* {
	font-family: Osaka, Verdana, "MS UI Gothic";
	font-size: 12px;
	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;  

  color : olive;
}
BODY {
        
	color : olive;
	line-height : 170%;
	text-align : center;
	margin: 0px;
	padding: 0px;
        background : #ffffff url(CheckMomo1.gif) repeat fixed;
  
}

/* メイン部分 */
#TOP {
        width : 700px;
        height:100%;
	padding: 0px;
	margin: 0 auto;
        filter:Alpha(opacity='85');
        opacity:0.85;
        background-color: #ffffff;
}

/* ヘッダー部分 */
#HEADER {
        width:100%;   
        height:100px; 
        text-align:right;
}
#HEADER h1 {
        font-size: 24px;      
        color: #808080;
        padding:20px 10px 10px 0;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}




/* メニュー部分 */
#MENU{
        width:100%;
        height:100px;
        margin:0px;
	padding: 0px;
        text-align:center;
      }

#MENU li{
        padding-left: 20px;
        text-align:center;       
        display: inline;

	}

#MENU A{
  color : #808080;
  font-weight: bold;
  font-size: 16px;
  text-decoration : none;
  font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}
#MENU A:HOVER{
  font-weight: bold;
  color : #ff8080;
  text-decoration : none;
}

#MENU li.on a {
        font-weight: bold;
	font-size: 16px;
	color: #ff8080;
}


/* コンテンツ部分 */
#CONTENTS {
        width:100%;
        margin-left:10px;
}
#CONTENTS h2 {
        height:25px;
	font-weight: bold;
	color: #c0c0c0;
        text-align:left;
        
}
#CONTENTS p {
	margin: 0px;
	padding: 5px 15px;
}
#CONTENTS a {
	color: #555555;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #ff8080;
        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%;
        text-align:right;
        letter-spacing:1px;       
	padding:20px 10px 10px 0;
        
}
#FOOTER ul {
	list-style-type: none;
       
}

#FOOTER li a {
	color: #555555;
        text-decoration: none;
        font-size: x-small;
}

#FOOTER li a:hover {
	color: #ff8080;
        text-decoration: none;
	
}



/* メールフォーム */
TEXTAREA,INPUT {
        border: #c0c0c0 solid 1px;
        
}




DIV{
  
  background-color : white;
  color : white;
}
.Class{
  background-image : url(3097111.gif);
}
