/*
*	red-white.css
*/
* {margin:0;padding:0;border:0}
body{
	color : #626262;
	background : #FFF;
	margin:0;
	text-align:center;
	font-size: 14px;
	width:100%;
	height:100%;
}
a {
	color:#EB1400; 
	text-decoration:none;
	font-weight: 600;
}
a:hover {
	color:#EB1400;
	text-decoration:underline;
}
h1 {
	display:block;
	font-size:150%; 
	font-weight:bold;
	margin-bottom: 10px;
	color:#444444;
}
h2 {
	color: #444444;
	margin:10px 0 10px;
	letter-spacing:1px;
}
h3 {
	color: #444444;
	margin:10px 0 5px;
	letter-spacing:1px;
}
h2, h3 {
	letter-spacing : 2px;
}
p {
	margin:0px 0px 10px;
}
#header {
	background: #F02800;
	padding: 10px;
	position: relative;
}
#header a {
	color:#FFF;
}
#header h1 {
	margin-bottom: 0px;
	color: #FFF;
}
.body-wrap {
	height: auto;
	display:block;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin: 1px;
}
#content {
	padding-right: 10%;
	width: auto;
}

.menu {
	background: #FFF;
}
.menu li {
	color: #444444;
	text-align:left;
	display:block;
	line-height:40px;
	height:40px;
	text-decoration:none;
	padding-left:30px;	
	overflow: hidden;
	background: #FFF url(red-white-menu.png) no-repeat;
}
.menu li:hover {
}
.menu li:hover a {
	color:#FFF197;
	text-decoration : underline;
}
.menu li a {
	color: #EB1400;
	font-weight: bold;
}

#momo_footer {
	background : #FFF197;
	width:100%;
	font-size : 80%;
	font-weight:normal;
	padding : 5px 0;
	text-align:center;
	clear:both;
	height : 50px;
	color: #EB1400;
}
