@charset "UTF-8";
/************************************************
*	developer									*
************************************************/
/*
name: FIREDOG_Template
designer: FIREDOG
designer_url: http://firedog.jp/
developer: FIREDOG
developer_url: http://firedog.jp/
*/
/************************************************
*	Reset										*
************************************************/

h1,h2,h3,h4,h5,ul,ol,li,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


/************************************************
*	clear										*
************************************************/
div:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.clear
{
	clear:both;
	height:1px;
}

div.clear hr
{
	display:none;
}

img {
	border-style: none;
}

/************************************************
*	Layout  									*
************************************************/
body {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background: #3e3e3e url(images/background.gif) no-repeat center top;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



div#header {
	color: #333333;
	background:#3e3e3e url(images/header_bg.gif) no-repeat center top;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	height: 223px;
	z-index: 5;
	position: relative;
	overflow: hidden;
}


div#content {
	font-size: 100%;
	color: #ffffff;
	background-color: #3e3e3e;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 940px;
}


div#main {
	font-size: 80%;
	color: #ffffff;
	background:url(images/top_bg.gif) no-repeat; 
	background-color: #3e3e3e;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 940px;
	/*float: left;*/
}

.main_bottom {
	background:url(images/bottom_bg.gif) no-repeat;
	width: 940px;
	height: 20px;
	margin-bottom:30px;
}

div#main-news {
	font-size: 80%;
	color: #ffffff;
	background: #000000;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 940px;
	/*float: left;*/
}

div#sub {
	font-size: 100%;
	color: #ffffff;
	background-color: #3e3e3e;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	width: 230px;
	float: right;
}


div#footer {
	background:#3e3e3e url(images/footer_bg.gif) no-repeat center top;
	font-size: 100%;
	color: #999999;
	background-color: #000000;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 940px;
	height: 80px;
	clear: both;
}

div#footer a {
	text-decoration: none;
	color: #999999;
}

div#footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/************************************************
*	header  									*
************************************************/

div#header h1 {
	position: absolute;
	top: 45px;
	left: 380px;
	z-index: 5;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;

}

div#header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 180px;
	height: 180px;
	background: url(images/logo.png) no-repeat;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
* navi * 
************************************************/
div#g_navi {
	position: absolute;
	top: 137px;
	left: 0;
	width:940px;
	z-index: 4;
	background:url(images/navi.gif) no-repeat;
	margin:0px 0 0 0;
}

div#g_navi ul {
	padding:0px 0 0 0px;
}

div#g_navi li {
	display:inline;
	list-style-type:none;
}

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

/*------off*/
div#g_navi li.g_navi01 a {
	background:url(images/navi.gif) no-repeat 0px 0px;
	width:190px;
}

div#g_navi li.g_navi02 a {
	background:url(images/navi.gif) no-repeat -190px 0px;
	width:280px;
}

div#g_navi li.g_navi03 a {
	background:url(images/navi.gif) no-repeat -470px 0px;
	width:280px;
}

div#g_navi li.g_navi04 a {
	background:url(images/navi.gif) no-repeat -750px 0px;
	width:190px;
}

/*------hover*/
div#g_navi li.g_navi01 a:hover {
	background:url(images/navi.gif) no-repeat 0px -52px;
}

div#g_navi li.g_navi02 a:hover {
	background:url(images/navi.gif) no-repeat -190px -52px;
}

div#g_navi li.g_navi03 a:hover {
	background:url(images/navi.gif) no-repeat -470px -52px;
}

div#g_navi li.g_navi04 a:hover {
	background:url(images/navi.gif) no-repeat -750px -52px;
}

/*------on*/
div#g_navi li.g_navi01_on a {
	background:url(images/navi.gif) no-repeat 0px -52px;
}

div#g_navi li.g_navi02_on a {
	background:url(images/navi.gif) no-repeat -190px -52px;
}

div#g_navi li.g_navi03_on a {
	background:url(images/navi.gif) no-repeat -470px -52px;
}

div#g_navi li.g_navi04_on a {
	background:url(images/navi.gif) no-repeat -750px -52px;
}



/************************************************
* flash * 
************************************************/
div#flash
{
	padding:0; 
	margin:0 0 20px 0;
	background:#3e3e3e no-repeat center top;

}


div#flash .pad {
	margin:10px;
	padding: 0px;
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
}

div#flash h2 {
	color:#FCFAFA;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:42px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:45px;
	margin:0;
	padding:10px;
}

div#flash-brand
{
	padding:0; 
	margin:0;
	background:#000000 no-repeat center top;

}


/************************************************
* Top Page Recent Entries *
************************************************/
dl.rentory dt {
	padding: 0;
}

dl.rentory dd {
	line-height: 1.6;
	margin-top: -2.2em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}

/************************************************
*	Content 					     		    * 
************************************************/

div#main .inner {
	padding-left: 10px;
	padding-right: 10px;
}

div#main .inner-kiji {
	padding-left: 50px;
	padding-right: 50px;
}



/* 見出し */
div#main h2 {
	color:#FCFAFA;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 42px;
	font-weight: bold;
	background: url(images/h2_bg.gif) no-repeat;
	background-color: #000000;
	margin-top: 10px;
	padding-top: 30px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 30px;
	text-align: center;
	clear: both;
}

div#main h2.kiji {
	color:#FCFAFA;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 36px;
	font-weight: bold;
	background: url(images/h2_bg.gif) no-repeat;
	background-color: #000000;
	margin-top: 20px;
	padding-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 15px;
	text-align: center;
	clear: both;
}


div#main h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #009246;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #01B0F0;
}

div#main a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

div#sub dd {
	font-size: 100%;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	font-size: 75%;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}


/************************************************
* sub dt link color *
************************************************/
div#sub dt a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

div#sub dt a:hover{
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}


/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	color: #999999;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: normal;

}
/* 段落 */
div#footer p {
	font-size: 70%;
}

div#footer ul {
	font-size: 80%;
	padding:10px 0 0 0;
	text-align:center;
}

div#footer ul li {
	display:inline;
}

/************************************************
* web page .info *
************************************************/
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}

.info dd {
	line-height: 1.6;
	margin-top: -2.4em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}

/************************************************
* mail form * 
************************************************/
dl.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}

dl.form dd {
	line-height: 1.6;
	margin-top: -2.4em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}

table.mailform {
	color: #ffffff;
	font-size: 100%;
	margin: 0px auto 0px auto;
}
table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}


/************************************************
* Sitemap * 
************************************************/
ul li.home {
	list-style-type: none;
}

ul.tree {
	margin: 0 0 0 1em!important;
	padding: 0!important;
	list-style: none!important;
}

ul.tree ul {
	margin: 0 0 0 1em!important;
	padding: 0!important;
}

ul.tree li {
	margin: 0!important;
	padding: 0 0 0 16px!important;
	background-image: url(blogimg/tree_lst.gif);
	background-repeat: no-repeat!important;
	list-style: none!important;
}

ul.tree li.tree_end {
	background-image: url(blogimg/tree_end.gif);
	list-style: none;
}




hr {
	display:none;
}


/************************************************
* sticker * 
************************************************/
#sticker {
	background:transparent url(images/sticker.png) repeat scroll 0 0;
	height:210px;
	left:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:210px;
	z-index:1000;
}

/************************************************
* パンくずリスト * 
************************************************/
div.pan {
	margin:5px 0 0 5px;
}


/************************************************
* SHOP LIST * 
************************************************/
table#table-shoplist {
	font-size: 100%;
	width: 920px;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-shoplist th {
	height: 46px;
	background: url(images/shoplist.gif) repeat-x 0 100%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}
table#table-shoplist tr:hover td {
	background: #778899;
}
table#table-shoplist td {
	color: #FFFFFF;
	padding: 10px 5px 10px 10px;
	border: #000000 solid;
	border-width: 0 0 1px 0;
}
table#table-shoplist td.map {
	color: #FFFFFF;
	padding: 10px 5px;
	border: #000000 solid;
	border-width: 0 0 1px 0;
	text-align: center;
}
table#table-shoplist td.tel {
	color: #FFFFFF;
	padding: 10px 5px;
	border: #000000 solid;
	border-width: 0 0 1px 0;
	text-align: center;
}
table#table-shoplist td.ms {
	background: #eeeeee;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


/************************************************
* BALDO GALLERY * 
************************************************/
div#photoList {
	margin: 40px 0 30px 35px;
	padding: 0;
}

ul.photoList {
	margin: 0;
	padding: 0;
}

ul.photoList li {
	float: left;
	width: 180px;
	padding: 0 10px 5px 10px;
	display:inline;
	list-style-type:none;
	background: url(images/gallery/shadow.gif) center bottom no-repeat;
}


/************************************************
* BANNER * 
************************************************/
div#banner {
	position: relative;
	width: 940px;
	height: 185px;
}
div#banner ul {
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*width: 945px;*/
	width: 313px;
	height: 92px;
	list-style-type: none;
}
div#banner li {
	float: left;
	background:#3e3e3e url(/baldo/images/banner01.jpg) no-repeat;
	width: 310px;
	height: 92px;
	margin-left: 1px;
}

div#banner li.news {
	float: left;
	width: 310px;
	height: 92px;
	margin-right: 5px;
}

p.posted {
        text-align:right;
	margin: 0px 0 0px 0;
	padding: 0 0px 50px 0px;
}





/************************************************
* BALDO NEWS * 
************************************************/
div#baldonews
{
        text-align:left;
	margin:3px 0 0px 0;
	font-size: 10px;
	color: #ffffff;
}


div#baldonews dl.news-content
{
	margin:0 0 0 3px;
}

div#baldonews dl.news-content dt
{
	color:#ffffff;
	/*background:#ffffff url(/ibu/images/main/news_date_ico.gif) no-repeat 0 4px;*/
	padding:0 0 0 2px;
	margin:0 0 0px 0;
}

div#baldonews dl.news-content dd
{
	line-height:140%;
	margin:0 0 0px 0;
}

div#baldonews dl.news-content
{
	padding:0px 2px;
	/*border-top:1px solid #cccccc;*/
}

div#baldonews dl.news-content a
{
	text-decoration: none;
	color: #01B0F0;
	background:url(/baldo/images/arrow.gif) no-repeat 0 0px;
	/*color:#ffffff;
	background:#ffffff url(/ibu/images/main/top_link_ico.gif) no-repeat 0 4px;*/
        padding:0 0 0 12px;
	margin:0 0 0 0px;
}

div.btn-click {
	margin:20px 0px 0px 0px;
	text-align:center;
}


/************************************************
* table spec * 
************************************************/
table.spec {
	font-size: 12px;
  margin: 0px 0 10px 0;
  width: 900px;
  border-collapse: collapse;
  border: solid 1px #999;
}

table.spec caption {
  margin-top: 1em;
  text-align: left;
  color: #dc143c;
	font-weight: bold;
}

table.spec th,
table.spec td {
  text-align: center;
  color: #ffffff;
  border: solid 1px #999;
  padding: 4px 6px;
}

table.spec th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}


div.section_10 {
	margin:0 0 10px 0;
}

div.section_20 {
	margin:0 0 20px 0;
}

div.section_30 {
	margin:0 0 30px 0;
}

div.section_40 {
	margin:0 0 40px 0;
}


div.textin {
	padding:0 10px 0 10px;
}


div#monthly-shop {
	background:#000000;
	color: #ffffff;

}

div.monthly-box {
	margin:20px 0 40px 0;
	padding:20px 35px 20px 40px;
}

div.monthly-box h3.shop-title{
	font-size: 120%;
	font-weight: bold;
	color: #009246;
	border-bottom:2px solid #CA151D;
	margin:0;
	padding-bottom:3px;
}

div.monthly-box-left {
	float:left;
	width:340px;
}

div.monthly-box-right {
	padding:0px 0 0;
	position:relative;
	float:right;
	width:500px;
}

div#monthly-shop .monthly-box-left img
{
	border:4px solid #ffffff;
        margin-bottom:0;

}

div#monthly-shop p.monthly {
        margin:20px 0 20px 0;
	padding:5px;
        background:#1F2225;
}

.small {
	font-size: 80%;
	font-weight: normal;
        margin-left:10px;
}

div#monthly-shop .value {
	font-size: 80%;
	font-weight: normal;
        float:right;
	color: #ffffff;
        margin:0px 0 0px 0;
}


div#dogleg1 {
	background:#000000 url(images/dogleg_bg1.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 495px;
}

div#dogleg2 {
	background:#000000 url(images/dogleg_bg2.jpg) no-repeat center top;
	font-size: 100%;
	color: #ffffff;
	width: 920px;
        margin:0px 0 0px 0;
	height: 655px;
}

div#dogleg2 p{
        margin:0 40px 10px 400px;
	line-height: 1.8;
}

div#suzukigolf {
	background:#000000 url(images/suzukigolf_01.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 744px;
}

div#suzukigolf1 {
	background:#000000 url(images/suzukigolf_02.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 492px;
}

.suzuki-p{
	padding:100px 40px 0 420px;
	line-height: 1.8;
	color: #666666;
}

div#suzukigolf2 {
	background:#000000 url(images/suzukigolf_03.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 471px;
}

div#suzukigolf3 {
	background:#000000 url(images/suzukigolf_04.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 425px;
}

div#golfrescue {
	background:#ffffff;
	width: 920px;
        margin:0px 0 0px 0;

}

div#golfrescue1 {
	background:#000000 url(images/golfrescue_02.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 506px;
}

div#golfrescue1 p{
	font-size: 14px;
	padding:80px 60px 0 60px;
	line-height: 2.0;
	color: #666666;
}

div#golfrescue2 {
	background:#000000 url(images/golfrescue_03.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 405px;
}

div#golfrescue2 p{
	font-size: 14px;
	padding:80px 60px 0 60px;
	line-height: 2.0;
	color: #666666;
}


div#wizard {
	background:#ffffff;
	width: 920px;
        margin:0px 0 0px 0;

}

div#wizard1 {
	background:#000000 url(images/wizard02.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 560px;
}

div#wizard1 p{
	font-size: 14px;
	padding:140px 60px 0 420px;
	line-height: 2.0;
	color: #666666;
}

div#wizard2 {
	background:#000000 url(images/wizard03.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 473px;
}

div#wizard2 p{
	font-size: 14px;
	padding:130px 60px 0 420px;
	line-height: 2.0;
	color: #666666;
}

div#wizard3 {
	background:#000000 url(images/wizard04.jpg) no-repeat center top;
	width: 920px;
        margin:0px 0 0px 0;
	height: 483px;
}

div#wizard3 p{
	font-size: 14px;
	padding:140px 60px 0 420px;
	line-height: 2.0;
	color: #666666;
}


/************************************************
* BALDO VOICE * 
************************************************/

div.voice-box 
{
	margin: 0px 70px 50px 70px;
	color:#666666;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
}

div.voice-box a
{
	color:#003366;
	background:#ffffff;
	text-decoration:none;
}

div.voice-box a:hover
{
	background:#ffffff;
	color:#003366;
	text-decoration:underline;
}

table#voice-01 {
    width: 850px;
    border: 1px #444444 solid;
    border-collapse: collapse;
    border-spacing: 0;
    color: #FFFFFF;
    margin:0px 0px 40px 30px;
}
table#voice-01 tr:hover td {
    background: #000000;
    color: #FFFFFF;
}
table#voice-01 th {
    padding: 5px;
    border: #444444 1px solid;
    background: #000000;
    font-weight: bold;
    line-height: 120%;
}
table#voice-01 th.speech {
    background: #000000;
}
table#voice-01 td {
    padding: 5px;
    border: #444444 solid;
    border-width: 0 1px 0 1px;
}
table#voice-01 tr.even {
    background: #696969;
    text-align: left;
}

.fudo {
    text-align: right;
    margin:30px 40px 0px 0px;
}
