@charset "utf-8";

/*----## 基本設定 ##----*/

/** { padding: 0; margin: 0;}*/

body {
	background-color: #000;
	color: #333;
	font-size: 85%;
	line-height: 1.3;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(../../img/common/bg.gif);
	background-repeat: repeat;
	padding: 0; margin: 0;
}

h1{ padding: 0; margin: 0;}

a img { border:none;}

.clear { clear: both;}

/* リンク設定 */
 
a {
	color: #990619;
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline;}
a:active { color:#cc0822;}
a:visited { color:#4d030d;}


/*----## 基本骨格 ##----*/

#wrapper_bg {
	width: 858px;
	background-color: #FFFFFF;
	background-image: url(../../img/common/bg2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper {
	width: 800px;
	background-color: #fff;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents{
	padding: 0;
}

#footer01 {
	clear: both;
	height: 29px;
	background-color: #fff;
	background-image: url(../../img/common/footer_back.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}

/*----## トップ:ヘッダー部 ##----*/

div#header01 h1 {
	font-size: 0;
	line-height: 0;
}

p#photo01 {
	padding: 0; margin: 0;
}

#top_menu {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.txt_bottomline_dot
{
	line-height: 1.8;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bdbdbd;
	margin: 0px;
	padding-bottom: 3px;
}

/*p#button01 {
	height: 63px;
	background: #fff url(../images/index/button01_b.jpg) no-repeat;
}

p#button01 a {
	display: block;
	width: 292px;
	height: 42px;
	background: transparent url(../images/index/button01.gif) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -9999px;
}
p#button01 a:hover {
	background: transparent url(../images/index/button01.gif) no-repeat 0 -42px;
}*/

/*----## トップ:コンテンツ部 ##----*/
h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#left {
	float: left;
	width: 500px;
	margin-right: 20px;
}

#left table th {
	font-size: 14px;
	width: 128px;
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	background-image: url(../../img/top/table_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left table th.noborder ,#left table td.noborder {
	background-image:none;
}

#left table td {
	padding: 10px 0 10px 10px;
	background: #fff url(../../img/top/table_b.gif) right bottom no-repeat;
	text-align: left;
}
.mark01 {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
	background-image: url(../../img/top/mark1.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

.mark02 {
	list-style: none;
	padding-left: 14px;
	background-color: #fff;
	background-image: url(../../img/top/mark02.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/*.mark02 li {
	list-style: none;
	padding-left: 14px;
	background-color: #fff;
	background-image: url(../../img/top/mark02.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}*/


/*p#button02 {
	clear: both;
	padding-top: 20px;
	height: 58px;
}
p#button02 a {
	display: block;
	width: 292px;
	height: 42px;
	background: transparent url(../images/index/button02.gif) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}
p#button02 a:hover {
	background: transparent url(../images/index/button02_ro.gif) no-repeat;
}*/
#table01 {
	width: 716px;
	margin: 0 auto 30px;
	text-align: center;
}
#table01 td {
	width: 144px;
	height: 30px;
}
.indent01 {
	padding-left: 42px;
}
.indent02 {
/*	font-size: 12px;*/
	padding-left: 42px;
}

/*----## 「草加ふささら祭りとは？」基本骨格 ##----*/

#left_sub_menu {
	float: left;
	width: 155px;
	margin-right: 20px;
	margin-top: 0px;
	padding: 0px;
}

ul.menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;	
}

li.menu {
	padding: 0px;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.menu_text {
	margin: 0px;
	padding-right: 15px;
	padding-left: 35px;
	display: block;
	padding-top: 20px;
}

.menu_text2 {
	margin: 0px;
	padding-right: 15px;
	padding-left: 35px;
	display: block;
	padding-top: 15px;
}

.menu a:link {
	color: #4e155c;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	background-repeat: no-repeat;
	width:155px;
	height:60px;
	background-image: url(../../img/common/menu_a.gif);
	display: block;
}

.menu a:visited {  
	color: #4e155c;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	background-repeat: no-repeat;
	width:155px;
	height:60px;
	background-image: url(../../img/common/menu_a.gif);
	display: block;
}

.menu a:hover {	
	color: #24acb4;
	text-decoration: underline;
	font-size:14px;
	font-weight: bold;
	background-repeat: no-repeat;
	width:155px;
	height:60px;
	background-image: url(../../img/common/menu_b.gif);
	display: block;
}


#header02 {
	height: 83px;
	background: transparent url(../images/fusasara/title.jpg) no-repeat;
}

#contents02{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 625px;
	text-align: left;
}

#back { height: 24px; padding-left: 10px; padding-top: 6px;}
#back a {
	display: block;
	width: 73px;
	height: 15px;
	background: transparent url(../images/fusasara/top_back.gif) no-repeat;
	text-indent: -9999px;
}
#back a:hover { background: transparent url(../images/fusasara/top_back.gif) no-repeat 0 -15px;}

/*----## 「草加ふささら祭りとは？」詳細部 ##----*/

.tab_menu{
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 625px;
	height: 44px;
}

.p_01 { padding: 0 10px;}

#table02 {
	width:700px;
	margin: 10px auto 26px;	
}
#table02 th {
	font-size: 10px;
	font-weight: normal;
}
#left02 {
	float: left;
	width: 326px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#ondo {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0;
}

/* イベントスケジュール */
#table03 {
	border-collapse: collapse;
	font-size: 12px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* TH */
#table03 th {
	font-size: 14px;
	padding: 4px;
	border: 1px solid #ccc;
}
#table03 th.th-small {
	font-size: 12px;
	font-weight: normal;
	background-color: #f7f7f7;
	white-space: nowrap;
}

/* TD */
#table03 td {
	padding: 4px;
	border: 1px solid #ccc;
}

/* TH grey */
.th-gray { background-color: #f0f0f0;}

/* TH・TD red */
.th-red { background-color: #ffe5d9;}
.td-red { background-color: #ffebe0;}
.td-red-center{ text-align: center; background-color: #ffebe0;}

/* TH・TD yellow */
.th-yellow { background-color: #fffecc;}
.td-yellow { background-color: #fffee0;}
.td-yellow-center{ text-align: center; background-color: #fffee0;}

/* TH・TD green */
.th-green { background-color: #e4ffcc;}
.td-green { background-color: #efffe0;}
.td-green-center{ text-align: center; background-color: #efffe0;}

/* TH・TD blue */
.th-blue { background-color: #d4dcff;}
.td-blue { background-color: #e8edff;}
.td-blue-center{ text-align: center; background-color: #e8edff;}

/* TH・TD skyblue */
.th-skyblue { background-color: #d1e9ff;}
.td-skyblue { background-color: #e5f3ff;}
.td-skyblue-center{ text-align: center; background-color: #e5f3ff;}

/* TH・TD orange */
.th-orange { background-color: #ffe8cc;}
.td-orange { background-color: #fff1de;}
.td-orange-center { text-align: center; background-color: #fff1de;}

#table04{ margin-left: 10px;}
#table04 th {
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
}

.mark03 {
	padding-left: 16px;
	background: transparent url(../images/fusasara/mark01.gif) no-repeat 0 -1px ;
}

/*----## 共通フッター部 ##----*/
#copy {
	font-size: 11px;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
	letter-spacing: -1px;
}
#f_link {
	font-size: 12px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}

#f_link a {
	padding-left: 10px;
	background-color: transparent;
	background-image: url(../../img/common/yaji01.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#f_simin a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button01.gif) no-repeat 0 0;
}
#f_simin a:hover {
	background: transparent url(../images/f_button01.gif) no-repeat 0 -30px;
}
#f_shoukou a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button02.gif) no-repeat 0 0;
}
#f_shoukou a:hover {
	background: transparent url(../images/f_button02.gif) no-repeat 0 -30px;
}
#f_shoukou a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button02.gif) no-repeat 0 0;
}
#f_shyukuba a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button03.gif) no-repeat 0 0;
}
#f_shyukuba a:hover {
	background: transparent url(../images/f_button03.gif) no-repeat 0 -30px;
}
#f_bunka a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button04.gif) no-repeat 0 0;
}
#f_bunka a:hover {
	background: transparent url(../images/f_button04.gif) no-repeat 0 -30px;
}
#f_sawayaka a {
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/f_button05.gif) no-repeat 0 0;
}
#f_sawayaka a:hover {
	background: transparent url(../images/f_button05.gif) no-repeat 0 -30px;
}




/* Ol */
ol {
	margin-left: 50px;
}

h3 {
	font-size: 120%;
	color: #0e7278;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #24acb4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	text-indent: 8px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.top_map {
	text-align: center;
	float: left;
}

.f_red {
	color: #CC0000;
}

.img0 {
	margin: 0px;
	padding: 0px;
}

