@charset "utf-8";

/*---------------------------
 
      reset
 
 ---------------------------*/
* {
	margin: 0;
	padding: 0;
} 

/*---------------------------

      All page
 
---------------------------*/

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
	text-align: center;
	margin: 0;
	padding: 50px 45px 0 45px;
	background-color: #fff;
	color: #666;
}

#aroworld {
	width: 830px;
	position: relative;
	margin: 0px auto;
}

#mainbody {
	width:830px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #75d3d9;
}

a:hover {
	text-decoration: none;
	color: #99e4e9;
}


img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}



/*--- contents ---*/

#gnavi {
	width: 190px;
	height: 460px;
	margin: 0 0 10px 0;
	float: left;
}

ul{
	margin: 125px 0 20px 0;
}

li {
	list-style-type: none;
	border-top: 1px dotted #ccc;
	padding: 12px 0 8px;
}

hr, .style1 {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #ccc;
	height: 1px;
	margin: 0 0 50px 0;
}




/*---------------------------

      footer

---------------------------*/

#footer {
	margin: 50px 0 10px 0;
}



/*--- clearfix ---*/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}








