﻿@charset "UTF-8";

/*
Theme Name: hama_matsuri
Theme URI: http://www.joqr.co.jp/hama_matsuri/
Description: Master CSS file.
Version: 1.0
author: Copyright 2009,Nippon Cultural Broadcasting Inc.All right reserved.
*/

	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:".";
	clear:both;
	height:0;
	}
	
.clearfix {
    min-height: 1px;
}


/* start commented backslash hack \*/
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* stop commented backslash hack */	


body{
	margin:0 auto;
	padding:0;
	background:url(../images/sub_image.jpg) center top no-repeat;
	background-color: #7ecbdc;
	font-size: 81.3%;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", arial ,sans-serif;
	line-height: 1.3;
	color: #666666;
}

* html body{ 
	text-align:center;
}

.bold{
	text-indent: 5px;
	line-height: 1.5;
	font-weight: bold;
}


/* #line
---------------------------------------- */

#line{
margin:0 auto;
background: url(../images/line.jpg) repeat-x top;
padding: 0px;
}

/* #container
---------------------------------------- */
#container{
margin:0 auto;
padding-top: 8px;
}

* html #container{ text-align:center; }

/* #main
---------------------------------------- */
#main{
width: 850px;
padding: 0px;
margin: 0 auto;
}

* html #main{ text-align:center; }

* html #main{ 
	font-size: 13px;
}



/*Header Styles
*********************************************************/

/* #header
---------------------------------------- */

#header{
	margin: 0px auto;
	width: 846px;
	height: 60px;
}

ul#headerNav {
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: visible;
}

ul#headerNav li {
	display:inline;
	list-style-type:none;
}


ul#headerNav li a {
	height:52px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
#headerNav li.header_top a {
	background:url(../images/headerNav.jpg) no-repeat 0px 0px;
	width:141px;
}
#headerNav li.header_what a {
	background:url(../images/headerNav.jpg) no-repeat -141px 0px;
	width:141px;
}
#headerNav li.header_schedule a {
	background:url(../images/headerNav.jpg) no-repeat -282px 0px;
	width:141px;
}
#headerNav li.header_information a {
	background:url(../images/headerNav.jpg) no-repeat -423px 0px;
	width:141px;
}
#headerNav li.header_goods a {
	background:url(../images/headerNav.jpg) no-repeat -564px 0px;
	width:141px;
}
#headerNav li.header_access a {
	background:url(../images/headerNav.jpg) no-repeat -705px 0px;
	width:141px;
}


/*------hover*/
#headerNav li.header_top a:hover  {
	background:url(../images/headerNav.jpg) no-repeat 0px -52px;
}
#headerNav li.header_what a:hover  {
	background:url(../images/headerNav.jpg) no-repeat -141px -52px;
}
#headerNav li.header_schedule a:hover  {
	background:url(../images/headerNav.jpg) no-repeat -282px -52px;
}
#headerNav li.header_information a:hover  {
	background:url(../images/headerNav.jpg) no-repeat -423px -52px;
}
#headerNav li.header_goods a:hover  {
	background:url(../images/headerNav.jpg) no-repeat -564px -52px;
}
#headerNav li.header_access a:hover  {
	background:url(../images/headerNav.jpg) no-repeat -705px -52px;
}

/*------on*/
#headerNav li.header_top_on a {
	background:url(../images/headerNav.jpg) no-repeat 0px -104px;
	width:141px;
}
#headerNav li.header_what_on a {
	background:url(../images/headerNav.jpg) no-repeat -141px -104px;
	width:141px;
}
#headerNav li.header_schedule_on a {
	background:url(../images/headerNav.jpg) no-repeat -282px -104px;
	width:141px;
}
#headerNav li.header_information_on a {
	background:url(../images/headerNav.jpg) no-repeat -423px -104px;
	width:141px;
}
#headerNav li.header_goods_on a {
	background:url(../images/headerNav.jpg) no-repeat -564px -104px;
	width:141px;
}
#headerNav li.header_access_on a {
	background:url(../images/headerNav.jpg) no-repeat -705px -104px;
	width:141px;
}


/*top_img
*********************************************************/

#top_img{
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}


/*Footer Styles
*********************************************************/

#footer{
	width: 850px
	margin: 0px auto;
}

#foot_left{
	margin: 10px 0px 20px 0px;
	width:550px;
    float:left;
}

* html #foot_left{ text-align:left; }

#foot_right{
	margin: 70px 10px 10px 0px;
    float:right;
    text-align:right;
}

#foot_right{
	margin: 40px 10px 10px 0px;
    float:right;
}

.foot_bottom{
	clear: both;
	color: #fff;
	font-size: 90%;
	text-align: right;
	width: 850px;
	margin-bottom: 20px;
}

#foot_right ul{
}

#foot_right li{
	float: right;
}


/*------Ie6 hack*/

*html #footerleft{ text-align:left;}
	   
/*------Ie6 hack*/


/*main_con Styles
*********************************************************/
#main_con{
	width:850px;
	margin:0px auto;
}

*html #main_con{ text-align:left;}

* html #main_con{ 
	font-size: 13px;
}

#main_con p{
	line-height: 1.5;
}

.flo_left{
	float: left;
}

.flo_right{
	float: right;
}

.border_floleft{
	float: left;
	margin: 10px;
	border-right: 2px solid #000000;
}

.round_con{
	width: 850px;
	margin:0;
	padding: 0px;
	float: clear;
}

.spacer_left{
	width: 5px;
	float: left;
	background-image: url("../images/spacer.jpg") repeat-y top;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

.gaiyo1{
	width: 850px;
	margin-bottom: 5px;
}

.gaiyo2{
	width: 595px;
	margin-bottom: 5px;
}

.gaiyo3{
	width: 250px;
	margin-bottom: 5px;
}

.gaiyo4{
	width: 425px;
	margin-bottom: 5px;
}

.gaiyo5{
	width: 420px;
	margin-bottom: 5px;
}

.gaiyo6{
	width: 400px;
	margin-bottom: 5px;
}

.gaiyo7{
	width: 445px;
	margin-bottom: 5px;
}


.round1{
	background-color: #fff; 
	background-image: url("../images/round1.jpg"); 
	background-repeat: no-repeat; 
	background-position: left top; 
	margin: 0px;
	padding: 0px;
}

.round2{ 
	background-image: url("../images/round2.jpg"); 
	background-repeat: no-repeat; 
	background-position: right top; 
	margin: 0px;
	padding: 0px;
}

.round3{ 
	background-image: url("../images/round3.jpg"); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
} 

.round4{ 
	background-image: url("../images/round4.jpg"); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	margin: 0px;
	padding: 0px;
}

.inner_contents{
	padding: 10px 0px 10px 10px;
}

.inner_contents2{
	background-image: url("../images/line2.jpg") ;
	background-repeat: repeat-y; 
	background-position: left; 
	margin: 0px;
	padding: 0px 0px 0px 20px; 
	line-height: 1.5;
}

.inner_contents3{
	background-image: url("../images/line2.jpg") ;
	background-repeat: repeat-y; 
	background-position: left; 
	margin: 0px 0px 5px 0px;
	padding-left: 10px;
}

.inner_contents4{
	padding: 10px 0px 10px 10px;
	height: 150px;
	vertical-align: middle;
}

.inner_contents5{
	background-image: url("../images/line2.jpg") ;
	background-repeat: repeat-y; 
	background-position: left; 
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
	line-height: 1.5;
}

.inner_contents6{
	padding: 10px 15px 10px 5px;
}

.inner_contents7{
	padding: 10px;
	height: 620px;
}

.inner_contents8{
	padding: 10px 20px 10px 10px;
	height: 230px;
}

.inner_contents_what{
	background-image: url("../images/line2.jpg") ;
	background-repeat: repeat-y; 
	background-position: left; 
	width: 690px;
	margin: 0px;
	padding: 0px 0px 0px 20px; 
	line-height: 1.5;
}

.construction{
	height: 200px;
	padding: 30px;
	font-size: 120%;
	color: #97bf38;
	line-height: 2;
}

.inner_contents_new{
	margin: 10px 10px 10px 20px;
	overflow: auto;
	width: 630px;
	height: 130px;
}

.inner_contents_new a {
	text-decoration:none;
	color: #7ECBDC;
}

.inner_contents_new a:hover {
	text-decoration:underline;
	color: #7ECBDC;
}

.inner_contents_poke{
	width: 440px;
	margin: 0px;
	line-height: 1.5;
	padding-top: 10px;
}

.poke_center_box{
	width: 420px;
	margin: 0 auto;
	padding: 10px 0px;
}


.map_s{
	padding: 10px 0px 0px 10px;
}

.hr_line{
	padding: 10px 20px;
}

.hr_line hr{
	border: 1px #97bf38 solid;
}

.info_title{
	padding: 10px 0px 20px 0px;
}

.text{
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

.hyou{
	margin: 0px;
	padding: 25px 10px 10px 40px;
}

.toiawase{
	padding: 0px 0px 0px 20px;
}

* html table{
	font-size: 13px;
}

table.table-01 {
    width: 370px;
    border-spacing: 0;
}

table.table-01 td {
    padding: 5px;
	vertical-align: top;
}

table#table-02 {
    width: 600px;
    border: 1px #97bf38 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 td {
    padding: 10px;
    border: 1px #97bf38 solid;
    border-width: 1px;
    text-align: left;
}

table.table-03 {
    width: 650px;
    margin-left: 20px;
}

.td_title {
    width: 100px;
}

table#table-04 {
    width: 580px;
    margin-left: 10px;
}

.th_04{
	vertical-align: top;
	font-size: 110%;
	font-weight: bold;
	color: #7ecbdc;
	padding: 5px;
	
}

.td_04{
	padding: 5px;
	line-height: 1.5;
}

.td_title {
    width: 100px;
}

.table#table-new {
    width: 580px;
    margin-left: 10px;
}

.td_new1{
	padding: 5px 5px 5px 15px;
	width: 120px;
	border-bottom: 2px solid #eee;
	font-weight: bold;
	vertical-align: top;
}

.td_new2{
	padding: 5px;
	width: 430px;
	border-bottom: 2px solid #eee;
}

.table.table-poke {
    width: 400px;
}

.td_poke1{
	padding: 5px 5px 5px 15px;
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	color: #71b329;
}

.td_poke2{
	padding: 5px;
}

table#table-map {
	margin-top: 20px;
    width: 800px;
    border-spacing: 0;
}

.td_place {
	padding: 10px 30px 10px 20px;
	vertical-align: top;
}

.td_address {
	padding: 15px 0px 5px 0px;
	vertical-align: bottom;
	border-bottom: #ee0e87 1px solid;
	height: 30px;
}

.td_train {
	padding: 10px 0px 20px 0px;
	vertical-align: top;
}

.info_tabletitle{
	color: #ee0e87;
	font-size: 120%;
	padding: 10px 0px;
}

.info_table{
	padding: 10px 0px 20px 0px;
	border-bottom: #666666 1px solid;
}

.info_table2{
	padding: 10px 0px 20px 0px;;
}

table#goods_table {
	margin: 10px 40px 30px 40px;
    width: 600px;
    border-spacing: 0;
}

.goods_table_p{
	width: 192px;
	height: 192px;
	padding: 0px 20px;
}

.goods_table_i{
	width: 192px;
	padding: 10px 20px;
}

.mid_g{
	color: #71b329;
	font-weight: bold;
}

.mid{
	padding: 5px 0px;
}
.access_title{
	padding: 10px 20px;
}

.access_title2{
	padding: 10px 20px 10px 40px;
}

.attention{
	padding: 10px 10px 0px 10px;
	font-size: 90%;
	display: block;
	text-align: right;
}

.attention3{
	padding: 5px 0px 0px 10px;
	display: block;
	text-align: right;
}

.attention2{
	display: block;
	text-align: right;
	padding: 10px;
}

.font_pink{
	color: #d81b62;
} 

.font_pink_b{
	font-size:120%;
	color: #d81b62;
	font-weight: bold;
} 

.font_blue_b{
	font-size:120%;
	color: #2ba2ce;
	font-weight: bold;
} 

.font_kon_b{
	font-size:120%;
	color: #163a63;
	font-weight: bold;
} 

.font_black_b{
	font-size:120%;
	font-weight: bold;
} 


.font_green{
	color: #71b329;
} 

.font_red{
	color: #FF0000;
} 

.infuru{
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}

.influ_waku{
	width: 350px;
	border: #163a63 1px solid;
	padding: 10px;
	margin: 20px 0px 0px 20px;
}


.japan_table {
	width: 680px;
	margin-top: 10px;
}

.japan_table th {
	width: 80px;
	vertical-align: top;
	padding:5px;
}

.japan_table td {
	vertical-align: top;
	padding:5px;
}

.inner_contents8 a {
	text-decoration:none;
	color: #7ECBDC;
}

.inner_contents8 a:hover {
	text-decoration:underline;
	color: #7ECBDC;
}

.inner_contents2 a {
	text-decoration:none;
	color: #7ECBDC;
}

.inner_contents2 a:hover {
	text-decoration:underline;
	color: #7ECBDC;
}

.fund_box {
	border: 3px double #79BD32;
	text-align:center;
	margin: 0px auto 15px auto;
	width: 600px;
	padding: 15px;
	line-height:1.8;
}

.fund_p {
	color: #79BD32;
	font-size: 120%;
	padding-top: 5px;
	font-weight: bold;
}
	
.fund_box2 {
	border: 1px solid #79BD32;
	margin: 0px auto 15px auto;
	width: 600px;
	padding: 15px;
	line-height:1.5;
}

.osirase_link {
	padding: 5px 0px;
}

.osirase_link a {
	color:#C00;
}

h1 {
	color:#71B358;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center;
	border-bottom: 3px double #71B358;
}

h2 {
	color: #C00;
	font-weight: bold;
	padding: 10px 0px;
	text-align:center;
}

#sokotoko_info {
	margin: 10px 20px;
	background-color: #fff;
	padding: 10px;
}

#sokotoko_info p {
	line-height:1.7;
	padding: 5px;
}



