html, body, a, div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, p, table, th, td, ul, ol, li {
	padding: 0;
	margin: 0;
}

html, 
body {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, th, td, input, textarea {
	font-size: 14px;
	line-height: 1.8;
}

body {
	background: #f3f2f1;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	text-align: center;
}

a {
	color: #636261;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

*:focus {  
  outline: none;  
}

ul, li {
	list-style-type: none;
}

.text_img {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/**/

.hidden { display: none !important; }
.req { color: #e60000 !important; }


/* ------------------------------
 menu
 ------------------------------ */
#menu {
	background: #333231;
	background: -moz-linear-gradient(top,  #383736 1%, #333231 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#383736), color-stop(100%,#333231));
	background: -webkit-linear-gradient(top,  #383736 1%,#333231 100%);
	background: linear-gradient(to bottom,  #383736 1%,#333231 100%);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 2;
}

#menu div {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#menu span {
	background: #fff;
	display: block;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=10)";
	-moz-opacity:0.1;
	opacity:0.1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 1;
}

#menu li {
	float: left;
}

#menu li a {
	background: url(/images/common/menu_bg01.png?20150119) no-repeat 0 0;
	color: #fff;
	display: block;
	height: 80px;
	text-indent: 100%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}
#menu li a#menu01 { background-position: 0 0; width: 165px; }
#menu li a#menu02 { background-position: -165px 0; width: 97px; }
#menu li a#menu03 { background-position: -262px 0; width: 216px; }
#menu li a#menu04 { background-position: -478px 0; width: 188px; }
#menu li a#menu05 { background-position: -666px; 0; width: 142px; }
#menu li a#menu06 { background-position: -808px 0; width: 151px; }
