/* css for uselesscat */


/***********************************************/
/* 新レイアウト																 */
/***********************************************/
body {
	font-family: 'メイリオ', arial, helvetica, clean, sans-serif;
	height: 100%;
  background-color: #339933;
  padding: 0px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

#header {
	position: relative;
	width: 950px;
	max-width: 2000px;
	height:	200px;
	top: 0;
	margin: 0px auto;
	z-index: 10; 
	padding: 0px;
	background-color: #fff;
	background-image: url(/img/eye_catch.jpg);
}

/* footer */
#footer { 
	clear: both;
  bottom: 0;
	width: 950px;
	height:80px;
	margin: 0px auto;
	z-index:8; 
	background-color: #fff;
	
}

#footer hr {
	width: 80%;
	margin: 0px 100px 10px;
}

#footer p {
	line-height: 0.4em;
}

#contents {
	padding: 20px 0px;
	position: relative;
	clear: both;
	min-height:100%;
	height: auto !important;
	height: 100%;
	width: 950px;
	z-index:100;
	text-align: left;
/*	background-color: transparent; */
	background-color: #fff;
	margin: 0 auto;
}


div#main_contents {
	position: relative;
	width: 100%;
	z-index:9;
	background-color: #ffffff;
} 


ul {
 margin: 0;
 padding: 0;
}


h1 {
	position: absolute;
	font-family: 'Impact';
	font-size: 48px;
	display: inline;
	top: 20px;
	left: 20px;
	color: #999;
}

h2 {
	font-family: arial;
	font-size: 26px;
	font-weight: normal;
	margin: 0px 40px 20px 40px;
	border-left: 20px solid #cfc;
	border-bottom: 1px solid #ccc;
	padding: 6px 20px;
	color: #393;
}

h3 {
	background-color: #cfc;
	border-left: 10px solid #393;
	color: #333;
	width: 80%;
	padding-left: 10px;
	font-weight: normal;
}


/* TOP Menu */
#menu {
	position: absolute;
	width: 100%;
/*	border: 1px solid #ccc; */
	bottom: 0px;
	left: 0px;
/*	background-color: #090; */
}

#menu a {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
}

#menu a:hover {
	font-weight: bold;
	color: #9cf;
}

#menu li {
	padding: 4px 20px;
	border-right: 1px solid #fff;
	list-style-type: none;
 	float: left;
 	margin: 0px;
}


.warning {
	color: #f00;
}
