﻿@charset"Shift_JIS";

/* 基本CSS */
* {
	margin: 0;
	padding: 0;
	font-family: "MS Ul Gothic", Osaka, Arial, Helvetica, sans-serif;
	background: url(bk.html) top center ;
	background-repeat: repeat-y;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#888888;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	
  }	
body{
	color: #666666;
	text-align:center;
        background-color: #FFFFFF;
        background-image: url(gif/sakura02.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment : fixed;
	}
#wrapper {
	width: 460px;
	margin:auto;
	text-align:left;
        			
}
h1 {
	height:30px; 
	text-align:left;
	font-size:24px;
	color: #666666;
	font-weight:normal;
	letter-spacing: 5px;
	margin-top: 30px;
}
h2 {
	color: #666666;
	font-size:12px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	font-weight: normal;
}
h1 a {
	color: #666666;
	font-weight:bold;
}

p {
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
#menu {
	text-align:right;
	margin: 0px;
	border-bottom: 1px solid #888888;	
	font-size: 12px;
	line-height: 150%;		
}

#footer {
	font-size: 11px;
	font-style: normal;
	text-align:center;
	border-top: solid 1px #888888;
	padding-top: 15px;
	clear: both;
}
#footer a{
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;	
}
