
/*******************reset*******************/
/* 全体共通*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,p,th,td {
	padding:0;
	margin:0;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;

}
.mac.webkit body,.mac.gecko body,.mac.ie body{
	letter-spacing: -1.5px;
}
.iphone body{
	letter-spacing: -1.5px;
}
.ipad body{
	letter-spacing: -1.5px;
}
.ipod body{
	letter-spacing: -1.5px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
}
fieldset,img {
	border:0;
	padding: 0px;
	margin: 0px;
}
th,em {
	font-weight:normal;
}

/* link 
-------------------------------- */
a{
	color:#b43920;
	text-decoration:underline;
}
a:hover {
	color:#dc6000;
	text-decoration:none;
	cursor: pointer;
}
/*  IE6$B0J2<%f!<%6!<$K%a%C%;!<%8$rI=<((B
-------------------------------- */
.error{background:#ff6699;padding: 20px;text-align:center;}

/****************** $BA4BN(B ******************/
body {
	background:#000;
	color:#FFF;
	text-align: center; /* IE6$BBP1~(B */
	font:12px 'PT Sans Narrow', sans-serif;
	min-width:980px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin: 0px auto;
	line-height: 170%;
	
}
#area {
	margin: 0px auto;
	width: 980px;
	height:100%;
  min-height: 1200px;
}

/****************** general$B%J%S%2!<%7%g%s(B *******************/
#gn {
	width: 250px;
	height: 100%;
	float: left;
	color: #82713f;
}
.gnNews {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_news.png) 0 0 no-repeat;
}
.gnNews * {
  display: none;
}
.gnNews span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_news.png) 0 -40px no-repeat;
}

.gnCourse {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_course.png) 0 0 no-repeat;
}
.gnCourse * {
  display: none;
}
.gnCourse span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_course.png) 0 -40px no-repeat;
}


.gnMenu {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_menu.png) 0 0 no-repeat;
}
.gnMenu * {
  display: none;
}
.gnMenu span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_menu.png) 0 -40px no-repeat;
}

.gnInside {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_inside.png) 0 0 no-repeat;
}
.gnInside * {
  display: none;
}
.gnInside span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_inside.png) 0 -40px no-repeat;
}

.gnStoreinformation {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_storeinformation.png) 0 0 no-repeat;
}
.gnStoreinformation * {
  display: none;
}
.gnStoreinformation span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_storeinformation.png) 0 -40px no-repeat;
}

.gnSitemap {
	position:relative;
	display:block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_sitemap.png) 0 0 no-repeat;
	margin-bottom: 20px;
}
.gnSitemap * {
  display: none;
}
.gnSitemap span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 40px;
	width: 250px;
	background:url(../images/gn_sitemap.png) 0 -40px no-repeat;
}
/****************** toppage$B$X$N%J%S(B *******************/
.indexpage {
	position:relative;
	display:block;
	height: 100px;
	width: 30px;
	background:url(../images/toppage.gif) 0 0 no-repeat;
}
.indexpage * {
  display: none;
}
.indexpage span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100px;
	width: 30px;
	background:url(../images/toppage.gif) 0 -100px no-repeat;
}
/****************** $B$4M=Ls(B $BEEOCHV9f(B *******************/
.gnTel {
	margin: 20px 0px 0px 0px;
}

/****************** right area ******************/
#rightarea {
	width: 680px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}
#contents {
	padding: 20px;
	background-image: url(../images/contents_back.gif);
	color: #555555;
}
.indexpage {
	float: right;
	margin-top: 100px;
}
.copyright {
	text-align: right;
	color: #8c8c8c;
	letter-spacing:1px;
}

.facebook_instagram{
	margin-top: 15px;
    margin-bottom: 10px;
}

.facebook_icon{
	margin-right: 5px;
}

.icon_comment{
	width: 135px;
    text-align: left;
    margin: 0 auto;
}
