@charset "Shift_JIS";
Eż@charset   "UTF-8";

*{		
	margin : 0px;
	padding : 0px;
	border: none;
}

body{		
	text-align: left; 
	background-image : url("bg.png");
	background-repeat : repeat;
	height : 100%;
}

a:link{
	text-decoration:none;
	color:#ff1493;
}
a:visited{
	text-decoration:none;
	color:#ff1493;
}
a:hover{
	text-decoration:none;
	color:#ff1493;
}
a:active{
	text-decoration:none;
	color:#ff1493;
}


#contentsgroup{
	position : relative;
 	overflow: hidden; 
	height: 1500px;
	width : 960px;
	margin : 0 auto;
	text-align : left;
	color : #333333;
	font-size : 12px;
	font-family: CI,Meiryo,"qMmpS Pro W3","Hiragino Kaku Gothic Pro","lroSVbN","MS P Gothic",Osaka,Verdana,Arial,Helvetica,sans-serif; 
}
 


#menu{
	float: left; 
	padding-bottom : 10000px;  
	margin : 0 0 -10000 40px;   
	background-color : #555555;
	width : 200px;
	text-align : center;
}

#contents{ 
	float: left; 
 	padding-bottom : 10000px;  
	margin-bottom : -9960px;  
}


#logo{
	height : 130;
	margin : 0;
}




#title{
	height : 120px;
	text-align : right;
	margin : 0 10;
	
}
	
#text{
	margin : 10 20;
}



H2{		
	margin : 5 0;

}
