@charset "utf-8";
/* ==========================================================

title : 72ホームメイトGOLF 標準スタイル
scope : すべてのページとトップページ

last modify : 2009/12/03 041_ooba
memo  : 協賛プロゴルフトーナメント追加

========================================================== */

/* ----------------------------------------------------------
 初期化
---------------------------------------------------------- */

body {
	margin:0px auto;
	padding: 131px 0 0;
	font-size:100%;
	line-height:100%;
    color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    background:url(/image_cmn/bg_white.gif) #497817 repeat-y center 50%; 
	}
	
/*body {
	margin:0px auto;
	padding:0px;
    background:url(/image_cmn/bg_white.gif) #497817 repeat-y center 50%; 
    color:#444444;
	font:normal 100%/100% Verdana,sans-serif;
	text-align:center;
	} */
#contents{
	width:800px;
	margin:0 auto;
}
a:link {
	color:#0000ff;
	background-color:transparent;
	text-decoration: none;
	}
a:visited {
	color:#0000ff;
	text-decoration: none;
	}
a:active {
	color: #ff0000;
	text-decoration:none;
	}
a:hover {
	color:#497817;
	text-decoration:underline;	
	}
	
li{
list-style:none;
}
img {
	border: medium none;
	}
hr {
	border: #cccccc 1px solid;
	width: 100%;
	max-width: 870px;
  box-sizing: border-box;
	}
.clear {
	clear: both;
	}
.bold {
	font-weight: bold
	}
.dispnon {
	display: none;
	} 
form {
	margin: 0px;
	} 
.cap {
	padding:0px;
	font-size:90%;
	line-height:120%;
	} 
.cap_w {
	padding: 0px;
	font-size:90%;
	line-height:120%;
	color: #ffffff;
	}
	
/* ----------------------------------------------------------
 サイト経路
---------------------------------------------------------- */
#root_info {
	width:742px;
	margin:10px auto;
	padding:8px 0px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#444444;
	font-size:87.5%;
	text-align:left;
	text-indent:5px;
	}
#root_info .member {
	background:url(/image_cmn/arrow_rootinfo.gif) no-repeat left center;
	margin:0px;
	padding:0 0 0 17px;
	}


#breadcrumb{
    width:742px;
	margin:10px auto;
	/*padding:0 1em;*/
}
#breadcrumb ul{
	display:flex;
  padding: 0;
}
#breadcrumb li{
margin-right:1em;
	font-size:15px;
} 
#breadcrumb li::before{
	content: ">";
	color: darkred;
	padding-right: .5em;
}   
#breadcrumb li:first-child::before{
	content:none;
}   

/* ----------------------------------------------------------
  header
---------------------------------------------------------- */
#headerBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 13px solid #007c3e;
	border-bottom: 4px solid #007c3e;
	background: #fff;
	z-index: 1000;
	transform: translate(0, 0px);
}
#headerBg.fixed {
	position: fixed;
	animation: slideDown 0.5s linear both;
}
@keyframes slideDown {
  from {
    transform: translate(0, -56px);
  }
  to {
    transform: translate(0, 0px);
  }
}

#headerBg > header {
	position: relative;
	width: 974px;
	margin: 0 auto;
	line-height: 1;
  }
  #logo {
	display: block;
	width: 179px;
	  padding: 8px 0;
  }
  #logo a {
	  cursor: default;
  }
  #logo img {
	width: 100%;
  }
  #headerBg .relation {
	position: absolute;
	top: 10px;
	right: 0;
	display: flex;
  }
  #headerBg .relation li {
	  margin-right: 1em;
	text-align: center;
	  font-size: 13px;
  }
  #headerBg .relation li a {
	  position: relative;
	  display: block;
	  margin-top: 0.2em;
	  padding: 0.6em 2em 0.6em 1em;
	  font-size: 15.5px;
	  font-weight: 600;
	  color: #fff;
	  border-radius: 3em;
  }
  #headerBg .relation li a:hover {
	  opacity: 0.75;
  }
  #headerBg .relation li a.tado {
	  background: #219156;
  }
  #headerBg .relation li a.onsen {
	  background: #A1233D;
	  padding: 0.6em 2.5em 0.6em 1.5em;
  }
  #headerBg .relation li a.shuga {
	  background: #1195B7;
  }
  #headerBg .relation li a::after {
	  content: "▲";
	  position: absolute;
	  top: 0;
	  right: 12px;
	  bottom: 0;
	  width: 1em;
	  height: 1em;
	  margin: auto 0;
	  font-size: 42%;
	  line-height: 1;
	  transform: rotate(90deg);
  }
  
  #headerBg nav {
	  position: relative;
	padding: 9px 0 8px;
  }
  #headerBg nav::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  display: block;
	  height: 1px;
	  background: linear-gradient(to right,  #e9f5b9 0%,#9cbf0c 50%,#e9f5b9 100%);
  }
#gnavi {
	position: relative;
  display: flex;
	width: 100%;
  height: 24px;
	padding: 0 0 0 1px;
  text-align: center;
	box-sizing: border-box;
}
#gnavi::before,
#gnavi::after,
#gnavi li::before,
#gnavi li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(44,195,44,0) 0%,  rgba(44,195,44,1) 50%, rgba(44,195,44,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(44,195,44,0) 0%,rgba(44,195,44,1) 50%,rgba(44,195,44,0) 100%);
  background: linear-gradient(to bottom,  rgba(44,195,44,0) 0%,rgba(44,195,44,1) 50%,rgba(44,195,44,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002cc32c', endColorstr='#002cc32c',GradientType=0 );
}
#gnavi::before,
#gnavi li::before {
  left: 0;
}
#gnavi::after,
#gnavi li::after {
  right: 0;
}
#gnavi li {
  position: relative;
  /*width: 121px;*/
	padding: 0 5px;
	flex-grow: 1;
}
#gnavi li a {
	display: inline-block;
	padding: 0 5px;
	font-size: 13px;
	/* font-size: 15px; */
	font-weight: 600;
	color: #000;
	line-height: 24px;
	border-radius: 5px;
  }
  #gnavi li a:hover {
	background: rgba(107,165,40,0.25);
  }
  #gnavi li a.on {
	background: rgba(107,165,40,1);
	color: #fff;
	text-shadow: 0 0 0.5px #fff, 0 0 1px #fff;
	pointer-events: none;
  }
  #gnavi li.top a {
	padding: 0 9px;
  }
  #gnavi li.driving-range a {
	padding: 0 6px;
  }

  #headerBg.fixed #logo,
  #headerBg.fixed .relation,
  #headerBg.fixed nav::before {
	  display: none;
  }
  #headerBg.fixed nav {
	padding: 8px 0 7px;
  }
/* ------------- 広告の画像 ------------- */ 


.ad_space { 
   clear:both; 
    width:800px;
    margin:0 auto 13px;
}

/* ------------- アニメーション ------------- */ 
div.animebox {
	margin:10px 0px;
	}


/* ----------------------------------------------------------
 トップ
---------------------------------------------------------- */

/* ------------- header下バナー ------------- */
figure a:hover {
  opacity: 0.7;
}
.pr_bn { 
     clear:both; 
	 width:760px;
	 margin:0px auto 13px auto;
}
.pr_bn02 { 
     clear:both; 
	 width:760px;
	 margin:5px auto 15px auto;
}
.pr_bn02 { 
     clear:both; 
	 width:760px;
	 margin:5px auto 15px auto;
}
.pr_bn03 { 
     clear:both; 
	 width:760px;
	 margin:5px auto 15px auto;
}
#top {
	width:760px;
	margin:0px auto;
	font-size:80%;
	text-align:center;
	}
#top .siteinfo {
	margin:0px 0px 13px 0px;
	}
#top .siteinfo strong {
	font-weight:normal;
	}
	
/* 最新ゴルフニュース */
#top #top_news {
	clear:both;
	width:480px;
	margin:0px 0px 10px;
	padding:10px 0px 13px;
	background:url(../image/news_bg.gif) no-repeat 0 0;
	}
#top #top_news #news_box {
	width:457px;
	height:92px;
	margin:0px 13px 0px 10px;
	padding:0px;
	background:url(../image/news_box_bg.gif) no-repeat 0 0;
	}
#top #top_news #news_box h2 {
	float:left;
	width:154px;
	height:27px;
	margin:0px;
	padding:0px;
	background:url(../image/news_ttl.gif) no-repeat 0 0;
	text-indent:-10000px;
	}
#top #top_news #news_box p.news_txt {
	float:left;
	width:207px;
	margin:5px 0px 0px 0px;
	padding:0px;
	text-align:left;
	}
#top #top_news #news_box p.btn_bn {
	float:left;
	width:87px;
	height:21px;
	margin:3px 0px 0px 0px;
	padding:0px;
	background:url(../image/news_btn_bn.gif) no-repeat 0 0;
	text-indent:-10000px;
	}
#top #top_news #news_box p.btn_bn a {
	display:block;
	width:87px;
	height:21px;
	background:url(../image/news_btn_bn.gif) no-repeat 0 0;
	}
#top #top_news #news_box p.btn_bn a:hover {
	background:url(../image/news_btn_bn.gif) no-repeat 0 -21px;
	}
#top #top_news #news_box ul {
	list-style:none;
	overflow:auto;
	clear:both;
	margin:0px 11px;
	padding:0px;
	width:435px;
	height:60px;
	}
#top #top_news #news_box ul li {
	width:419px;
	margin:0px;
	padding:2px 0px;
	background:url(../image/news_list_line.gif) repeat-x 0 bottom;
	text-align:left;
	}
#top #top_news #news_box ul li span {
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(/news/image/mrk_newslist.gif) no-repeat 2px 4px;
	}
	

/* メイン 　左　---------------------------------------------------------------------*/

#top_left {
	float:left;
    width:481px;
	margin:0px 6px 0px 0px;
	overflow:hidden;
	}
#top_left p.banner {
	margin:0px;
	padding:0px;
	text-align:left;
	}

/* メイン ゴルフ旅行 */
#top_left_travel {
	margin:10px 0px 9px 0px;
	background:#ffffff url(../image/back_l.jpg) repeat-y;
	text-align:left;
	}
#top_left_travel h2 {
	margin:0px;
	padding:0px;
    width:481px;
	height:37px;
	background: url(../image/ttl_golftravel.jpg) no-repeat center;
	text-indent:-9999px;
	}
#top_left_travel h3 {
	margin:0px 0px 11px 0px;
	padding:0px;
    width:481px;
	height:32px;
	background:url(../image/ttl_golftravel_rec_.jpg) no-repeat center;
	text-indent:-9999px;
	}
	
	
/* Flash配置 */
.flash {
	width:481px;
	height:255px;
    margin:0px;
	padding:0px;
	}
	

.list_box01 {
	overflow:hidden;
	width:434px;
	padding:0px 26px 10px 21px;
	background:url(../image_cmn/dotted_line.gif) no-repeat bottom;
	}
.list_box02 {
	overflow:hidden;
	width:434px;
	padding:10px 26px 10px 21px;
	background: url(../image/back_bottom_l.jpg) no-repeat bottom;
	}
#top_left_travel .col1 {
	float:left;
	width:142px;
	height:77px;
	margin:0 0 5px 0;
	padding:0;
	}
#top_left_travel .col2 {
	float:left;
	width:292px;
	height:77px;
	background-color:#F6FFE6; /* #F6FFE6 */
	text-align:left;
	margin:0 0 5px 0;
	}
#top_left_travel .col2 p{
    margin:2px 5px;
	padding:0px;
	font-size:120%;
}
#top_left_travel .col2 p.comment{
	font-size:80%;
}
#top_left_travel .col2 p.remarks{
	font-size:100%;
}


/* メイン ギアニュース */
#top_left_gear {
	background:#ffffff url(../image/back_l.jpg) repeat-y;
	margin:12px 0px 0px 0px;
	}
#top_left_gear h2 {
	 clear:both;
	 margin: 0px;
	 padding: 0px;
     width: 481px;
	 height: 31px;
	 background:url(../image/ttl_golfgearnews.jpg) no-repeat center;
	 text-indent:-9999px;
}
.list_box03 {
	overflow:hidden;
	width:434px;
	padding: 10px 26px 10px 21px;
	overflow:hidden;
	/*background:url(../image_cmn/dotted_line.gif) no-repeat bottom;*/
	}
.list_box04 {
	overflow:hidden;
	width:434px;
	padding: 10px 26px 15px 21px;
	}
#top_left_gear .col1 {
	float:left;
	width:142px;
	
	}
#top_left_gear .col2 {
	float:left;
	width:290px;
	text-align:left;
	}
#top_left_gear .col2 p{
    margin:0px 5px 5px 5px;
	padding:0px;
	font-size:120%;
}
#top_left_gear .col2 p.comment{
	font-size:100%;
}


.list_box05 {
	width:434px;
	margin: 0px 26px 0px 21px;
	padding: 10px 0px 2px 0px;
	text-align:left;
	background: #F6FFE6; /* #F6FFE6 */
}
#top_left_gear ul {
	list-style:url(../image_cmn/square_index.gif) none outside;
	margin: 5px 10px 5px 20px;
	padding: 0px;
}
#top_left_gear li {
    clear:both;
	margin: 8px;
	padding: 0px;
}

#top_left_gear .news {
	width: 481px;
	/*height: 17px;*/
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	background: url(../image/back_bottom_l.jpg) no-repeat center bottom;
	text-align: right;
   }
.news p {
    margin:0px 26px 12px 0px;
	padding:0px;
	font:normal 100%/100% Verdana, sans-serif;
   }
   
  /* メイン 協賛プロゴルフトーナメント */
#top_left_support {
	margin:12px 0px 0px 0px;
	}
#top_left_support h2 {
	width:481px;
	height:34px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url(../image/ttl_support.gif) no-repeat 0 0;
	text-indent:-10000px;
	}
#top_left_support ul {
	width:467px;
	margin:0px 9px 0px 5px;
	padding:0px;
	}
#top_left_support ul li {
	width:467px;
	height:60px;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-indent:-10000px;
	}
#top_left_support ul li a {
	display:block;
	width:467px;
	height:60px;
	}
#top_left_support ul li#bnr_golf5 a {
	background:url(../image/bnr_golf5.jpg) no-repeat 0 0;
	}
#top_left_support ul li#bnr_golf5 a:hover {
	background:url(../image/bnr_golf5.jpg) no-repeat 0 -60px;
	}
#top_left_support ul li#bnr_crowns a {
	background:url(../image/bnr_crowns.jpg) no-repeat 0 0;
	}
#top_left_support ul li#bnr_crowns a:hover {
	background:url(../image/bnr_crowns.jpg) no-repeat 0 -60px;
	}
#top_left_support ul li#bnr_bridgestone a {
	background:url(../image/bnr_bridgestone.jpg) no-repeat 0 0;
	}
#top_left_support ul li#bnr_bridgestone a:hover {
	background:url(../image/bnr_bridgestone.jpg) no-repeat 0 -60px;
	}
   
   

/* サブメイン　右 ------------------------------------------------------------------------- */

#top_right {
	float:left;
	width:266px;
	margin:0px;
	}
/* 右枠ライン */
.border {
	width:264px;
	margin:0px 0px 0px 5px;
	padding:0;
	border: 1px solid #BDD890;
	}

/* 右 バナー設定 */
#top_right p.banner01 {
	width:264px;
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	}
#top_right p.banner02 {
	width:264px;
	margin:0px 0px 0px 5px;
	padding:10px 0px 0px 0px;
	}
	
/* whatsnew BOX */
.whatsnew_box {
	overflow:hidden;
	clear:both;
	width:250px;
	margin:0px auto 10px auto;
	padding:0px;
	background: url(../image/whatnews_bottom_back.jpg) no-repeat bottom;
	}
.whatsnew_box .box01 {
	overflow:hidden;
	width:250px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background: url(../image/whatnews_ttl_back.jpg) no-repeat top;
	}
.whatsnew_box .box01 h3{
	display:inline;
    float:left;
	margin: 7px auto 7px 20px;
	padding: 0px;
	font-size:90%;
	font-weight:normal;
	line-height:110%;
	}
.whatsnew_box .box01 p{
    float:right;
	margin: 10px 5px 5px 0px;
	padding: 0px;
	font:normal normal 70%/100% Verdana, sans-serif;
	}

.whatsnew_box .box02 {
	overflow:hidden;
    clear:both;
	width:250px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: url(../image/whatnews_back.jpg) repeat-y;
	}
.whatsnew_box .box02 .col1 {
	float:left;
	width:101px;
	margin:0px;
	padding:6px 6px 0px 6px;
	}
.whatsnew_box .box02 .col2 {
	float:left;
	width:131px;
	margin:0px;
	padding:6px 6px 0px 0px;
	}
.whatsnew_box .box02 .col2 p{
    float:left;
	margin:0px;
    padding:0px;
    font:normal 85%/130% Verdana,sans-serif;
}
.whatsnew_box .box02 .col2 img{
	float:right;
    margin:10px 3px 3px 0px;
    padding:0px;
}

/* list BOX */

.list_box06 {
	width:250px;
	margin:0px auto 10px auto;
	padding:0px;
	text-align:left;
	background: #F6FFE6; /* #F6FFE6 */
}
.top_right_list {
	width:240px;
	margin: 0px auto;
	padding: 5px 0px;
}
.top_right_list dt {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	background:url(../image_cmn/arrow_indexsum.gif) no-repeat left center;
}
.top_right_list dd {
	clear:both;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px dashed #999999;
	text-indent: 15px;
}


/* ツアースケジュール --------------------------------------------------- */

#top_right_lesson {
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	}
/* ツアースケジュールタイトル */
#top_right_lesson h2.scedure {
	 margin: 8px auto;
	 padding: 0px;
     width: 250px;
	 height: 25px;
	 background: url(../image/ttl_scedure.jpg) no-repeat center;
	 text-indent:-9999px;
	}	
/* ゴルフレッスン --------------------------------------------------- */

#top_right_lesson {
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	}
/* ゴルフレッスンタイトル */
#top_right_lesson h2.lesson {
	 margin: 8px auto;
	 padding: 0px;
     width: 250px;
	 height: 25px;
	 background: url(../image/ttl_golflesson.jpg) no-repeat center;
	 text-indent:-9999px;
	}


/* ゴルフライブラリ ------------------------------------------------- */
#top_right_library {
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	}
/* ゴルフライブラリタイトル */
#top_right_library h2 {
	 margin: 8px auto;
	 padding: 0px;
     width: 250px;
	 height: 25px;
	 background: url(../image/ttl_golflibrary.jpg) no-repeat center;
	 text-indent:-9999px;
	}
	
/* ゴルフ用語 ------------------------------------------------- */
#golfyougo_box {
	width:250px;
	margin:10px auto;
	padding:0px;
	background:url(../image/back_golfyougo_bottom.jpg) no-repeat bottom;
	overflow:hidden;
	}
#golfyougo_box h3 {
	width:250px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: url(../image/ttl_golfterm.jpg) no-repeat top;
	text-indent:-9999px;
	}
#golfyougo_box .box03 {
    clear:both;
	width:240px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 5px;
	background:url(../image/back_golfyougo.jpg) repeat-y;
	}
#golfyougo_box p.text01 {
	margin: 5px 10px 5px 10px;
	padding: 0px;
	font:normal normal 90%/130% Verdana, sans-serif;
	}
#golfyougo_box h4 {
	margin: 5px 10px 0px 10px;
	padding: 0px;
	font:normal normal 90%/130% Verdana, sans-serif;
	}
#golfyougo_box p.text02 {
	margin:  0px 25px;
	padding:  0px;
	font:normal normal 90%/130% Verdana, sans-serif;
	}


/* リスト選択フォーム */
.formwrap{
    width: 219px;
	height:33px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background:#ffffff;
}
.formwrap p{
    clear:both;
    float:left;
	margin:10px 10px 10px 5px;
	padding: 0px;
	font:normal normal 100%/130% Verdana, sans-serif;
}
#form{
	float:right;
    margin:8px 5px 8px 10px;
	padding:0px;
}


	
/* ゴルフメーカー --------------------------------------------------- */
#top_right_maker {
	height:100%;
	margin:10px 0px 0px 0px;
	padding:0;
	text-align:left;
	}

#top_right_maker h2 {
	 float: right;
	 margin: 5px auto 10px auto;
	 padding: 0px;
     width: 250px;
	 height: 25px;
	 background: url(../image/ttl_golfmaker.jpg) no-repeat center;
	 text-indent:-9999px;
	}
	
#top_right_maker p {	
    margin:0px;
	padding:0px;
	font:normal 100%/100% Verdana, sans-serif;
	text-align:center;
}


#maker_rogo {
	width:250px;
	margin:0px 0 6px 4px;
	padding:0px;
	overflow:hidden;
	}
#maker_rogo ul {
	list-style:none;
    margin:0px;
	padding:0px;
	}
#maker_rogo li {
	float:left;
	text-indent:-9999px;
	}    
#maker_rogo li a {
    list-style:none;
	display:block;
	}

/* ロゴボタン画像位置指定 */ 
#maker_rogo li#callaway a {
	width:125px;
	height:45px;
	background: url(../image/logo_callaway.jpg) no-repeat;
	}
#maker_rogo li#titleist a {
	width:125px;
	height:45px;
	background: url(../image/logo_titleist.jpg) no-repeat;
	}
#maker_rogo li#danlop a {
	width:125px;
	height:45px;
	background: url(../image/logo_dunlop.jpg) no-repeat;
	}
#maker_rogo li#taylormade a {
	width:125px;
	height:45px;
	background: url(../image/logo_taylormade.jpg) no-repeat;
	}
#maker_rogo li#nike a {
	width:125px;
	height:45px;
	background: url(../image/logo_nike.jpg) no-repeat;
	}
#maker_rogo li#bridgestone a {
	width:125px;
	height:45px;
	background: url(../image/logo_bridgestone.jpg) no-repeat;
	}
#maker_rogo li#prgr a {
	width:125px;
	height:45px;
	background: url(../image/logo_prgr.jpg) no-repeat;
	}
#maker_rogo li#maruman a {
	width:125px;
	height:45px;
	background: url(../image/logo_maruman.jpg) no-repeat;
	}
#maker_rogo li#macgregor a {
	width:125px;
	height:45px;
	background: url(../image/logo_macgregor.jpg) no-repeat;
	}
#maker_rogo li#mizuno a {
	width:125px;
	height:45px;
	background: url(../image/logo_mizuno.jpg) no-repeat;
	}


/* ボトム　都道府県別リスト -------------------------------------------------------------------- */

#top_bottom {
     clear:both;
	 margin:0px auto; 
     width:740px;
     text-align:center;
}
#top_bottom h2 {
	width:740px;
    height: 26px;
	margin: 10px 0px;
	padding: 0px;
	background: url(../image/ttl_golftravel_area.jpg) no-repeat center center;
	text-indent:-9999px;
}
#top_bottom h3 {
	width: 730px;
	margin: 5px auto;
	padding: 0px;
	background: url(../image/ttl_kokunai.jpg) no-repeat left center;
	text-indent:-9999px;
}
#top_bottom ul{
	clear:both;
    width: 700px;
    margin: 0px auto;
	padding:0px;
}
#top_bottom li{
    float:left;
    display:inline;
    margin:3px 0px;
    padding:0px 3px;
    border-right:solid 1px #000000;
	font-size:90%;
}
#top_bottom li.last{
    border-right:none;
}

/* 注目ワード -------------------------------------------------------------------- */

dl#att_word {
	overflow:hidden;
	clear:both;
	width:742px;
	margin:25px auto 0px;
	padding:10px 0px;
	background:#f5f5f5;
	color:#737a64;
	font-size:80%;
	}
	
#att_word dt {
	margin:5px 15px;
	padding:3px 8px;
	color:#809700;
	border-left:#809700 solid 5px;
	font-weight:bold;
	text-align:left;
	}
	
dl#att_word dd {
	margin:0px;
	padding:0px;
	}
	
dl#att_word dd ul {
	overflow:hidden;
	list-style:none;
	width:722px;
	margin:0px auto;
	padding:0px;
	}

dl#att_word dd ul li {
	float:left;
	white-space:nowrap;
	margin:2px 0px;
	padding:0px 8px;
	border-right:#aaaaaa solid 1px;
	}


/* -- フッター設定 ------------------------------------------------------------------------------ */

#footer {
	clear:both;
	width:800px;
	margin:0 auto 0 auto;
	padding:20px 0 15px 0;
	border-top:#666666;
	font:normal 80%/125% Verdana,sans-serif;
	text-align:center;
	}
#footer hr {
	margin:10px auto 0;
	}
#footer p {
	margin:10px auto 0;
	padding:0px;
	font-size:12px;
	text-align: center;;
	}
#footer .contents p:first-of-type {
	margin-top: 20px;
	padding-top: 70px;
	background-image: url('/image/bg_footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 98%;
	}

/* メンテナンス情報 */
#mente {
	width:425px;
	/*height:34px;*/
	margin:0px auto 5px 5px;
	padding:4px 0 4px 40px;
	background:url(../image/mente_icon.gif) no-repeat 5px 5px;
	background-color:#e0f0c1;
	border:1px #cbe2b3 solid;
	text-align:left;
	}
#mente p{
	line-height:16px;
	margin:0px;
	padding:0px;
	font-size:90%;
	}
