@charset "Shift_Jis";

/* ページ全体 */
* {
	font-family: Osaka, Verdana, "MS UI Gothic";
	font-size: 11px;
	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:#ffffff;
        scrollbar-track-color:#ffffff;  
}
body {
	color: #663366;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
        text-align:center;  
        background:url("http://larme.iza-yoi.net/img/bg2.jpg") repeat #ffffff;

}





/* メイン部分 */
#TOP {
        width:700px;
        height:100%;
	margin: 0 auto;     
        background:url("http://larme.iza-yoi.net/img/bg1.jpg") 
       
}

/* ヘッダー部分 */
#HEADER {
height:50px;
text-align:right;
        
}
#HEADER h1 {
        font-size: 20px;
        font-weight:normal;
        color : #6699cc;
        padding:10px 10px 0 0;
     
}




/* メニュー部分 */
#MENU{
        padding-left:20px;
	margin: 0px;
        text-align:left; 
      }
#MENU ul {
        margin-top:-100px;
        padding-left:300px;
        text-align:center;
        list-style-type:none;
}

#MENU li{      
        margin:0;
        height:25px;
        float:left;
        padding-right:20px;
	}

#MENU A{
  color : #808080;
  font-size: 14px;
  font-weight: bold;
  text-decoration : none;
   display: block;
  font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
  
}
#MENU A:HOVER{
  font-weight: bold;
  color : #ffcccc;
  text-decoration : none;
}

#MENU li.on a {
        font-weight: bold;
	font-size: 14px;
	color: #ffcccc;
}





/* コンテンツ部分 */
#CONTENTS {
        margin-top:140px;
        margin-bottom:10px;
        width:100%;
}
#CONTENTS h2 {
        margin-left:20px;
        height:25px;
	font-weight: bold;
	color: #c0c0c0;
        text-align:left;
        font-family: Georgia, Times New Roman, Osaka, Verdana, "MS UI Gothic";
}
#CONTENTS p {
	margin-left:20px;
	padding: 5px 15px;
}
#CONTENTS a {
	color: #B28557;
	text-decoration: none;
}
#CONTENTS a:hover {
	color: #c0c0c0;
        text-decoration: none;
	
}


.text {
	margin-bottom: 30px;
        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 {
        height:20px;
        
        text-align:right;
        letter-spacing:1px;       
	padding:10px 10px 10px 0;

       
}
#FOOTER ul {
	list-style-type: none;
        margin-left:20px;

}

#FOOTER li a {
        font-size: 10px;
	color: #804040;
        text-decoration: none;
}

#FOOTER li a:hover {
	color: #c0c0c0;
        text-decoration: none;
	
}



/* メールフォーム */
textarea,input {
        border: #c0c0c0 solid 1px;
        background-color: #ffffff;
}
