@import url('reset.css');

/* General Demo Style */
body{
	background: #e4ebe9 url(../images/pattern2.png) repeat top left;
	color: #000;
	font-family: 'PT Sans Narrow', Arial, sans-serif,;
	/* [disabled]font-size:12px; */
	
}
#text{
	width: 600px;
	margin:0 auto;
	background:#fff;
	text-wrap:none;
	font-size:12px;}
#text h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	font-weight:500;
	font-style:inherit;
	background:#FC0
	
	}
#text h2{
	color:#F00;
	font-size:14px;
	text-shadow:#666;
}
#text h3{
	text-align:center;
	color: #F00;
	}
a{
	color:#000;
	text-decoration:none;
}
.mail a{
	color: #FFF;
	background-color:#F90;
}
.mail a:hover{
	background-color:#F0C;
	}
.clr{
	clear:both;
}
h1, h5{
	margin:15px;
	font-size:44px;
	color:#000;
	font-family: 'Rochester', sans-serif;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
}
h1 span, h5{
	font-size: 18px;
	display: block;
	color: #60817a;
}
	
/* Header Style */
.header{
	height: 25px;
	line-height: 24px;
	font-size: 13px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
#menu {
	  width:600px;
	  padding:0;
	  margin:0 auto;
	  list-style-type: none;
	}
#menu li {
	width: 20%;
	float:left;
	padding: 0 ;
	margin: 0;
	text-align: center;
	}

#menu li a {
	  width:auto;
	  color:#fff;
	  font-size:12px;
	  font-weight:bold;
	  padding:10px 0;
	  text-decoration:none;
	  display:block;
	  background:#666;
	}

#menu li a:hover {
	  background:#555;
	}
