@charset "UTF-8";
/* CSS Document */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


#wrap {
    display: none;
}



body{
	background-color: #FFF;
	padding: 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing:1px;
	text-align: center;
	max-width: 2100px;
    margin: 0 auto;

	
}

a {
	text-decoration: none;
	color: #333;
}


a:hover {
		background-color: #FFF;
		color: #333;
		text-decoration: underline;
}


#navi a { color: #999; }
#navi a:hover { color: #333;
				text-decoration: none;
}



img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#bold{
	font-weight:800;
}

h2{
	font-size:12px;
	margin: 0px 0px 0px 0px;
}

h3{
	font-size:12px;
	margin: 0px 0px 10px 0px;
}

h4{
	font-size:12px;
	margin: 0px 0px 10px 20px;
}

h5{
	font-size:13px;
	font-weight:700;
	margin: 0px 0px 10px 0px;
}

h6{
	font-size:20px;
	font-weight:700;
	margin: 20px 0px 10px 0px;
}


#container {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
}

#content {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


hr {
   border:solid #999;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   color: #CCC;
   text-align:left;
   margin: 0px 0px 0px 0px;
  
} 

hr.dot {
height: 1px;
border: none;
border-top: 1px #000000 dotted;
margin: 20px 0px 40px 0px;
}


#cover {
    width: 910px;
    position: relative;
    overflow: hidden;
}

#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}


input {
	margin: 0px 290px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	border:0px;
	float: right;
		
}


ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}


li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}