@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: serif;
	font-weight: normal;
	font-style: normal;
}

body {
	background-color:#F1F0E3;	
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
}



#wrapper {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #999999;
  display: none;
}


#header {
	padding-top: 10px;
	height: 100px;
	color:#CCCCCC;
}

#header .leftBox{
	float: left;
	width: 400px
	color:#CCCCCC;
}

#header .rightBox{
	float: right;
	width: 560px;
	color:#CCCCCC;
	text-align: right;
}

#header .rightBox p{
	margin-top: 20px;
}


#header #logo {
	position: absolute;
}


h1 {
	font-size:18px;
	color:#330000;
}


h2 {
	font-size:18px;
	color:#330000;
}

h3 {
	font-size:18px;
	color:#330000;
}

dt {
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	color:#663333;
}

dl {
	font-size:10px;
	font-weight:normal;
	line-height: 1.5em;
	color:#996666;
}



img {
}	




a:link {
  color: #93C332;
  background: transparent;
  text-decoration:none
}
a:visited {
  color: #93C332;
  background: transparent;
  text-decoration:none;
}
a:hover, a:active {
  color: #EF8100;
  background: transparent;
  text-decoration:underline;
}


div#footer {
	padding: 1px 0;
	background-color:#F1F0E3;
	clear:both;
}

#footer address {
	margin: 0px 0px 0 0 ;
	color: #AB7A42;
	font-size: 75%;
	text-align: center;
	vertical-align: bottom;
}

/*----------------------------------------------------------------
 *　clearfix
----------------------------------------------------------------*/


/* -- Modern Browsers -- */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfix {
    display: inline-block;/* -- IE7 -- */
}






/* Hides from Legacy IE-mac Hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */


/* -- IE8 -- */
html>/**/body .clearfix {
	display /*\**/: block\9
}


.clear {
	clear:both;
}



/* iepngfix css hack */
/*
img {
    behavior: url("./js/iepngfix.htc");
}
*/

