@charset "EUC-JP";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	color: #666;
	text-align: center;
	font: 12px/1.5em Helvetica, Arial, Hiragino Kaku Gothic Pro, sans-serif;
	background: transparent url(http://www.welcome-to-bali.com/template/bali_body_bg.gif) center ;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #9ACD32;
	text-decoration: none;
}
a:active,
a:hover {
	color: #4093C2;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}
form { margin:0; padding: 0; }

hr {
	font-size: 1px;
	line-height: 1px; height: 1px;
	margin: 0; padding: 0;
	clear: both; visibility: hidden;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* [Layout] */
div#wrapper, div#script_body {
	width: 700px;
	float: center; margin: 0 auto;
}
div#wrapper {
	background: transparent url(http://www.welcome-to-bali.com/template/bali_wrapper_bg.gif) repeat-y ;
}

div#header {
	width: 700px;
	height: 400px;
	float: center; margin: 0 auto;
	background: transparent url(http://www.welcome-to-bali.com/template/bali_header_bg.jpg) no-repeat ;
}
div#contents {
	width: 475px;
	float: right;
}*
div#pagenavi {
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
}
div#navigation {
	width: 225px;
	float: left;
}
div#footer {
	width: 700px;
	height: 30px;
	border-top: 1px solid #ccc;
	float: center; margin: 0 auto;
	text-align: center;
}

/* CGIなどで使用するレイアウト用 */
div#script_body div, div#script_body p {
	padding: 0 20px;
}


/* [Header] */
div#title {
	display: none;
}
div#title h1 { ; }
div#title h1 a {
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #333;
}
div#title p { ; }
div#hitokoto { display: none; }

/* [Search] */
dl#search {
	padding: 0.5em 20px;
	text-align: right;
	float: right;
	background-color: #eee;
}
dl#search dt {
	width: 206px; vertical-align: middle;
	margin-right: 10px;
	float: left;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	margin-right: 10px;
	border: 1px solid #CCC;
	float: left;
}
dl#search dd input.button { float: left; }

/* [Entry] */
div.entry {
	padding-bottom: 20px;
}
div.entry h2, div.entry h3 {
	font-size: 18px;
}
div.entry h2 a, h3 a {
	color: #000;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #F30;
}
div.entry_author {
	text-align: right;
}
div.entry_date {
	padding: 0 20px;
	text-align: right;
	display: none;
}
div.entry_body {
	padding: 0 20px;
}
div.entry_more {
	padding: 0 20px;
}
div.entry_state {
	clear: both;
	padding: 0 20px;
	text-align: right;
}

/* TOPの新着記事 */
h2.new, h3 {
	color: #000;
	font-family: "MS 明朝", "MS P明朝", 平成明朝;
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #000;
	clear: both;
}
dl.entry {
	padding: 0 20px;
}
dl.entry dt, dl.entry dd.entry_body {
	padding-left: 100px;
}
dl.entry dt {
	font-weight: bold;
}
dl.entry dd.entry_date {
	padding-right: 335px;
	margin-top: -1.5em;
}
dl.entry dd.entry_state {
	text-align: right; font-size: 10px;
}

div.entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.photo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #F90;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}
/* [Comment] */
div#comments {
	padding-bottom: 50px;
}
div#comments h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
div#comments dl.comment_body {
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 430px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	width: 408px !important;
	width: 430px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: transparent url(http://www.welcome-to-bali.com/template/sb_comment_form_bg.jpg) no-repeat;
	padding: 5px 10px;
}
dl#comment_form {
	width: 388px !important;
	width: 430px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #FFF;
	padding: 10px 20px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 430px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 430px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
p.tb_link {
	width: 418px !important;
	width: 430px;
	color: #F90;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #F90;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 430px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	width: 430px;
	color: #CCC;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {
	width: 430px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 400px !important;
	width: 430px;
	padding: 0 0 6px 30px;
	background: transparent url(http://www.welcome-to-bali.com/template/sb_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */

div#navigation a { color: #fff; }
div#navigation a:hover { color: #708090; }

div#navigation dl {
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff;
}
div#navigation dt {
	width: 205px !important;
	width: 225px;
	padding: 0 10px;
}
div#navigation ul {
	margin-left: 12px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://www.welcome-to-bali.com/template/bali_ul_arrow.gif);
}
/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}


dl#menu dt { display: none; }
dl#menu ul { margin: 0 0 10px; padding: 0; }
dl#menu ul li {
	margin-left: 27px; }
	
/*ここに#navigation ul, ul liの幅広バージョン（横margin、paddingなし）の設定*/
/*コラム用*/
div#navigation ul li.column {
	display: block; margin: 0; padding: 0;
	height: 140px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}
div#navigation ul li.column a {
	display: block;
	height: 140px;
	text-indent: -9999px;
	background: transparent url(http://www.welcome-to-bali.com/template/bali_icon_column.jpg) center ;
}

/* ++++ Calendar ++++ */
dl#calendar table {
	width: 200px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 75%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 205px !important;
	width: 225px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #fff;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0 5px;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 15px;
	margin-left: 10px;
	background: transparent url(http://www.welcome-to-bali.com/template/bali_pagetop_arrow.gif) no-repeat left center;
}
/* [Footer] */
div#footer address {
	padding: 10px 20px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
}
/* [Typography] */
div#pagenavi,
div#title p,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:  Georgia,Times New Roman,serif;
}
