/* Base */
 @import url(http://www.kibounoshima.jp/main/base_weblog.css);

/* Portal */


/* Theme /*
/*@import url(/.shared-tpjbiz/themes/kaminogoya/theme-layout-only.css);/*

/* Custom */
/*
カスタムCSSについて
http://www.sixapart.jp/typepad/inside/2005/12/001261.html
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=373
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 
*/


div#banner{
border-bottom:12px solid #59B9C6;
background-image: url(http://www.kibounoshima.jp/img/bnr_main.jpg); 
}

/* バナー部分の中身 */

div#banner-inner {
	margin: 0px;
	padding: 0px;

}
div#banner-inner h1#banner-header {
	text-indent:-9999px;
}
div#banner-inner h2#banner-description {
	text-indent:-9999px;
}



body {background-color: #eefafa;}


div#container2 {
	background-color:#eefafa;}
div#container {
	border:12px solid #59B9C6;
	background-color:#eefafa;}
div#container div#container-inner {}

div#pagebody {background-color:#ffffff;}
div#pagebody div#pagebody-inner {}

div.entry {}
div.entry h3.entry-header {}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}
div.entry p.entry-footer {}

/* サイドバー・モジュールの指定 */
/*
div.module {}
div.module h2.module-header {}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {}
*/

div.border {
	border-bottom:12px solid #59B9C6;
	margin: 0px 0px 20px 0px;
}
#border {
	border-bottom:12px solid #59B9C6;
}
#seperator {
	border-bottom:12px solid #ffffff;
}

div#wrapper {
	border:12px solid #59B9C6;
}

h3 { color:#59B9C6; }
