﻿/*初期化CSS*/
html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}


body{
	background-color: #EFEEE0;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

img{
	border: none;
}


/*コンテナ*/
div#container{
	width: 862px;
	margin: 0 auto;
	padding: 0;
}


/* ヘッダー */
div#header{
	background-image: url(http://www.immovabletype.com//common/header_haikei.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 862px;
	height: 160px;
	margin: -25px auto 0;
	padding: 10px;
}
div#header h1{
	margin:15px 20px 0;
}
div#header p{
	color: #ffffff;
	font-size: 0.75em;
	margin-top: 7px;
	margin-left: 22px
}

/* グロナビ */
div#globalnavi{
	margin: 0 0 0 563px;
}
div#globalnavi ul{
	list-style-type: none;
}
div#globalnavi li{
	float: left;
}
#globalnavi li.rollover01{　/* twitterのロールオーバー */
&nbsp;width: 88px;
	height: 35px;
	background-image: url(http://www.immovabletype.com/common/navi_twitter_f2.gif)
}
#globalnavi li.rollover01 a{
	display: block;
	width: 88px;
	height: 35px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
#globalnavi li.rollover01 a:hover{
	text-indent: -9999px;
}
#globalnavi li.rollover02{　/* rssのロールオーバー */
	width: 46px;
	height: 35px;
	background-image: url(http://www.immovabletype.com/common/navi_rss_f2.gif)
}
#globalnavi li.rollover02 a{
	display: block;
	width: 46px;
	height: 35px;
	font-size: 1px;
	line-height: 1px;
	outline: none;
}
#globalnavi li.rollover02 a:hover{
	text-indent: -9999px;
}


/* コンテンツ */
div#content{
	width: 600px;
	float: left;
	margin-left: 2px;
	margin-top: 0;
}

/* 記事 */
div.post_web{
	background:url(/common/web.gif) no-repeat left top;
	width: 586px;
	border: none;
	padding-top: 52px;
	margin: 0 0 15px 6px;
}div.post_review{
	background:url(/common/review.gif) no-repeat left top;
	width: 586px;
	border: none;
	padding-top: 52px;
	margin: 0 0 15px 6px;
}div.post_note{
	background:url(/common/note.gif) no-repeat left top;
	width: 586px;
	border: none;
	padding-top: 52px;
	margin: 0 0 15px 6px;
}


div.post_web .body{
	background:url(/common/kijihaikei_second.gif) repeat-y left top;
	margin: 0 0 0 10px;
}div.post_review .body{
	background:url(/common/kijihaikei_second.gif) repeat-y left top;
	margin: 0 0 0 10px;
}div.post_note .body{
	background:url(/common/kijihaikei_second.gif) repeat-y left top;
	margin: 0 0 0 10px;
}


div.post_web .body h2{
	font-size: 1.5em;
	padding: 0px 25px 10px 35px;
	margin: 0;
}div.post_review .body h2{
	font-size: 1.5em;
	padding: 0px 25px 10px 35px;
	margin: 0;
}div.post_note .body h2{
	font-size: 1.5em;
	padding: 0px 25px 10px 35px;
	margin: 0;
}


div.kijiborder{
	margin: 10px auto;
	padding-left: 35px;
}

div.post_web .body .honbun{
	font-size: 0.875em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 10px 35px 0 35px;
	margin: 0;
}div.post_review .body .honbun{
	font-size: 0.875em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 10px 35px 0 35px;
	margin: 0;
}div.post_note .body .honbun{
	font-size: 0.875em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 10px 35px 0 35px;
	margin: 0;
}

p.postinfo {
	font-size:0.7em;
	text-align: right;
	line-height: 0.5em;
	letter-spacing: 0em;
	padding-right: 35px;
	padding-bottom: 20px;
}


div.post_web .bottom{
	height:17px;
	background:url(/common/kijihaikei_bottom.gif) no-repeat left bottom;
	font-size:1px;
	line-height:1px;
	margin: 0;
}div.post_review .bottom{
	height:17px;
	background:url(/common/kijihaikei_bottom.gif) no-repeat left bottom;
	font-size:1px;
	line-height:1px;
	margin: 0;
}div.post_note .bottom{
	height:17px;
	background:url(/common/kijihaikei_bottom.gif) no-repeat left bottom;
	font-size:1px;
	line-height:1px;
	margin: 0;
}

/* ページナビ */
.pagenavi{
	text-align: center;
	margin: 30px 0 20px;
}



/* サイドバー */
#sidebar{
	width: 246px;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 10px;
	background: url(http://www.immovabletype.com/common/sidebar_top.gif) no-repeat left top;
	float: right;
}
.side_content{
	background: url(http://www.immovabletype.com/common/sidebar_body.gif) repeat-y left top;
	padding: 10px 20px;
	margin-left: 0;
}
#sidebar .bottom{
	background: url(http://www.immovabletype.com/common/sidebar_bottom.gif) no-repeat left bottom;
	height: 10px;
	font-size: 1px;
	line-hight: 1px;
	margin:0;
}
.side_content_box{
	margin: 0 0 20px;
}
.side_content_box h2{
	width: 210px;
	height: 25px;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 18pt;
	letter-spacing: 0.1em;
}
.side_content_box ul{
	margin-left: 2px;
	margin-top: 10px;
	padding: 0;
}
.side_content_box li{
	background-image: url(http://www.immovabletype.com/common/listmark_side.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	margin: 0 0 6px;
	line-hight: 1.2em;
	padding-left: 14px;
	list-style-type: none;
	vertical-align: middle;
}



/* フッター */
div#footer{
	border-top: solid 3px #4A4E5A;
	padding-top: 3px;
	margin-top: 20px;
	clear: both;
}
div#footer p{
	font-size: 0.875em;
	text-align: left;
}


/* 記事作成用css */
div.right{
	margin: 0 0 20px 20px;
	float: right;
}
div.left{
	margin: 0 20px 20px 0;
	float: left;
}
div.center{
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
div.stxt{
	font-size: 0.7em
}
div.box{
	width: 480px;
	margin: 15px 0 15px 0px;
	padding: 10px;
	background-color: #E7F0F6;
	overflow-x: scroll;
	white-space: nowrap;
	border: solid 1px #999999;
}
.subt {
	padding: 5px 5px 5px 7px;
	border-left: solid 8px #0066FF;
	font-size: 16px;
	color: #0066ff;
	background-image: url(common/bg_subt.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 490px;
}

/*コメント*/
div#comments {
	clear: both;
	padding: 0 35px 20px 35px;
}
div#comments h2{
	font-size: 0.875em;
	border-bottom: solid 1px #999999;
	padding-bottom: 3px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 20px;
}
div#comment-greeting{
	font-size: 0.75em;
}
div#comments label {
	font-size: 0.75em;
}
div#comments-open-data div,
div#comment-form-reply,
div#comments-open-text,
div#comments-open-captcha,
div#comments-open-footer{
	margin-top: 10px
}
textarea{
	width: 400px;
	height: 150px;
}

div.compost{
	font-size: 0.75em;
	border-bottom: dotted 1px #999999;
}
p.cominfo{
	text-align: right;
}
body.mt-comment-preview div#comments{
	padding: 20px;
	border: 1px solid #999999;
	width: 515px;
	margin-left: auto;
	margin-right: auto;
}
body.mt-comment-error div#comments{
	adding: 20px;
	border: 1px solid #999999;
	width: 515px;
	margin-left: auto;
	margin-right: auto;
}