@charset "utf-8";
/* CSS Document */

*{margin:0px;
  padding:0px;
  zoom:1;
}
  
a{text-decoration:none;}  
 
a:hover{color:#FFF;}
  
img{border:none;}


.error{ top:0px; background: # CCC; padding: 10px; text-align:center; z-index:5;}


#containts{
	position:absolute;
	top:0px;
	width:100%;
	height:750px; 
	background-color:#FFF;
}

#sakura{
	position: absolute;
	top:0px;
	right:0px;
	width:497px;
	height:221px;
	background-image:url(../images/sakura.jpg);
	z-index:2;
}

#containts_left{
	position:absolute;
	top:0px;
	width:50%;
	height:750px;
	background-color:#C6CFA9;
	background-repeat:repeat-y;
    z-index:3;
}

#shadow{
	position: relative;
	top:0px;
	right:-100%;
	width:19px;
	height:100%;
	background-image:url(../images/shadow.jpg);
	background-repeat: repeat-y;
	z-index:2;
}

#left{
	position: absolute;
	top:250px;
	right:10%;
	width:500px;
	height: auto;
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #fff;
    line-height:15pt;}
	
#left a{
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #7c7c7c;
    line-height:15pt;}

#left a:hover{
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #666;
    line-height:15pt;}
	
h1{font-weight:normal;
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #9c9c9c;
    line-height:15pt;
}

h2{font-weight:normal;
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #7c7c7c;
    line-height:15pt;
}

#containts_right{
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:750px;
	background-color: #fff;
	background-repeat:repeat-y;
}

#right{
	position: relative;
	top:250px;
	left:10%;
	width:500px;
	height: auto;
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #7c7c7c;
    line-height:15pt;}

#right a{
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #9c9c9c;
    line-height:15pt;}

#right a:hover{
    font-family: "メイリオ", arial, helvetica, clean, sans-serif;
    font-size:11px;
    color: #F54B29;
    line-height:15pt;}	



