@charset "Shift_JIS";

*{padding: 0;	margin: 0;}

/*--------------------------------------------------------
1.ページの基本設定
--------------------------------------------------------*/
body{
	font-size: 80%;
	text-align: center;
	font-style: normal;
	font-family: "メイリオ", meiryo, Arial, Helvetica;
	padding: 0;
	margin: 0;
	margin-top: 0;
}

#wallp{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 800px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #666;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

/*--------------------------------------------------------
2、ヘッダー
--------------------------------------------------------*/
#topheader{
	margin: 0 auto 0 auto;
	width: 800px;
	height: 67px;
	background: url(../images/backgroundh.jpg);
}

#topbutton1{
	width: 500px;
	height: 25px;
	color: #666;
}

#topbutton1{
  width: 800px;
  height: 52px;
  text-align: left;
  float: left;
}

#topbutton2{
  width: 250px;
  text-align: left;
  float: left;
}

/*リンク設定*/
#top-menu{
	top: 5px;
	text-align: left;
}

#top-menu li{
  padding: 5px;
  display: inline;
  font-size: 9pt;
  line-height: 14pt;
}


#top-menu a {
   text-decoration: none;
   color: #666;
}

/*メニュー設定*/
#globalNavi {
  list-style:none;
}


.globalNavi li.gai2 {
  padding: 18px 0;
  _padding: 20px 0 4px 0;
  border-right: 0.5px solid #000000;
  float: left;
  line-height: 1;
  list-style-type: none;
  width: 198px;
  _width: 200px;/*IE対策*/
  background: url(../images/buttonback_on.jpg);
}

.globalNavi li {
  font-weight: bold;
  color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  float: left;
  line-height: 9px;
  list-style-type: none;
  width: 198px;
  _width: 200px;/*IE対策*/
  background: url(../images/g-menu-bg.jpg) repeat-x;
}

.globalNavi li a {
  padding: 18px 0;
  _padding: 20px 0 4px 0;
	display: block;
	position: relative;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background: url(../images/g-menu-bg.jpg) repeat-x;
}

.globalNavi li.hashi a {
	background: url(../images/g-menu-bg.jpg) repeat-x;
}

.globalNavi li a:hover {
  border-right: 0px solid #000000;
  color: #fffacd;
  background: url(../images/g-menu-bg-h.jpg);
}

.globalNavi li.hashi a:hover {
  background: url(../images/g-menu-bg-h.jpg);
}

.globalNavi li.gai1 {
  padding: 18px 0;
  _padding: 20px 0 4px 0;
  display: block;
  position: relative;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-right: 0px solid #000000;
  color: #ffffff;
  width: 198px;
  _width: 200px;/*IE対策*/
  background: url(../images/g-menu-bg-h2.jpg);
}

.globalNavi li.gai3 {
  padding: 18px 0;
  _padding: 20px 0 4px 0;
  display: block;
  position: relative;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-right: 0px solid #000000;
  color: #ffffff;
  width: 198px;
  _width: 200px;/*IE対策*/
  background: url(../images/g-menu-bg-h2.jpg);
}

h1{
	padding: 0 7px;
	font-weight:normal;
	font-size: 14px;
}
/*--------------------------------------------------------
3、コンテンツ
--------------------------------------------------------*/
#contents{
  background: url(../images/backgroundm.jpg);
}

.slogan{
	padding:52px 0 0 0;
	text-align:center;
	font-size:140%;
	font-weight:bold;
}

.boxl{
	width:360px;
	float:left;
	padding:10px 0 10px 20px;
}

.boxr{
	width:360px;
	float:right;
	padding:10px 20px 10px 0px;	
}

.sbox1{
	margin:30px 0;
	padding:10px 0;
}

.sboximg{
	width:66px;
	float:left;
}

.sboxtxt{
	width:274px;
	float:right;
}

.text_b{
	font-size:130%;
	font-weight:bold;
}

.text_s{
	font-size:90%;
}

.sp{
	margin:80px 0;
}

/*--------------------------------------------------------
4、フッター
--------------------------------------------------------*/
/*フッター設定*/
#footer{
	clear:both;
	height: 43px;
	padding: 35px 0 0 0;
	background: url(../image/footerback.gif) repeat-x;
}

#footer p{
	font-size: 80%;
	text-align: right;
	margin: 0 1em 0 0;
}