/* CSS Document */

html{height: 100%;}

/* --------------- BODY ----------------------*/
body {
  /* Firefox, Safari, Opera, MacIE5 */
  font:13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  /* WinIE6(Standard) */
  *font-size:small;
  /* WinIE6(Quirks), WinIE5.5 */
  *font:x-small;
  
  text-align:center;
  margin : 0;
  background: #FFF;
  color:#333;
  border-top: solid 5px #555;
  background-color:#EEE;
}

/* デフォルト属性 */
img, a, h1, h2, h3, h4, h5, h6, form, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear br{
  margin: 0;
  padding: 0;
  border: 0;
}

p{
	margin-top:7px;
	margin-bottom:12px;
}

strong {font-weight: bold;}
hr {color:#FFCC00}
a:link, a:visited, a:active {color: #00F; text-decoration: none;}
a:hover {color: #F20; text-decoration: underline;}

/* --------- 基本設定 ----------------- */

#container{
  background-color:#FFFFFF;
  width:800px;
  margin:0 auto;

}

#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: url("../img/header.gif") no-repeat;
  background-color:#FFFFFF;
}

/* 検索フォーム */
.searchFormBox {padding:8px;}
.searchForm {display:inline;}

/* ----- ヘッダー部分 ----- */
#header-l {
  margin : 0px;
  padding: 0px;
  width:800px;
  height : 135px;
  float:left;
}

 
#header-l a {
  margin-top : 0px;
  margin-bottom: 0px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("img/header.gif");
  background-repeat: no-repeat;
  display: block;
}

#header-l a:hover {
  background-image: url("img/header.gif");
}

#header-r {
  margin : 0px;
  padding: 0px;
  padding-top:10px;
  width:545px;
  height:95px;
  float:right;
  text-align:right;
}



/* パンくずリスト */
#headerNavi {
　border-top:2px dotted;
  padding:5px;
  text-align: left;
  border-bottom:2px dotted;
  background-color:#51A649;
  color: #FFF;
}
#headerNavi a {
  color: #FFF;
  text-decoration:none;
  border-bottom:dotted 1px;
}
#headerNavi a:hover {
  color: #F20;
  text-decoration: underline;
}

/* 一行広告スペース */

#line{
	padding:5px;
}

#line ul{
	text-align:left;
	list-style-position:inside;
	margin:0;
	padding:0;
}
#line li{
	text-indent:10px;
	list-style-image:url(../img/cool.gif);
	line-height:0.8em;
}


/* ----- 本文(content) ----- */
#content{
  width: 545px;
  float: right;
  overflow-x: hidden;
  background-color:#FFFFFF;
  font-size:14px;
  line-height:170%;
}

#content h1 {
  margin: 0 0 5px 0;
  font-size:120%;
  font-weight:bold;
  line-height: 2;
  text-indent: 10px;
  color: #333;
  border-left: 5px solid green;
  border-bottom: 1px dotted green;
  background-color:#DDFFDD;
}

.description{
	border:1px solid #008000;
	padding:3px;
}

.headerg{
	margin-top:10px;
	margin-bottom:15px;
}

#content h2 {
  margin: 0 0 5px 0;
  font-size:100%;
  font-weight:bold;
  line-height: 2;
  text-indent: 10px;
  color: #333;
  border-left: 5px solid green;
  border-bottom: 1px dotted green;
  background-color:#DDFFDD;
}

#content h3{
  font-size:100%;
  font-weight: bold;
  lheight: 1.3;
  padding: 5px;
  color: #333;
  background: #EEE;
  overflow-x: hidden; 
  display: block;
  text-decoration: none;
  border-color:#999;
  border:1px solid;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active {
}

#content h3 a:hover {
  color: #FFF;
  background: #333;
  text-decoration:underline;
}

#content h4 {
  margin: 10px 0px 5px 0px;
  color: #000;
  font-size:100%;
  line-height: 1.8em;
  font-weight:bold;
  text-indent: 10px;
  background-color: #EEE;
  border-bottom: 1px solid #999;
}


.contentBody{
	padding:3px;
	border:2px dotted;
	border-color:#990100;
}

.contentChild {
  margin: 10px 5px 10px 10px;
}

/* ページングナビゲーション */
.naviToTop {
  text-align:right;
  font-size: 90%;
}
.naviPageBar {
  background-color:#ebeff9;
  padding:1px;
  border-top:2px #FFCC00 solid;
}
.naviPage {
  float:left;
  margin:0;
  padding:5px 6px 6px 6px;
}
.naviInfo {
  text-align:right;
  font-weight:bold;
  padding-top:2px;
  margin:0;
  padding:6px;
}
.naviLink {text-decoration:none}
.naviArrow {margin:0 1px; vertical-align:text-bottom;}

/* 一覧表 */
.itemNameBox {margin:10px}
.itemName {font-weight:bold;}
.itemDesc {padding-left:3em; text-indent:-2.5em;}
.itemTable {border-collapse:collapse;}
.itemTable th{border:1px solid #999999;}
.itemTable td{border:1px solid #999999;}

/* 施設データ一覧 */
.itemSpec dt {
  font-weight: bold;
  color: #666;
}
.itemSpec dd {
  margin-left:20px;
  margin-bottom:10px;
}


/* ボタンっぽいリンク */
.squareLink {
    vertical-align: 0.3em;
    background-color:#ffe4c4;
    border:1px solid #ddaa99;
    padding:1px;
}
.squareLink {font-size:xx-small;}
a.squareLink:link {text-decoration:none; color:#339900}
a.squareLink:visited {text-decoration:none; color:#006600}

/* ボタンっぽいリンク GoogleMap用 */
.squareLinkGMap {
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #fe756a;
    border:1px solid #000000;
    padding: 1px;
    text-align: center;
    line-height: 1.2;
    width: 1.2em;
}
.squareLinkGMap {font-size:x-small; font-weight:bold; font-family:sans-serif;}
a.squareLinkGMap:link {text-decoration:none; color:#000000}
a.squareLinkGMap:visited {text-decoration:none; color:#000000}

/* ----------- サイド(left) ---------- */
#left {
  width: 245PX;
  float: left;
  margin: 0px;
  color: #666;
  line-height: 1.5;
  background-color:#FFFFFF;
}

#left h2 {
  margin: 10px 0px 5px 5px;
  text-indent: 10px;
  height: 17px;
  color: #FFF;
  font-weight:bold;
  background-color: #6C6E6D;
}

#left h3{
  font-size:100%;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px;
  color: #FFF;
  background: #669934;
  display: block;
  text-decoration: none;
}

#left p {
  color:#666;
}

/* メニュー */
#left .left-search{
  display:block;
  border:1px solid;
  padding:3px;
  border-color:#669934;
}

#left .idx{
  width:100%;
  margin : 15px 0 0 0;
  text-align: left;
  text-indent: 20px;
  line-height: 2.5;
  display: block;
  color: #FFF;
  font-weight: bold;
  background: #FFFF99;
  border-top: 2px solid #4D7227;
  border-bottom: 1px solid #4D7227;
  background-image:url(../img/left.jpg);
}

#left strong{
  width:100%;
  display: block;
  border-bottom:1px dotted;
}

/* ---------- フッター ------------- */
#footer {
  width: 800px;
  border-top:dotted 2px #5D5F5A;
  padding-top:5px;
  margin-top:15px;
}
#footer div {
}
#footer a:link, #footer a:visited, #footer a:active {color: #5D5F5A;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

/* フッターナビ */
#footerNavi {
  width: 790px;
  padding: 5px;
  text-align: right;
  color: #999;
}
#footerNavi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/*  左カラムツリー表示  */
ul.accordion, dl.accordion {
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
}
ul.accordion {
  margin: 0;
  padding: 0;
}
dl.accordion dt, dl.accordion dd, ul.accordion li {
  margin: 0;
  padding: 1px 0 1px 20px;
  background: url("../img/tree_lst_dotted.gif") no-repeat 2px 0;
  list-style: none;
}
dl.accordion dt {
  cursor: pointer;
}
dl.accordion dd {
  overflow: hidden;
  padding: 0 0 0 20px;
  background: url("../img/tree_lst_dotted.gif") no-repeat 2px bottom;
}
ul.accordion li a{
  text-decoration:none;
}
ul.accordion li a:visited{
  border-bottom: 1px dotted #666762;
}
ul.accordion li a:hover{
  color:#999933;
  text-decoration:none;
}

ul.accordion li.accordion_end {
  background: url("../img/tree_end_dotted.gif") no-repeat 2px 0;
  list-style: none;
}

ul.accordion li.accordion_first {
  font-weight:bold;
}

ul.accordion li.accordion_sub {
  background: url("../img/tree_end_dotted2.gif") no-repeat 20px 0;
  padding: 0 0 0 25px;
  text-indent:15px;
}

.accordion dt {cursor:pointer;}
.accordion dd {overflow:hidden; background:#fff}



/* 証券会社ランキング用 */


.rank-sec{
	background-image:url(../img/ranking_sec.gif);
	background-repeat:no-repeat;
}







/* 以下、レスポンシブ */


@media screen and (max-width:1024px){


}


/* 幅が1024px以内の時 */


@media screen and (max-width:880px){


}


/* 幅が880px以内の時 */


@media screen and (max-width:620px){

/*table,th,td {
	display:block;
	width:100%;}*/
	
	
#container {
	width:100%;
	background:none;}
	
	
	/*#wrapper {background-size: 100%;
		background-position:center top;
		height:auto;
		width:100%;
		display:block;}*/
	
	#header-l {
		/*background-size: 100%;
		background-position:center top;*/
		float:none;
		/*display:block;*/
		height:86px;
		width:100%;
		
		
		}
		
	#header-l .header-logo {
	/*	margin:0 auto;
		display:block;*/
		text-align:center;
		margin:0;}	
		
	#header-l .header-logo img {
		width: 94%;
		height:auto;
		/*margin:0 auto;*/
		
		}	
	
	#header-r {
		float:none;
		width:100%;
		height:auto;
		}

.columndown {
		width:100%;
		display:block;}
		
.columndown tr td{
		width:100%;
		display:block;}

	/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}
	
		
		#wrapper {
			width:96%;
			padding:0 2%;}
		
	
#content {
	float:none;
	width:100%;
	}
	
#left {
	float:none;
	width:100%;}	
	
	
	#footer {
		width:100%;}	
	

}


/* 幅が620px以内の時 */


