@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../image/bg01.png);
	font-size: 15px;
	line-height: 24px;
}

.kokuchi {
	position: fixed;
	top: 0;
	right: 0;
}


#wrapper {
	width:1000px;
}

#header {
	height: 50px;
	background: url(../image/romaealine.png) ;
	background-repeat: repeat-x;
}

.box01{
	float: left;
	width: 100px;
	padding: 30px;
	margin-left: 10px;
	margin-top:10px;
	
}

.box02 {
	float: left;
	width: 600px;
	color: #dc143c;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 55px;
}

#menu {
	left: 20px;
	top: 40px;
}

#menu ul {
	margin-top: 20px;
	list-style: none;
}

#menu li a{
	display: block;
	text-indent: -9999px;
	height: 38px;
	width: 107px;
	margin-top: 20px;

}

#menu li.menu01 a { background: url(../image/homeOff.png); }
#menu li.menu01 a:hover {	background: url(../image/homeOn.png); }
#menu li.menu02 a { background: url(../image/profileOff.png); }
#menu li.menu02 a:hover {	background: url(../image/profileOn.png); }
#menu li.menu03 a { background: url(../image/newsOff.png); }
#menu li.menu03 a:hover {	background: url(../image/newsOn.png); }
#menu li.menu04 a { background: url(../image/blogOff.png); }
#menu li.menu04 a:hover {	background: url(../image/blogOn.png); }

.topillust {
	float: right;
	
	
}

#contents {
	
}

h2 {
	margin-left: 70px;

}
#footer {
	clear: both;
	padding: 50px;
	background: url(../image/romaealine.png) ;
	background-repeat: repeat-x;
}
