@charset "utf-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.2;
	background-color:white;
}
li{
	line-height: 1.2;
}

a:link{
	color:#900;	/* こげ茶 */
}
a:visited{
	color:#369;	/* 青色 */
}
a:hover{
	color:#090;	/* 緑色 */
}

/* -------------------------------------------------- */
/*        全体の構成                                  */
/* -------------------------------------------------- */
#container {
	margin: auto;
	width: 900px;
	position:relative;
	background:white;
}

#left_sidebar {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 5px;
}

#contents {
	float: left;
	width: 510px;
}

/* ２カラムレイアウト */
.profile #contents,
.link #contents,
.history #contents,
.map #contents {
	width: 695px;
}

.asobiba #contents{
	float: left;
	width: 550px;
}

/* １カラムレイアウト */
.sitemap #contents{
	width: 900px;
	float: none;
}

#right_sidebar {
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-right: 5px;
}

.asobiba #right_sidebar{
	float: left;
	width: 130px;
	margin-left: 10px;
	margin-right: 5px;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #FFF;
	border-top: solid 5px #3C0;
	height: 25px;
}

#container #footer .dokoiku p{
	text-align: center;
}
/* -------------------------------------------------- */
/*        ヘッダ部分定義                              */
/* -------------------------------------------------- */
#container #header {
	/*
	position:relative;
	*/
	position:relative;
	top:0;
	left:0;
	height:180px;
	background-image: url(../Images/top/header_01.jpg);
	background-repeat: repeat-x;
}

/* -------------------------------------------------- */
/*        ナビゲーション部分定義                      */
/* -------------------------------------------------- */
#container #navi {
	width: 100%;
	height: 40px;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	background-color: #FFC;
	margin-bottom:10px;
	text-align: center;
}

#container #navi a{
	display: block;
	width: 110px;
	float: left;
	margin: 4px 4px 4px 4px;
	border: 1px solid gray; 
	color: green;
	font-size: 14px;
	text-decoration:none;
	background-image: url(../Images/top/index_navi_back.jpg);
	line-height: 30px;
}

#container #navi a:link {
	background-image:url(../Images/top/index_navi_back.jpg);
}

#container #navi a:hover {
	color: white;
	background-image:url(../Images/top/index_navi_hover.jpg);
	border: solid 1px glay;
}

body.top #container #navi a#navi_home,
body.profile #container #navi a#navi_profile,
body.special_contents #container #navi a#navi_special,
body.map #container #navi a#navi_map,
body.history #container #navi a#navi_history
{
	background-image:url(../Images/top/index_navi_hover.jpg);
}

/* -------------------------------------------------- */
/*        パンくずリスト　定義                        */
/* -------------------------------------------------- */
#container .topic_list p {
	font-size: 85%;
	text-decoration: none;
	padding-left: 0.5em;
}

/* -------------------------------------------------- */
/*        サイト内検索　定義                          */
/* -------------------------------------------------- */
#container .search {
	position:absolute;
	top: 140px;
	left: 380px;	
}

/* -------------------------------------------------- */
/*        ヘッダ右上リンク部分定義                    */
/* -------------------------------------------------- */
#container #header .header_links {
	position:absolute;
	top: 2px;
	left: 680px;
}

#container #header .header_links a {
	font-size: 12px;
	padding-right: 4px;
}

/* -------------------------------------------------- */
/*        左サイドバー定義                            */
/* -------------------------------------------------- */
#container #left_sidebar p {
	text-align: left;
}

/* トップページデザイン */
#container #left_sidebar .left_profile,
#container #left_sidebar .left_news,
#container #left_sidebar .left_ranking {
	font-size: 80%;
	padding: 5px;
	border-right:1px solid #66CC66;
	border-left:1px solid #66CC66;
	border-bottom:1px solid #66CC66;
	margin: 0 0 10px 0; 
}

#container #left_sidebar .left_news dl dt{
	color: #F60;
}
#container #left_sidebar .left_news dl dd {
	margin-bottom: 10px;
}

#container #left_sidebar .left_ranking dl dt {
	color: #060;
	float: left;
}
#container #left_sidebar .left_ranking dl dd {
	margin-left: 35px;
	margin-bottom: 5px;
}
/* 共通ページ（トップページ以外）デザイン */
#left_sidebar .menu h3 {
	color: #FFF;
	background-color: #090;
	line-height: 180%;
	padding-left: 1em;
}

#left_sidebar .menu h4 {
	color: #090;
	border-top:1px solid #090;
	border-right:1px solid #090;
	border-bottom:1px solid #090;
	border-left:10px solid #090;
	line-height: 150%;
	padding-left: 0.5em;
	margin-top: 0.3em;
}

#left_sidebar .menu ul li {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	border: 1px solid #CCC;
	background-image: url(../Images/top/button_04.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#left_sidebar .menu ul li a {
	font-size: 90%;
	text-decoration: none;
	display: block;
	padding-left: 2em;
}

#left_sidebar .menu a:hover {
	background-color: #CF9;
	background-image: url(../Images/top/button_04.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

/* -------------------------------------------------- */
/*        右サイドバー定義                            */
/* -------------------------------------------------- */
#container #right_sidebar div p {
	text-align: center;
}
#container #right_sidebar {
		font-size: 0.75em;
}

/* -------------------------------------------------- */
/*        コンテンツ（中央部）定義                    */
/* -------------------------------------------------- */
#container #contents h2 {
	padding-left: 10px;
	background-image: url(../Images/top/contents_h2.jpg);
	background-position: bottom;
	margin-bottom: 10px;
	line-height: 180%;
	border: 1px solid #C30;
	color: white;
}

#container #contents h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../Images/top/contents_h3.jpg);
	background-position: top;
	border: 1px solid #FC0;
	line-height: 150%;
	color: #930;
	}
	
#container #contents h4 {
	color: #F90;
	border-top:1px solid #F90;
	border-right:1px solid #F90;
	border-bottom:1px solid #F90;
	border-left:10px solid #F90;
	line-height: 150%;
	padding-left: 0.5em;
	margin-top: 0.3em;
}

/* -------------------------------------------------- */
/*        コンテンツ内テーブル定義                    */
/* -------------------------------------------------- */
#container #contents .special table, th, td {
	border: 1px solid #999;

}

#container #contents .special table {
	width: 320px;
	float: right;
}
#container #contents .asobiba table {
	width: 100%;
	margin-bottom: 20px;
}

#container #contents .special th,
#container #contents .asobiba th {
	background-color: #FFC;
	color: #C63;
}

#container #contents .special th {
	width: 80px;
}

#container #contents .asobiba th {
	width: 150px;
}

#container #contents .special th, td,
#container #contents .asobiba th, td {
	padding: 2px 10px 2px 10px; 
	font-size: 85%;
}

/* 「近況」部分定義 */
#container #contents .diary {
	border: 2px dotted  #F93;
	padding: 0.5em;
}

#container #contents .diary img{
	float: left;
}


/* 「News」部分定義 */
#container #contents .news ul li {
	margin-left: 35px;
	list-style-image: url(../Images/top/button_01.gif);
}

/* 「What's New」部分定義 */
#container #contents .Whats_New {
	height: 150px;
	overflow-y: auto;
}

#container #contents .Whats_New dl dt {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	color: #F60;
}

/* 「最近のお出かけ」部分定義 */

#container #contents .odekake table{
	text-align: center;
	font-size: 95%;
}

#container #contents .odekake table td {
	border: 0;
}

#container #contents .odekake img {
	padding: 5px;
	border: 1px solid #999;
}

/* 「遊びから探す」部分定義 */
#container #contents .spesial li,
#container #contents .map_search li {
	margin: 3px 0px 3px 12px;
	float: left;
	font-size: 90%;
	line-height: 150%;
	background-color: #FFF;
	color: #630;
	border: 1px solid #999;
}

#container #contents .spesial li{
	width: 230px;
}

#container #contents .map_search li{
	width: 110px;
}

#container #contents .spesial ul li a,
#container #contents .map_search ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
}
#container #contents .spesial a:hover,
#container #contents .map_search a:hover {
	background-color: #FF9;
}

/* -------------------------------------------------- */
/*        サイトマップ定義                            */
/* -------------------------------------------------- */
.sitemap #container #contents h4 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.sitemap #container #contents ul li {
	list-style-image: url(../Images/top/button_02.gif);
	margin-left: 35px;
}
.sitemap #container #contents .left {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.sitemap #container #contents .center {
	float: left;
	width: 33%;
}
.sitemap #container #contents .right {
	float: left;
	width: 32%;
	margin-left: 1%;
}
/* -------------------------------------------------- */
/*        「地域から探す」定義                        */
/* -------------------------------------------------- */
.map #container #contents dl dt{
	float: left;
	display: block;
	width: 300px;
	margin-left: 1em;
	margin-right: 0.5em;
	padding-left: 1em;
	background-image: url(../Images/top/button_03.gif);
	background-repeat:no-repeat;
}

.map #container #contents dt a{
	text-decoration: none;
}
.map #container #contents dt a:hover{
	background-color: #FF9;
}

.map #container #contents,
.map #container #left_sidebar {
	height: 600px;
	overflow-y: auto;
}

/* -------------------------------------------------- */
/*        「遊び場一覧」定義                          */
/* -------------------------------------------------- */
.asobiba #container #left_sidebar {
	height: 2200px;
	overflow-y: auto;
}

.asobiba #container #contents img {
	padding: 5px;
	background-color: white;
	border: 1px solid #999;
}

.asobiba #container #contents .float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.asobiba #container #contents .float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/*
.asobiba #container #contents .clear {
*/
#container #contents .clear {
	clear: both;
}

/* -------------------------------------------------- */
/*        「リンクについて」定義                          */
/* -------------------------------------------------- */
.link #container #contents em {
	font-weight: normal;
	color:#F60;
}

.link #container #contents .link_text {
	border: solid 1px gray;
	padding: 0 1em;
}
/* -------------------------------------------------- */
/*   フロートした要素は親要素の高さとは無関係に配置   */
/*   されることで起こる問題の対処                     */
/* -------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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