@charset "utf-8";
/* ベース------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:active { 
	text-decoration: none; 
}
a:hover{text-decoration: underline;}
a:link { color: #EEE; }
a:visited { color: #EEE; }



a,img{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

/* エリア------------------------------------------ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82%;
	color: #333;
	background-color:#039;
	letter-spacing: 0.08em;
	background-repeat: repeat;
	line-height: 146%;
}

#wrapper{
	width:850px;
	background-color: #DDF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header{
	width: 834px;
	height: 82px;
	background-color: #039;
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 16px;
}
.rogo {
	display: block;
	float: left;
}
.gotoN {
	display: block;
	float: right;
}

#contents {
	float: right;
	width: 630px;
	padding-right:10px;
}
#sidemenu {
	float: left;
	width: 186px;
	padding-left:10px;
}
#footer{
	background-color:#039;
	padding-top:10px;
	font-size:85%;
	width: 850px;
	height:80px;
	clear:both;
	text-align:center;
	color:#ffffff
}
.end {
	border-right: solid 1px #069;
	padding-right:10px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer ul li {
	display: inline;
	width: auto;
	margin-right: 8px;
	padding-left: 10px;
	border-left: 1px solid #069;
}
#footer p {
	margin-top: 30px;
}


/*タイトル軍----------------------------------- */
h1{
	font-size:10px;
	margin-right:10px;
	font-style:normal;
	text-align: right;
	color: #EEEEFF;
}

/*サイドナビ----------------------------------- */
.menu_list {
	list-style-type: none;
	margin-bottom: 100px;
}
.menu_list li{
	margin: 0px;
	display: inline;
}
.menu_list img{
	width: 178px;
	height:46px;
	display:block;
	margin-bottom:2px;
}
/*-クリアフィックス---------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear: both;
}
.clearfix{
	zoom:1;
}

