/*===========================================================================*/
/*              ページ　スタイル                                             */
/*===========================================================================*/

/*------------------------------------*/
/*  コンテンツ　ページタイトル 　　   */
/*------------------------------------*/
.title {
	color: #333333;
	width: 100%;
	height: 28px;
	background: url('../img/bg_title_top.gif');
	/*border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title p {
    font-size: 140%;
	font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title p:first-letter { font-size: 80%; }

.title img {
    vertical-align: middle;
    width: 25;
    height: 25;
    border: 0;
    margin: 0px 0px 0px 8px;
}

/*------------------------------------*/
/*  　住所　リスト BOX 　　　　　　　 */
/*------------------------------------*/
.item_address_box {
    float: left;
    text-align: left;
	color: #333333;
	font-size: 90%;
	padding: 0px 0px 0px 16px;
	/*border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;*/
}

.item_address_box ul {
	list-style:none;
    /*background: #339933;
    color: #FFFFFF;*/
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
    border-top: 0px solid #339933;
    border-bottom: 0px solid #339933;
}

.item_address_box li {
	/*background: url('../img/allow3.gif') no-repeat 0 2px;*/
	line-height: 130%;
	margin: 1px 0px 1px 0px;
	padding-left: 0px;
}

.item_address_box p {
	font-size: 100%;
	line-height: 16px;
	margin: 0px 0px 3px 0px;
}

.item_address_box img {
	vertical-align:text-top;
}

/*------------------------------------*/
/*  　マップサイズ設定 　　　　　　　 */
/*------------------------------------*/
#map {
    float: left;
    width: 486px;
    height: 400px;
	margin: 0px 0px 0px 0px;
    border: 1px solid #DDDDDD;
}

/*------------------------------------*/
/*  　フォト　リスト　 　　　　　　　 */
/*------------------------------------*/
#photos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#photos li {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 10px;
}

/*------------------------------------*/
/*  コーナー　タイトル　　　　　　　   */
/*------------------------------------*/
.item_title {
    display: block;
    float:left;
	width: 870px;
	margin: 8px 0px 8px 0px;
    padding: 4px 0px 4px 16px;
    border-left: 8px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.item_title h3 {
    float:left;
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size: 16px;
	font-weight: bold;
	color: #009;
	text-shadow: #CCC 1px 1px 1px;
    line-height: 120%;
    margin: 0px 0px 0px 0px;
}

/*------------------------------------*/
/*  アコーデオン　背景　　　　　　   */
/*------------------------------------*/
.chart{
    width:500px;
    height:400px;
    position:absolute;
    top:150px;
    left:30px;
    *left:50px;
    background:transparent url(../img/chart.png) no-repeat 20px 30px;
    *background:transparent url(../img/chart.png) no-repeat 0px 25px;
}

.chart img{
	margin: -6px 0px 0px -50px;
    *margin: -6px 0px 0px -90px;
}

.sub_title{
    width:500px;
    height:152px;
    position:absolute;
    top:160px;
    *top:150px;
    left:50px;
    background:transparent url(../img/sub_title.png) no-repeat top left;
}

.reference{
    clear:both;
    top:550px;
    *top:550px;
    left:50px;
    position:absolute;
    text-align:right;
    width:400px;
    padding:0px;
    /*background-color:#fff;*/
    /*-moz-box-shadow:1px 3px 15px #ddd;
    -webkit-box-shadow:1px 3px 15px #ddd;
    box-shadow:1px 3px 15px #ddd;*/
}
.reference p{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #fff;
    color:#333;
    text-decoration:none;
    font-size:12px;
    padding:0px 0px 0px 20px;
}


.reference h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:16px;
    color:#333;
    text-align:left;
    margin:12px 0px 8px 20px;
    text-shadow:1px 1px 1px #ccc;
}


.reference ul {
    list-style-type: decimal;
    padding:0px 0px 0px 50px;
    *padding:0px 0px 0px 20px;
}

.reference li {
    text-align: left;
    line-height: 150%;
    font-size:14px;
}