/*
====================================================================================
 リセット ☆
====================================================================================
*/

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%;}
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: #FFFFFF;
}


/*
------------------------------------------------------------------------------------
  リンクの設定
------------------------------------------------------------------------------------
*/


/* 通常のリンクの設定
--------------------------------------------------------------------------------- */
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: #3D7BAD; 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: #B7D9ED;}

/* アクティブ状態のリンクの設定
--------------------------------------------------------------------------------- */
li a:active,
.item a:active,
.calendar_day a:active {color: #D1F1F9;}


/*
------------------------------------------------------------------------------------
  表示位置の設定
------------------------------------------------------------------------------------
*/


.center {text-align:center;}

.right {text-align:right;}

.left {text-align:left;}


/*
------------------------------------------------------------------------------------
  各ブロックの設定
------------------------------------------------------------------------------------
*/

div#container{
	width: 728px;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}

* html div#container{
	height:100%;
}

body > #container {
	height: auto;
}

div#header {
	position:fixed;
	background: #ffffff url(http://bfile.shinobi.jp/6581/v01_728x90.gif) no-repeat center 90px;
	width: 728px;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
}

div#header h1{
	font-size:17px;
	padding-top:20px;
}

div.description{
	color: #CCCCCC;
}

h1 a:link,
h1 a:visited,
h1 a:active{color: #000000;}

div#menu {
	text-align: right;
}

div#index {
	text-align: center;
	padding-top: 200px;
	padding-bottom:30px;
	_padding-top:30px;
}

div#main,
div.getbox {
	padding-top:200px;
	padding-bottom:30px;
	_padding-top:30px;
}

div.item {
	margin-bottom:20px;
}

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#extra,
div#editform {
	margin-bottom:100px;
}

div#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	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/6581/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:250px;
}

.foamCMtext textarea {
	width:400px;
	height:120px;
}

.CommentFormSubmit input{
	width:410px;
	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/6581/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 100px 0;
}

.FooterPageLinkBlock {
	margin-bottom: 100px;
}


/*
------------------------------------------------------------------------------------
  プラグインの設定
------------------------------------------------------------------------------------
*/

.itembody {
	margin-bottom: 4em;
}

/* 検索フォーム
--------------------------------------------------------------------------------- */

.blogsearch form{
	padding:5px;
	background: #ffffff url(http://bfile.shinobi.jp/6581/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: #DFF3FF;
	border-bottom:1px solid #B7D9ED;
}

/*
------------------------------------------------------------------------------------
  横カレンダー
------------------------------------------------------------------------------------
*/

#calendar {
	font-size: 8pt;
	text-align: center;
	margin-bottom: 15px;
}

.calendar_day {
	color: #EEEEEE;
	white-space: nowrap;
	letter-spacing: normal;
}

.calendar_day a {
	color: #3D7BAD;
	font-weight: bold;
	padding:2px 1px;
	background-color: #DFF3FF;
	border-bottom:1px solid #B7D9ED;
}

/*
====================================================================================
 表示の切り替え
====================================================================================
*/



/* 折り畳み
--------------------------------------------------------------------------------- */
.switch {
        display:none;
}

/* メニュー
--------------------------------------------------------------------------------- */
.getbox {
	display:none;
}