/*
====================================================================================

 作成日: 2011.04.13
 最終更新日: 2011.04.13
 テンプレート名: CHELL SS V03-A 桜
 Photo by ミントBlue (http://mintblue.vivian.jp/)
 Template by CHELLCY (http://chellcy.blog.shinobi.jp/)

 ※ 画像差し替え等されたい場合は別途カスタマイズ用を用意しておりますのでそちらをご利用ください。
    お借りしている写真素材を扱っているので
    カスタマイズは写真素材と素材著作表示に触れない範囲でお願いします。

====================================================================================
*/


/*
====================================================================================
 リセット ☆
====================================================================================
*/

html {overflow-y:scroll;height:100%;}

table {border-collapse: collapse; border-spacing: 0;}

fieldset,img {border: 0;}

br {letter-spacing: 0;}

li {list-style-type: none;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}



/* 他エレメントの設定 ☆
--------------------------------------------------------------------------------- */
p {margin: 1em 0;}
pre {overflow: auto; width: 100%; background-color:#F8F8FF;}
code {height: 100%;}
input,textarea {font-size: 9pt;letter-spacing: 0.7pt;}


body{
	height:100%;
	font-size: 9pt;
	line-height: 170%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS PGothic",Osaka,"Osaka‐等幅",Sans-Serif;
	letter-spacing: 0.7pt;
	color: #666666;
	background: #FCF3F4;
}


/*
------------------------------------------------------------------------------------
  リンクの設定
------------------------------------------------------------------------------------
*/


/* 通常のリンクの設定
--------------------------------------------------------------------------------- */
a:link {color: #999999; text-decoration: none;}

/* 過去に見たことがあるページのリンクの設定
--------------------------------------------------------------------------------- */
a:visited {color: #999999; text-decoration: none;}

/* カーソルが合っている状態のリンクの設定
--------------------------------------------------------------------------------- */
a:hover {color: #cccccc;}

/* アクティブ状態のリンクの設定
--------------------------------------------------------------------------------- */
a:active {color: #cccccc;}



/* 通常のリンクの設定
--------------------------------------------------------------------------------- */
li a:link,
.item a:link,
.calendar_day a:link {color: #EFC4BD; text-decoration: none;}

/* 過去に見たことがあるページのリンクの設定
--------------------------------------------------------------------------------- */
li a:visited,
.item a:visited,
.calendar_day a:visited {color: #cccccc; text-decoration: none;}

/* カーソルが合っている状態のリンクの設定
--------------------------------------------------------------------------------- */
li a:hover,
.item a:hover,
.calendar_day a:hover {color: #F5D8D2;}

/* アクティブ状態のリンクの設定
--------------------------------------------------------------------------------- */
li a:active,
.item a:active,
.calendar_day a:active {color: #F5D8D2;}



/* 通常のリンクの設定
--------------------------------------------------------------------------------- */
.item h2 a:link {color: #000000; text-decoration: none;}

/* 過去に見たことがあるページのリンクの設定
--------------------------------------------------------------------------------- */
.item h2 a:visited {color: #000000; text-decoration: none;}

/* カーソルが合っている状態のリンクの設定
--------------------------------------------------------------------------------- */
.item h2 a:hover {color: #CCCCCC;}

/* アクティブ状態のリンクの設定
--------------------------------------------------------------------------------- */
.item h2 a:active {color: #CCCCCC;}


/*
------------------------------------------------------------------------------------
  表示位置の設定
------------------------------------------------------------------------------------
*/


.center {text-align:center;}

.right {text-align:right;}

.left {text-align:left;}


/*
------------------------------------------------------------------------------------
  各ブロックの設定
------------------------------------------------------------------------------------
*/

div#container{
	width: 800px;
	margin: 30px auto;
	padding: 30px;
	position:relative;
	min-height: 100%;
	border:1px solid #000000;
	background:#ffffff url(http://bfile.shinobi.jp/6589/v03_sakuraA_by_mintblue.jpg) no-repeat top left scroll;
}

* html div#container{
	height:100%;
}

body > #container {
	height: auto;
}

div#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	margin-bottom: 85px;
	text-align:right;
}

div#header h1{
	font-size:17px;
}

div.description{
	color: #CCCCCC;
}

h1 a:link,
h1 a:visited,
h1 a:active{color: #000000;}


div#main,
div.getbox {
	padding-bottom:30px;
	_padding-top:30px;
}

div#sub {
	float:left;
	width: 220px;
	padding-bottom:100px;
	overflow:hidden;
}

div#entry {
	float:right;
	width: 550px;
	padding-bottom:100px;
}

div.item {
}

ul#entrylist {
	margin-bottom:20px;
}

div.pagenavi {
	margin-bottom:20px;
	text-align:center;
}

div.entrybody ul{margin: 1em 0;}

div.date {
	text-align: right;
	padding: 2em 0;
}

div#info,
div.entryinner,
div#extra,
div#editform {
	margin-bottom:100px;
}

div#footer {
	position:absolute;
	bottom:0px;
	width:800px;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
}


/* 記事本文の装飾
--------------------------------------------------------------------------------- */
#container h2 {
	color: #000000;
	margin-bottom: 1em;
}

h2.EntryTitle a {
	color: #000000;
}

.entrybody img {
	border-color: #F4F4F4 #EEEEEE #EEEEEE #F4F4F4;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}

/* コメントとトラックバックの装飾
--------------------------------------------------------------------------------- */

.CommentMenuTitle,
.TrackbackMenuTitle {
	font-size: 15pt;
	color: #000000;
	font-weight: bold;
	margin: 30px 0;
}

.CommentFormBlock {
	padding:40px 0;
	background: #ffffff url(http://bfile.shinobi.jp/6589/v01_form_bg.gif) repeat center;
	border:1px solid #EEEEEE;
}

.CommentFormBlock input,
.CommentFormBlock textarea {
	color: #666666;
}

.CommentFormTh {
	text-transform:uppercase;
	width:140px;
	text-align: center;
}

.CommentFormTd {
	padding: 5px;
}

.foamCMinput input {
	width:240px;
}

.foamCMtext textarea {
	width:310px;
	height:120px;
}

.CommentFormSubmit input{
	width:320px;
	background-color: #FFFFFF;
}

.CommentFormTh input{
	vertical-align: middle;
}

.CommentFormTd img {
	vertical-align: middle;
	*vertical-align: 1px;　/* IE用ハック */
}

.CommentFormBlock input,
.CommentFormBlock textarea {
	padding: 4px;
}

.CommentForms {
	border:1px solid #EEEEEE;
}

.CommentTextBox,
.TrackbackTextBox {
	margin: 40px 0;
}

.CommentTitle,
.TrackbackTitle {
	color: #000000;
	font-weight: bold;
	margin: 1em 0;
}

.CommentFooter,
.CommentResFooter,
.TrackbackFooter {
	text-align: right;
}

.CommentResBlock {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.CommentResTitle {
	font-weight: bold;
	margin: 1em 0;
}

.TrackbackURLTitle {
	padding:20px;
	background: #ffffff url(http://bfile.shinobi.jp/6589/v01_form_bg.gif) repeat center;
	border:1px solid #EEEEEE;
}

#TrackbackURL {
	border:1px solid #EEEEEE;
	background-color: #FFFFFF;
	color: #666666;
	padding: 4px;
	width:95%;
}


/* 次の記事やHOMEへのリンクが表示される背景部分
--------------------------------------------------------------------------------- */
.PageLinkBlock,
.FooterPageLinkBlock {
	text-align: center;
	margin: 20px 0 70px 0;
}

.FooterPageLinkBlock {
	margin-bottom: 100px;
	clear:both;
}


/*
------------------------------------------------------------------------------------
  プラグインの設定
------------------------------------------------------------------------------------
*/

.itembody {
	margin-bottom: 3em;
}

/* 検索フォーム
--------------------------------------------------------------------------------- */

.blogsearch form{
	padding:5px;
	background: #ffffff url(http://bfile.shinobi.jp/6589/v01_form_bg.gif) repeat center;
	border:1px solid #EEEEEE;
	width: 200px;
}

form .box {
	width: 70%;
	color: #666666;
}

form .btn {
	width: 22%;
	color: #666666;
}

.blogsearch input {
	border:1px solid #EEEEEE;
	padding: 4px;
	background-color: #FFFFFF;
}

/* カレンダー
--------------------------------------------------------------------------------- */

.CalendarMoveTable,
.CalendarTable {
	text-align: center;
	width: 200px;
	font-size: 8pt;
}

.CalendarWdayTr th {
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	padding: 1px;
}

.CalendarTable td {
	padding: 1px 5px;
}

.CalendarTd,
.CalendarTdSun,
.CalendarTdSat {
	color: #CCCCCC;
}

.CalendarTdLinkFont {
	font-weight: bold;
}

.CalendarTdLink {
	background-color: #FEF3F1;
	border-bottom:1px solid #F3CFC3;
}


/*
------------------------------------------------------------------------------------
  横カレンダー
------------------------------------------------------------------------------------
*/

#calendar {
	font-size: 8pt;
	text-align: center;
	margin-bottom: 30px;
}

.calendar_day {
	color: #EEEEEE;
}

.calendar_day a {
	font-weight: bold;
}



/*
====================================================================================
 表示の切り替え
====================================================================================
*/



/* 折り畳み
--------------------------------------------------------------------------------- */
.switch {
        display:none;
}