@charset "UTF-8";



/* [Reset] */
* {
	margin: 0;
	padding: 0;
 }

/* [Global Settings] */
a {
color: #FFFFCC;
	text-decoration: none;
}
a:visited {
color: #FFFFCC;
}
a:active,a:hover {
color: #FFFF66;
}


body {
       color: #FFFFCC;
       background-color: #666;
       font: 12px/1.5em "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", sans-serif;
       top center;
       text-align: center
}

p {
	margin-bottom: 1em;
}
img {
	border: 0;
}

div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}

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


/* [Layout] */
div#wrapper {
	width: 740px;
	margin: 0 auto;
    background-color:#CC9966;
}

div#header {
	width: 710px !important;
	width: 740px;
	height: 135px !important;
	height: 140px;
	padding: 10px 15px 0; 
        background-color: #CC9966;
}

div#footer {
border-top: 1px solid #CCC;
    float:left;
}
div.entry blockquote {
color: #FFFFCC;
border-left: 5px solid #FFFFCC;
}
div.entry table th {
color: #FFFFCC;
}
div.entry table td {
color: #000;
}
p.tb_link {
background-color: #FFFFCC;
}

dl#calendar_h {
background-color: #CCC;
}
div.amazon img {
border: 1px solid #CCC;
}
dd.recommendlist img {
border: 1px solid #CCC;
}

div#outline {
    width: 704px !important;
    width: 706px;
    padding: 0px 1px 0px;
    margin-top:10px;
    margin-left:15px;
        background-color:#FFFFCC  ;
	}

div#container {
    width: 704px !important;
    width: 706px;
    padding: 0px 0px 0px;
        background-color:#C96 ;
	}

div#inner {
    width: 704px !important;
    width: 706px;
    padding: 0px 0px 0px;
        background-color:#C66  ;
	}

div#contents {
	width: 358px !important;
	width: 362px;
        margin-left:2px;
        margin-right:2px;
	padding: 0px 15px 0px;
    background-image:  url(http://sha-chi.jp/jp/template/mainback2.jpg);
    background-repeat: repeat-y;
    background-position:center top;
    border-top-color: #FFFFCC;
    border-right-color: #FFFFCC; 
    border-bottom-color: #FFFFCC;
    border-left-color: #FFFFCC; 
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 8px;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
}
div#pagenavi {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-bottom: 0px;
}
div#sidebar_left {
	float: left;
	width: 152px !important;
	width: 152px;
        margin-right:0px;     
        background-color:#C66  ;
}
dl#recententry{
	margin-top: 0px;
}

dd#newentrylist{
	font-size: 13px;
	margin-bottom: 0px;
　　　　line-height:1.2em;
     /*   border-bottom-width: 1px;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
    text-decoration:underline;*/
}
div#sidebar_right {
 	float: left;
	width: 152px !important;
	width: 152px;
        margin-left:0px;
}
dl#youtube {
	background-color: #c36;
}

dl#static_contents dd{
	background-color: #c36;
        margin:0px;
        padding:0px;
        border-width:0px;
}

div#footer {
	width: 740px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #C66;
}
/* [Header] */
div#title h1 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 7px;
}
div#title h1 a {
	color: #000;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #666;
}
/* [Entry] */
div.entry flex_width {
	width: 357px !important;
	width: 362px;
}
div.entry flex_width_pad {
	width: 358px !important;
	width: 362px;
}

div.entry {
	padding: 6px 0 60px !important;
	padding: 6px 0 30px;
	width: 357px !important;
	width: 362px;
}
div.entry h2 {
 	font-size: 16px;
        font-weight:bold;
        font-stretch:narrower;
	width: 357px !important;
	width: 362px;
	margin-bottom: 20px !important;
	margin-bottom: 10px;
        border-bottom-width: 1px;
	border-bottom-color: #FFFF99;
        border-bottom-style: solid;
}
div.entry_author {

	font-size: 15px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 4px;
}
div.entry_body {
	margin-bottom: 32px !important;
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	font-size: 11px;
	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-left: 10px;
	color: #666;
	border-left: 5px solid #666;
	clear: both;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 5px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 5px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	/*border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;*/
}
div.entry table th {
	/*padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #999;
*/
}
div.entry table td {
	/*padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;*/
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 0px 20px;
}
div.amazon {
	margin-bottom: 10px;
        padding: 5px 5px 5px 5px;
}
div.amazon img {
	margin: 0px 15px 15px 0;
	border: 1px solid #CCC;
	float: left;
}
/* [Comment] */
div#comments {
	width: 356px !important;
	width: 350px;
	padding-bottom: 10px;
        }
div#comments h3 {
	margin-bottom: 15px;
}
div#comments dl.comment_body {
	width: 356px !important;
	width: 350px;
       background-color:#c36;
}
div#comments dl.comment_body dd {
	width: 356px !important;
	/*width: 350px;*/
        margin-left: 4px;
        margin-right: 0px;
	font-size: 12px;
        overflow: auto;
}
div#comments  a {
	padding: 2px 5px;
	margin-bottom: 5px;
	font-size: 12px;
        /*break-all;
        break-word;*/
}
div#comments h4 {
	font-size: 14px;
	font-weight: bold;
	/*padding: 5px 5px;*/
	margin-bottom: 2px;
	/*background-color: #CC9966;*/
}
dl#comment_form {
	/*background-color: #CC9966;*/

}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 10px;
}
dl#comment_form dd label {
	padding: 0 0px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#comment_form dd textarea {
	width: 290px !important;
	width: 292px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
}
div#trackback h3 {
	margin-bottom: 15px;
}
p.tb_link {
	color: #FFF;
	background-color: #C96;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}


div#trackback dl.tb_body  {
        background-color: #C66;
	font-size: 10px;
}

div#trackback dl.tb_body dt{
	background-color: #C66;
	padding: 2px 20px;
	/*margin-bottom: 5px;*/
	font-size: 12px;
}

div#trackback dl.tb_body dd{
	background-color: #C66;
	padding: 2px 20px;
	margin-bottom: 5px;
	font-size: 10px;
}

/* [Profile] */
div#profile {
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
div.profile_body {
	margin-bottom: 18px;
}
/* [Navigation] */
div.sidebar dl {
	margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
    border-top-color: #FFFFCC;
    border-top-width: 8px;
    border-top-style: solid;
        border-bottom-width: 1px;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
}
div.sidebar dt {
	width: 150px !important;
	width: 150px;
        padding: 0px 5px 0px;
	margin-bottom: 0px;
	font-weight: bold;
	background: transparent url(http://sha-chi.jp/jp/template/sidebar_bg.gif) no-repeat 0 2px;
}
div.sidebar ul {
	list-style-position: outside;
}
div.sidebar ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	background: transparent url(http://sha-chi.jp/jp/template/ul_img.gif) 1 1px no-repeat;
}
div.sidebar ul li ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	background: transparent url(http://sha-chi.jp/jp/template/ul_sub_img.gif) 0 1px no-repeat;
}

div#navigation ul {
	padding-left: 20px;
	list-style-position: outside;
	list-style-image: url(http://sha-chi.jp/jp/template/sb_ul_arrow.gif) ;
}

div#logo{
/*       align: center;*/
       text-align: center;
}
/* for Win IE */
div.sidebar dt {
	_background: transparent url(http://sha-chi.jp/jp/template/sidebar_bg.gif) no-repeat 0 3px;
}
div.sidebar ul li {
	_background: transparent url(http://sha-chi.jp/jp/template/ul_img.gif) 0 2px no-repeat;
}
div.sidebar ul li ul li {
	_background: transparent url(http://sha-chi.jp/jp/template/ul_sub_img.gif) 0 2px no-repeat;
}

/**/
/* ++++ Search ++++ */
dl#search dd input.form {
	width: 170px !important;
	width: 172px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
dl#search dd {
	text-align: center;
}
dl#search dd input.button {
	margin-top: 10px;
}
/* ++++ Recommend ++++ */
dd.recommendlist {
	font-size: 9px;
	line-height: 1.2em;
}
dd.recommendlist img {
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	float: left;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 180px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 9px;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
span.today {
	color: #F00;
}
span.today a {
	color: #F00;
}
span.today a:active,
span.today a:hover {
	color: #FCC;
}
/* ++++ Calendar Horizontal ++++ */
dl#calendar_h {
	width: 780px;
	padding: 5px 0;
	background: #CCC url(http://sha-chi.jp/jp/template/calendar_h_bg.gif) repeat-x;
}
dl#calendar_h dt {
	display: none;
}
dl#calendar_h dd {
	text-align: center;
	font-size: 10px;
}
/* ++++ Extra ++++ */
dl#extra {
/*	background-color: #FFF;
	width: 150px !important;
	width: 150px;*/
      }
dl#extra dt {
        font-size: 12px;
}
dl#extra ul {
	list-style: none;
	list-style-image: none;
	font-size: 10px;

}
dl#extra ul li {
	text-align: left;
	padding-left: 5px;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
	background-image: none;
}

p#link2top {
	padding-left: 10px;
	background: transparent url(http://sha-chi.jp/jp/template/sb_pagetop_arrow.gif) repeat;
}
/* [Footer] */
div#footer address {
	text-align: left;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
}
/* 2 Columns (Sidebar on left) */
#two_col_l div#contents {
	float: right;
}
/* 2 Columns (Sidebar on right) */
#two_col_r div#contents {
	float: left;
}
/* 3 Columns */
#three_col div#contents {
	float: left;
}
#three_col div#contents,
#three_col .flex_width {
	width: 364px !important;
	width: 362px;
}
#three_col .flex_width_pad {
	width: 360px !important;
	width: 358px;
}
/* 3 Columns Wide */
#three_col_wide div#wrapper {
	width: 900px;
}
#three_col_wide div#header {
	width: 840px !important;
	width: 900px;
}
#three_col_wide div#container {
	width: 860px !important;
	width: 900px;
}
#three_col_wide div#footer {
	width: 900px;
}
#three_col_wide div#contents {
	float: left;
	width: 358px !important;
	width: 355px;
}
#three_col_wide div#contents,
#three_col_wide .flex_width {
	width: 348px !important;
	width: 345px;
}
#three_col_wide .flex_width_pad {
	width: 348px !important;
	width: 345px;
}
#three_col_wide dl#calendar_h {
	width: 900px;
}
/* ===== バックグラウンドの位置・リピートの設定 ===== */

/* ボディのバックグラウンドイメージ（初期設定：縦／上揃え、横／中央揃え、縦リピート） */
body {background-position: top center;background-repeat: repeat-y;}

/* ヘッダのバックグラウンドイメージ（初期設定：縦／上揃え、横／右揃え、リピート無） */
div#header {background-position: top right;background-repeat: no-repeat;}

/* コンテイナーのバックグラウンドイメージ（初期設定：縦／上揃え、横／中央揃え、リピート無） */
div#container {background-position: top center;background-repeat: no-repeat;}

/* カレンダー（横型）のバックグラウンドイメージ（初期設定：縦／上揃え、横／左揃え、横リピート） */
dl#calendar_h {background-position: top left;background-repeat: repeat-x;}


.StaticPaneWhite {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 7px;
	border-top-style: solid;
	padding-top: 0px;
}
.StaticPane {
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-width: 7px;
	border-top-style: solid;
	padding-top: 0px;
}
