/* BODYとフォントの設定--------------------------- */
body {
	font-family: Verdana , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "ＭＳ ゴシック" , sans-serif ;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #47403E;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_left.gif);
	background-position: 34px 0px;
	line-height: 140%;
	vertical-align: baseline;
}

/* for Windows IE6*/
* html body {
	font-size: 75%;
	letter-spacing: 0px;
	vertical-align:baseline;
}

/* for Windows IE7*/
*:first-child+html body { 
	font-size: 75%;
	letter-spacing: 0px;
	vertical-align:baseline;
}

/*----------clearfix----------*/
.clearfix:after {
  content: ".";  /* 新しい要素 */
  display: block;  /* ブロックレベル要素 */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 主なタグを定義--------------------------- */
ul,ol,li,form,textarea {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	line-height: 0px;
	border-width: 0px;
	border-style: none;
}
ul,ol {
}
p,h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
input,select {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
/* リンクの設定--------------------------- */
a {
	color : #0D67FF;
	text-decoration : none;
}
a:link, a:active {
	color : #0D67FF;
	text-decoration : none;
	}
a:visited {
	color : #0D67FF;
	text-decoration : none;
}
a:hover {
	color : #0D67FF;
	text-decoration: underline;
}

/* レイアウト用ブロックの設定--------------------------- */
#container{
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	position: relative;
	width: 100%;
}

/* レイアウト用 */
.box-comment,.box-trackback,.box-pagenavi-bott{
	margin-left: 45px;
	margin-top: 20px;
	margin-right: 195px;
	margin-bottom: 20px;
}

/* ヘッダー（ブログ名）--------------------------- */
#bg-blog-title{
	background-color: #0000FF;
	height: 50px;
	font-size: 50px;
	font-style: italic;
	text-align: right;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 100%;
	letter-spacing: -10px;
	font-family: "ＭＳ Ｐゴシック";
}
#blog-title{
	position: absolute;
	width: 800px;
	height: 33px;
	z-index: 3;
	left: 10px;
	top: 16px;
	overflow: visible;
}
#blog-title h1{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	font-family: Helvetica;
	font-style: normal;
	text-align: left;
	letter-spacing: 0em;
}
#blog-title h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#blog-title h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#blog-title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#intro{
	font-size: 12px;
	line-height: 100%;
	color: #85807D;
	background-color: #F0FFF0;
	padding-left: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 0px;
}

/* 右カラムメニュー（プラグイン）--------------------------- */
#box-menu{
	width: 190px;
	padding-top: 35px;
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_left.gif);
	background-repeat: repeat-y;
	padding-bottom: 50px;
	position: absolute;
	overflow: visible;
	z-index: 2;
	top: 0px;
	right: 0px;
	}
	div.font-size-change{
	height: 35px;
	text-align: right;
	padding-right: 15px;
	padding-top: 2px;
	}
	div.plugin-title{
	color: #FF4A97;
	margin-right: 10px;
	margin-left: 6px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	}
	div.plugin-text{
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

/* リストのリンク（色やアイコン） */
	.plugin-text ul {
	list-style-position: outside;
	padding-left: 15px;
	list-style-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/ic_arrow_r3bl.gif);
	}
	.plugin-text ul.sub_menu{
	list-style-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/ic_dot_01bl.gif);
	}
	.plugin-text li{
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 110%;
	}
	.plugin-text li a {
	text-decoration: none;
	}
	.plugin-text li a:link, a:active {
	color: #47403E;
	}
	.plugin-text li a:visited {
	color: #A39F9E;
	}
	.plugin-text li a:hover {
	color: #0D67FF;
	text-decoration: underline;
	}
	
	.plugin-text p{
	margin-top: 5px;
	margin-bottom: 5px;
	}
	div.plugin-text input,textarea{
	margin-bottom: 5px;
	}
	

/* エントリー部分--------------------------- */
/* 背景の大きな文字のボックス（投稿した年月日曜日） */
#left-bg-date {
	font-size: 110px;
	font-style: italic;
	letter-spacing: -15px;
	color: #F5F5F5;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-indent: -25px;
	font-family: Helvetica;
}
#left-bg-date span.youbi {
	font-size: 100px;
}
/* 背景の大きな文字のボックス（エントリーのタイトル） */
#left-bg-title {
	font-size: 35px;
	font-style: italic;
	letter-spacing: -5px;
	color: #EBE9E9;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	margin-top: -35px;
	font-family: "ＭＳ Ｐゴシック";
	text-indent: 45px;
}
	.box-entry{
	margin-left: 45px;
	margin-top: -115px;
	margin-right: 195px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 5px;
	}
	/* エントリーのタイトル */
	.box-entry h2{
	font-size: 135%;
	color: #5C5652;
	font-family: Helvetica;
	font-weight: bold;
	padding-top: 5px;
	}
	.box-entry h2 a:link {
	color: #5C5652;
	}
	.box-entry h2 a:hover {
	color: #5C5652;
	}
	.box-entry h2 a:visited {
	color: #5C5652;
	}
	/* エントリー情報（日付,カテゴリ,Co,TB） */
	ul.entry-footer {
	margin-top: 3px;
	margin-bottom: 65px;
	}
	ul.entry-footer li {
	display : inline;
	list-style-type : none;
	font-size: 83%;
	line-height: 120%;
	}
	/* 記事本体部分 */
	div.entry-body {
	overflow: hidden;
	width: 99%;
	}
	.entry-body .entry {
	margin-left: 20px;
	}
	/* 段落 */
	div.entry-body p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 160%;
	}
	/* 記事中の画像 */
	div.entry-body img {
	margin-bottom: 0px;
	margin-top: 0px;
	}
	/* 追記部分 */
	p.entry-more {
	padding-top: 25px;
	}
	
/* コメント部分の設定------------------------------------------------------------ */
	/* 各ブロック */
	div.section-comment {
	margin-bottom : 45px;
	margin-left: 20px;
	width: 75%;
	}
	/* コメントデータ */
	ul.comment-footer {
	}
	ul.comment-footer li {
	display : inline;
	list-style-type : none;
	font-size: 83%;
	line-height: 120%;
	}
	/*----------スタイル（フォーム）----------*/
	input,textarea {
	padding: 1px;
	margin-bottom: 10px;
	font-size: 11px;
	}
	.box-comment input,textarea{
	}
	/* 管理者だけにコメント */
	input#himitu {
	margin-right : 0.8em;
	padding: 0px;
	}
	/* コメントフォームのボタン */
	p.form-btn {
	margin-top : 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 103px;
	}
	/* コメント（トラックバック）の見出し */
	h3#comment-top,#trackback-top {
	margin-top: 60px;
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_top.gif);
	background-repeat: repeat-x;
	font-size: 64px;
	color: #D4CECF;
	font-style: italic;
	margin-left: -48px;
	letter-spacing: -8px;
	font-family: Helvetica;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 17px;
	line-height: 75%;
	padding-bottom: 3px;
	}
	/* コメントの見出し */
	h3.comment-post,.comment-edit {
	letter-spacing: -3px;
	font-family: Helvetica;
	padding-top: 18px;
	padding-right: 15px;
	font-size: 36px;
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 30px;
	margin-left: -8px;
	padding-left: 4px;
	color: #D4CECF;
	font-style: italic;
	margin-bottom: 10px;
	}
	.comment-post-j,.comment-edit-j {
	margin-bottom: 30px;
	font-size: 10px;
}
	/* コメントのタイトル */
	h4.comment-header {
	margin-bottom: 5px;
	font-size: 120%;
	}
	/* コメント本文 */
	div.comment-body {
	margin-bottom: 5px;
	margin-top: 5px;
	}

.box-comment form dl dt{
	list-style-type:none;
	float:left;
	width: 100px;
	padding-top: 2px;
	}
.box-comment form dl{
	margin-top: 60px;
	margin-bottom: 30px;
	}

/* トラックバック部分の設定------------------------------------------------------------ */
	div.section-tb {
	margin-bottom : 45px;
	margin-left: 20px;
	width: 75%;
	}
	/* トラックバックURI */
	p.trackback-uri {
	margin-bottom : 40px;
	border : 1px solid #999999;
	margin-left: 5px;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	}
	/* トラックバックのタイトル */
	h4.trackback-header {
		margin-bottom : 10px;
		padding : 0 10px;
		border-bottom : 1px solid #333;
	}
	/* トラックバック先の概要 */
	div.trackback-excerpt {
		padding : 0 10px;
		background : transparent;
	}
	/* トラックバックフッター */
	ul.trackback-footer {
		padding : 10px 10px 15px 10px;
		display : inline;
		list-style-type : none;
	}
	ul.trackback-footer li {
		display : inline;
		list-style-type : none;
	}
	
/* ページ移動用ナビ（上）--------------------------- */
	div.pagenavi-top {
	height: 28px;
	padding-top: 2px;
	text-align: right;
	margin-right: 205px;
	}
/* ページ移動用ナビ（下）--------------------------- */
	div.pagenavi-bott {
	text-align: right;
	margin-right: 205px;
	margin-bottom: 7px;
	margin-top: 80px;
	}
/* フッター --------------------------- */
#box-footer{
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 210px;
	margin-bottom: 20px;
}
/* コピーライト --------------------------- */
.box-copyright{
	font-size: 83%;
	text-align: center;
	margin-top: 30px;
	line-height: 120%;
}
/* 広告 --------------------------- */
#box-add{
	background-image: url(http://blog-imgs-19.fc2.com/1/0/0/100plate/bg_line_top.gif);
	margin-top: 0px;
	margin-right: 195px;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 48px;
	font-size: 10px;
	color: #999999;
	padding-bottom: 2px;
}

/* 全体的な設定--------------------------- */
/* 文字色（薄グレー） */
.light-gray,ul.entry-footer li,.box-copyright,.comment-post-j,.comment-edit-j,.pagenavi-bott,.pagenavi-top,ul.comment-footer{
	color: #A39F9E;
}


input[type="submit"] {
font-size: 12px;
} 