html{
	color: rgb(62,93,34);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  
 
/* float背景のバグ処理 */
.clearfix {
	overflow: hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}

.margin{
	margin-bottom:70px!important;
}



a{ 
	text-decoration: none;
	overflow: hidden;
	outline: none;
	color:#00F;
}
a:hover{ 
	text-decoration:underline;
}
#menu a:hover{ 
	text-decoration:none;
}

div.movetop a:link,header h1 a:link {color: rgb(62,93,34);}
div.movetop a:visited,header h1 a:visited {color: rgb(62,93,34);}
div.movetop a:hover,header h1 a:hover {color: rgb(62,93,34);}
div.movetop a:active,header h1 a:active {color: rgb(62,93,34);}


ul{ list-style: none;}
img{ border: none;}

body{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;

}

div#all{
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;

}

/* HEADER */

header{
	width: 1000px;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: rgb(255,255,255);
	background-image: url("../ig/topline.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

header h1{
	width: 400px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 42px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho';
	position: relative;
	top: 5px;
	left: 50px;
}

header h1 span{
	display: block;
	font-size: 40px;
	line-height: 42px;
}

header h1 a{
	width: 328px;
	height: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* FOOTER */

footer{
	width: 1000px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

footer h1{
	width: 300px;
	height: 12px;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	top: 3px;
	left: 615px;
}

div#footbar {
	width: 1000px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background-image: url("../ig/fotline.png");
	background-repeat: no-repeat;
	background-position: top;
}

div.movetop{
	width: 110px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	float:right;
	font-size:12px;
	position:relative;
	right: 50px;
}

div.movetop span{
	color: rgb(241,139,36);
}
