@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;
}
h3 { font-size: 95%; line-height: 1.3em; margin: 0; padding: 0;}
h4, h5, h6 { font-size: 80%; line-height: 1.3em; margin: 0; padding: 0;}
p { line-height: 1.6em; margin: 0; padding: 0;}
ul, ol { line-height: 1.5em; list-style: none; margin: 0; padding: 0;}
li { margin: 0; padding: 0;}
dt, dd { margin: 0; padding: 0;}
div { margin: 0; padding: 0; text-align:left;}
table { font-size: 98%; line-height: 1.9em; margin: 0; padding: 0;}
th, td { margin: 0; padding: 0;}
img { border-style: none; margin: 0; padding: 0;}
a { text-decoration:none; }
address{ font-style:normal; font-size:80%; line-height:1.5em; }

/* [Global Settings] */
body { background-color: #0E3229; text-align:center; }
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}

table {
	border: 0;
}
strong {
	color: #FFCC00;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
#container2{
width:760px; 
margin:0 auto;
padding:0 10px;
background:#E4EACD;
font-size: 12px;
line-height: 18px;
color: #333;
position:relative;
*width:780px;
}	

#header{ height:105px; }
#footer{ 
padding:20px 0 10px 0px; 
clear:both;
}

div#navigation {
	width: 200px;
}

/* [Header] */

dl#search {
	width: 200px;
	height: 100px !important;
	height: 170px;
	padding-top: 70px;
	text-align: center;
	float: right;
}
dl#search dt {
	width: 200px;
	height: 30px;
	background: transparent url(http://pascal.furusatokiyomi.jp/blog/img/sb_search_header.gif) no-repeat;
}
dl#search dd input.form {
	width: 130px !important;
	width: 132px;
	background-color: #EEE;
	border: 1px solid #666;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* [Entry] */
div.entry {
	padding-bottom: 50px;
}
div.entry h2 {
	line-height:35px;
        font-size:14px;
	padding: 0 0 0 30px;
	background: transparent url(http://pascal.furusatokiyomi.jp/common/ber_1.gif) no-repeat;
	margin: 15px 0 8px 0;
}
div.entry h2 a {
	color:#FFF;
}

div.entry_author {
	color: #666;
	text-align: left;
	margin-bottom: 20px;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	color: #666;
	text-align: right;
}
div.entry img.pict {
	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 #FFCC00;
	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: #FFCC00;
	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: #666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}
div#comments dl.comment_body {

	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	color: #666;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
div#comments h4 {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color:#66CC99;
	padding: 5px 10px;
}
dl#comment_form {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	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 #666;
}
dl#comment_form dd textarea {
	width: 250px !important;
	
	background-color: #EEE;
	border: 1px solid #666;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
}
div#trackback h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}
p.tb_link {
	width: 418px !important;

	color: #FFCC00;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #FFCC00;
	text-align: center;
}
div#trackback dl.tb_body {
	width: 330px;
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {

	color: #666;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFE6C0;
}
/* [Profile] */
div#profile {

	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	height:20px;
	padding: 0 0 0 10px;
	background: transparent url(http://pascal.furusatokiyomi.jp/blog/img/sb_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div#navigation dl {
	margin: 30px 0 ;
}
div#navigation dt {
	width: 200px;
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #002E26;*/
	background: url(http://pascal.furusatokiyomi.jp/common/blog_title.gif) no-repeat 0 0 ;
       color:#002E26;
font-weight:bold;
}

#navigation dl dd ul li li {
	width:180px;
	padding:0px 0 0 8px;
	margin:0 0 0 0px;
    border:none;
    background: url(http://www.pascal.furusatokiyomi.jp/common/bg_li_blog.gif) no-repeat left center;
}


div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-image: url(http://pascal.furusatokiyomi.jp/common/b_1.gif);*/
	}
/* for IE5Mac */
/*?*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-top: 3px;
}
/* ++++ 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: #FFCC00;
}
dl#calendar table td span.today a {
	color: #FFCC00;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 178px !important;
	width: 200px;
	padding: 10px;
	border: 1px solid #666;
	background: transparent url(http://pascal.furusatokiyomi.jp/blog/img/sb_extra_bg.jpg) no-repeat bottom;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 10px;
	background: transparent url(http://pascal.furusatokiyomi.jp/blog/img/sb_pagetop_arrow.gif) no-repeat;
}


#logo { position:absolute; left:10px; top:5px;}	
#top_p{	}
#right_box{
width:550px;
float:right;
color:#333333;
}

#right_box h2{margin:0;}

#news_b{
margin:5px 0 0 0;
padding:15px 0 0 15px;
}


.l_box{
width:200px;
float:left;
}

#b-reserve,
#b-passport-reserve { 
position:absolute; 
width:160px; 
height:44px; 
display:block; 
text-indent:-9999px;
}
#b-reserve { 
background:url(http://pascal.furusatokiyomi.jp/common/b-reserve.gif) no-repeat 0 0 ; 
left:450px;
top:23px;
}
#b-passport-reserve{ 
background:url(http://pascal.furusatokiyomi.jp/common/b-reserve_passport.gif) no-repeat 0 0; 
left:612px; 
top:23px;
}

#sub_nav { 
position:absolute; 
width:522px; 
height:30px; 
left:253px; 
top:75px;
}
#sub_nav li {
display:block; 
height:30px; 
float:left;
 }
#sub_nav li a {
display:block; 
height:30px; 
float:left; 
text-indent:-9999px;
}
#n-important {
width:195px; 
background:url(http://pascal.furusatokiyomi.jp/common/sub_nav.gif) no-repeat 0 0 ;
}
#n-menber {
width:88px; 
background:url(http://pascal.furusatokiyomi.jp/common/sub_nav.gif) no-repeat -197px 0 ;
}
#n-school{
width:109px; 
background:url(http://pascal.furusatokiyomi.jp/common/sub_nav.gif) no-repeat -284px 0 ;
}
#n-shop{ 
width:127px; 
background:url(http://pascal.furusatokiyomi.jp/common/sub_nav.gif) no-repeat -393px 0 ;
}

#navi{
width:200px;
background:#5B0E20;
margin:0;
}
#navi ul li{
display:block;
}

#navi ul li a{
display:block;
text-indent:-9999px;
}

#n_1 a{ background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 0 ;height:32px;}
#n_2 { background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -32px; height:34px; text-indent:-9999px;}
#n_3 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -66px;height:34px;}
#n_4 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -100px;height:35px;}
#n_5 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -135px;height:35px;}
#n_6 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -170px;height:31px;}
#n_7 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -201px;height:34px;}
#n_8 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -235px;height:35px;}
#n_9 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -270px;height:35px;}
#n_10 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -305px;height:34px;}
#n_11 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -339px;height:32px;}
#n_12 a{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat 0 -371px;height:30px;}
#n_1 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px 0 ;height:32px;}
/*#n_2 a:hover{background:url(../common/nav.gif) no-repeat -201px -32px;height:34px;}*/
#n_3 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -66px;height:34px;}
#n_4 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -100px;height:35px;}
#n_5 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -135px;height:35px;}
#n_6 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -170px;height:31px;}
#n_7 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -201px;height:34px;}
#n_8 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -235px;height:35px;}
#n_9 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -270px;height:35px;}
#n_10 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -305px;height:34px;}
#n_11 a:hover{background:url(http://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -339px;height:32px;}
#n_12 a:hover{background:urlhttp://pascal.furusatokiyomi.jp/common/nav.gif) no-repeat -201px -371px;height:30px;}
.l_box h3{ display:block;margin:3px 0;width:200px;}
.l_box h3 a{ display:block; text-indent:-9999px;  margin:3px 0 ;}


.page_nav { border-bottom:8px solid #30574C ;}
#pagetop { margin-left:440px; }

#text_nav {}
#text_nav ul{ padding:5px 0 0 0 ; text-align:center;}
#text_nav ul li { display:inline; padding:0 5px; border-left: 1px solid #002E26;}
#text_nav ul li.bor { border-right: 1px solid #002E26;}
#text_nav ul li a { text-decoration:underline; color:#002E26; }


address{ 
margin:0 0 0 10px; 
padding:8px; 
font-size:90%;
}
address img {
 float:right;
}

#b-tajin {background:url(../img/bnr_tajin.gif) no-repeat 0 0 ; height:136px;}
#b-s_meal { background:url(../img/bnr_s_meal.gif) no-repeat 0 0 ; height:41px;}
#b-school { background:url(../img/bnr_f_school.gif) no-repeat 0 0 ; height:41px; }
/*a:hover#b-blog { background:url(../img/b-blog_o.gif) no-repeat 0 0 ;}
a:hover#b-voice { background:url(../img/b-voice_o.gif) no-repeat 0 0 ;}*/
#b-voice { height:41px; background:url(../img/bnr_voice.gif) no-repeat 0 0 ; }
/*a:hover#b-pasport { background:url(../img/b-pasport_o.gif) no-repeat 0 0 ;}**/
#b-n_shop { background:url(../img/bnr_n_shop.gif) no-repeat 0 0 ; height:100px; /*border:1px solid red; */margin:0px;}
#b-news { background:url(../img/bnr_p_letter.gif) no-repeat 0 0 ; height:41px;/* border:1px solid blue;*/margin:0px;}
#b-meiho { background:url(../img/bnr_meiho_2008.gif) no-repeat 0 0 ; height:40px;/*border:1px solid blue; */margin:0px;}
#b-card { background:url(../img/bnr_card.gif) no-repeat 0 0 ; height:55px; text-indent:-9999px;}

#qr{
margin-bottom:100px;
width:200px;
height:100px;
display:block;
/*border:solid 1px red;*/
color:#002E26;}

#qr img{
float:left;}


#qr p{
/*border:1px solid blue;*/
font-size:11px;
float:right;
width:100px;
}

#qr_text{
 /*border:1px solid green;*/
 font-size:11px;

}
#header p { position:absolute; display:block; left:190px; top:35px; width:218px; height:25px; text-indent:-9999px; background:url(http://www.pascal.furusatokiyomi.jp/common/sub_logo.gif) ; }

/* CSS Document */
