@charset "utf-8";

/* CSS Document */

/* -------------------------------------------------------
				HTML
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}
p {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
	}

img{
	border:none;
}
body {
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", sans-serif,;
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
}
* html body {
	text-align: center;
}
div.clear{
	clear:both;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration:underline;
}
a:link {
	color:#3e80a5;
}
a:visited {
	color:#7759A8;
}
a:active {
	color:#e15285;
}
a:hover {
	color:#e15285;
}

/* -------------------------------------------------------
				Header
------------------------------------------------------- */
div#header-wrapper {
	width:100%;
	height: 145px;
	background:url(../images/common/headerwrap_bg.gif) left top repeat-x;
	overflow: hidden;
}
div#header {
	width:1000px;
	margin:0 auto;
}

/*------ h1 ------*/
div#header h1{
	width: 140px;
	height: 90px;
	float:left;
}
/*------header-right------*/
div#header-right {
	width: 860px;
	height:90px;
	float: right;
	background:url(../images/common/headerright_bg.gif) no-repeat;
	position:relative;
}
/*description*/
p#description{
	height:30px;
	line-height:30px;
	font-size:x-small;
	color:#bdab63;
	position:absolute;
	top:0;
	left:0;
}
* html p#description {
	font-size:9px;
}

p#description strong{
	font-weight:normal;
}
/* headermenu */
ul#headermenu {
	height:30px;
	position:absolute;
	top:0;
	left:510px;
}
ul#headermenu li {
	width:70px;
	height:30px;
	display: inline;
}
ul#headermenu.no_search {
	right: 5px;
	text-align: right;
}
ul#headermenu.no_search li {
	display: inline;
}
/* serch */
div#sherch{
	width:200px;
	height:30px;
	position:absolute;
	top:0;
	left:660px;
}
div#sherch img{
	float:left;
}
div#sherch form{
	position:relative;
}
div#sherch form input.keyword{
	width:90px;
	height:16px;
	border: 1px solid #CCC; 
	position:absolute;
	top:5px;
	left:70px;  
}
div#sherch form input.serchbtn{
	width:30px;
	height:18px;
	border: 1px solid #CCC;
	font-size:x-small;
	text-align:center;
	padding-bottom:1px;
	position:absolute;
	top:5px;
	left:165px;  
}
* html div#sherch form input.keyword{
	width:80px;
	height:18px;
	border: 1px solid #CCC; 
	position:absolute;
	top:6px;
	left:0px;  
}
* html div#sherch form input.serchbtn{
	width:30px;
	height:18px;
	border: 1px solid #CCC;
	font-size:x-small;
	text-align:center;
	padding-bottom:1px;
	position:absolute;
	top:6px;
	left:85px;  
}
/* headercontact */
ul#headercontact{
	width:310px;
	height:30px;
	position:absolute;
	left:550px;
	top:50px;
}
ul#headercontact li{
	display:inline;
}

/*------ gmenu ------*/
ul#gmenu{
	width:1000px;
	height:50px;
	background:url(../images/common/gmenu_bg.gif) no-repeat 0 0;
}
ul#gmenu li{
	width:200px;
	height:200px;
	display:block;
	float:left;
}
/* -------------------------------------------------------
				Content
------------------------------------------------------- */
div#content-wrapper {
	width:1000px;
	margin:0 auto;
}

div#pagetop-wrapper {
	width:1000px;
	margin-top:20px;
	padding-top:20px;
	height:28px;
	margin:0 auto;
}
div#fdescription{
	height:28px;
	line-height:28px;
	float:left;
	font-size:10px;
	color:#999999;
}
div#fdescription strong{
	font-weight:normal;
}
div.pagetop{
	height:28px;
	float:right;
	text-align:right;
}
/* -------------------------------------------------------
				Footer
------------------------------------------------------- */
div#footer-wrapper {
 	background:#b5a15c;
}
div#footer {
	width: 1000px;
	height:30px;
	margin:0 auto;
}
/* ----- Menu ----- */
ul#footermenu {
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	float:left;
	color: #FFFFFF;
}
ul#footermenu li {
	margin:0;
	padding:0;
	display: inline;
}
ul#footermenu li a{
	color:#FFFFFF;
	text-decoration:none;
}
ul#footermenu li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* ----- Copyright ----- */
address {
	height:30px;
	line-height:30px;
	float:right;
	font-style:normal;
	color: #FFFFFF;
}
/* -------------------------------------------------------
				clearfix
------------------------------------------------------- */

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

.clearfix {
  min-height: 1px;
}

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