body, h1, h2, h3, form { margin: 0; padding: 0 }

/* 全体 */
body {
	background: url(http://blog-imgs-32.fc2.com/v/o/c/vocaloid/bg2955.gif) repeat-y top center #6D7966;
	color:#4C4C4C;
	text-align: center;
	font-family: Verdana, sans-serif,"Osaka";
	font-size: 83%;
}
a:link { color:#E57300; text-decoration: none; }
a:active { color: #999; text-decoration: none }
a:visited { color: #808080; text-decoration: none }
a:hover { color: #CC7D3D; text-decoration: underline; }

/* 上部タイトル欄 */
#all {
	width: 915px; /* 幅 */
	background: #FFFFFF; /* 背景色（メインとサブタイトルの隙間の色） */
	margin: 0 auto;
	text-align: left;
}

/* メインタイトルの文字 */
h1 {
	font-size: 150%;
	margin: 5px 0 2px 0; /* 上・右・下・左の外部スペース */
	padding: 12px 0px 0 5px; /* 上・右・下・左の内部スペース */
	background:  #F48B19; /* 背景色 */
	color:#FFFFFF; /* 文字色 */

	text-align: left;
	height: 47px;  /* box model hack （ブラウザのバグ回避用？）*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 37px; /* 高さ */
}
h1 a:link, h1 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color:#FFCC66;
	text-decoration: none;
}

/* サブタイトル */
h2 {
	font-size: 100%;
	text-align: left;
	color:#FFF;
	padding: 0px 10px 0 5px; /* 4px 10px 0 10px; */ /* 上・右・下・左 */
	background:  #F48B19;
	height: 20px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 19px;
}

/* 左メニュー */
#menu {
	width: 180px; /* 幅 */
	background: #FFFFFF; /* 背景色 */
	margin: 2px 2px 0 0; /* 上・右・下・左のスペース幅 */
	float: left;
	overflow: hidden;
}

/* 右メニュー */
#right {
	width: 225px; /* 幅 */
	background: #FFFFFF; /* 背景色 */
	margin: 2px 0 0 0; /* 上・右・下・左のスペース幅 */
	float: right;
	overflow: hidden;
}

/* 記事欄 */
#left {
	width: 506px; /* 幅 */
	background: #FFFFFF; /* 背景色 */
	margin: 2px 2px 0 0; /* 上・右・下・左のスペース幅 */
	float: left;
	overflow: hidden;
}

/* 記事の見出し(タイトル) */
#left h3 {
	font-size: 100%;
	color :#6D7966;
	padding: 6px 12px 4px 12px;
	border-top: 2px solid #6D7966;
	border-left: 2px solid #6D7966;
	border-right: 2px solid #6D7966;
	border-bottom: 2px dotted #6D7966;
	background: #fff;
}

/* ★記事表示部分/コメントなどを囲うブロック要素の属性 */
.content {
	margin: 0 0 10px 0;
	padding: 2px 15px 0 15px;
	line-height: 1.4;
	border-top-width: 0;
	border-left: 2px solid #6D7966;
	border-right: 2px solid #6D7966;
	border-bottom: 2px solid #6D7966;
	background: #fff;
}

/* 記事内の画像 */
.content img {
	border: 1px solid #666;
	margin: 3px;
}

/* 記事表示部分/コメントなどを囲うブロック要素の属性 */
.contentCom {
	margin: 0 0 10px 0;
	padding: 15px 15px 0 15px;
	line-height: 1.4;
	border-top-width: 0;
	border-left: 2px solid #6D7966;
	border-right: 2px solid #6D7966;
	border-bottom: 2px solid #6D7966;
}

/* 記事内の画像 */
.contentCom img {
	border: 0;
	margin: 3px;
}

.content blockquote {
	background: #FDF1DD;
	border-left: 3px dotted #EF6F04;
	padding: 8px 10px;
}
.content ol li {
	margin-left: 18px;
}
.content ul li {
	padding-left: 18px;
	margin-left: 0;
	list-style-type: none;
}

/* 記事のステータス用リスト */
ol.sub { 
	margin: 0;
	padding: 15px 0 10px 12px;
	font-size: 80%;
}
ol.sub li {
	display: inline;
	color: #4C4C4C;
	margin: 0;
	padding: 0;
}
.sub a {
	font-weight: bold;
	margin-right: 0.3em;
}
.sub a:link {
	color: #360;
	text-decoration: none;
}
.sub a:visited {
	color: #666;
	text-decoration: none;
}
.sub a:hover {
	color: #E57300;
	text-decoration: none;
}

/* メニューの見出し*/
#right h3, #menu h3 {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 0 6px 6px; /* 上・右・下・左 */
	background:  #F48B19;
}

/* メニューの見出し*/
#right p, #menu p {
	font-size: 80%;
	padding: 3px 0 1em 6px;  /* 上・右・下・左 */
	margin: 0;
}

/* メニュー内のリスト */
#right ul, #menu ul {
	font-size: 100%;
	list-style-type: none;
	padding: 3px 0 1em 6px; /* 3px 0 1em 1.5em; */ /* 上・右・下・左 */
	margin: 0;
}

#right ul li, #menu ul li {
	background: 6px;
	padding: 2px 0 0 6px; /* 上・右・下・左 */
	list-style-type: none;
}

/* カレンダー設定 */
table.calender {
	font-size: 100%;
	width: 182px;
	margin: 0px 19px;
	border-collapse: collapse;
	padding: 0.5em 0 0.7em 0;
}
.calender caption {
	font-size: 100%;
	margin: 0 19px;
	border-bottom: 1px solid #4C4C4C;
	width: 182px;
	padding: 0 0 0.3em 0;
}
.calender th {
	font-size: 10px;
	font-weight: normal;
	padding: 0.2em 0;
	text-align: center;
}

.calender td {
	width: 26px;
	text-align: center;
	padding: 0.2em 0;
}
.calender td a {
	display: block;
	font-weight: bold;
}

th#sun {
	color: #CC3D3D;
}
th#sat {
	color: #2996CC
}
.calender td a:link, .calender td a:visited {
	text-decoration: none;
	background: #EFEFEF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

.calender td a:hover {
	text-decoration: none;
	background: #CCC;
}
/* 自己紹介画像の中央寄せ */
.pay {
	text-align: center;
}
img {
	border: 1px solid #666;
}


/* 検索 */
#right form {
	padding: 3px 0 1em 1.5em; 
	margin: 0;
}
.light {
	font-size: 80%;
	margin: 2.7em 0 0 0;
	padding: 0.7em 0 0 0.7em;
	border-top: 1px solid #ddd;
}
.search {
	font-size: 80%;
	margin: 0 0 1.7em 0;
	padding: 0.7em 0;
	text-align: center;
}
.search input {
	font-size: 100%;
	font-family: Verdana, Sans-serif,"Osaka";
}

/* レスフォーム設定 */
dl.comform {
	width: 100%;
	margin: 0;
	padding: 0;
}
.comform dt {
	letter-spacing: 0.1em;
}
.comform dd {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.comform textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}

/* エントリーのナビゲーション */
#nav { 
	text-align: center
}

/* コメントリストの設定 */
h3#commenthead, h3#trackbackhead {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 6px 0 6px 25px;
	border-width: 0;
}

#commentlist {
	font-size: 85%;
	margin: 0 0 5.7em 0;
	padding: 0.7em;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#commentlist li {
	list-style-position: inside;
}

/* トラックバックリストの設定 */
#trackbacklist {
	font-size: 85%;
	margin: 2.7em 1.7em 0 0;
	padding: 1.7em 0 2.7em 3.7em;
	border-top: 1px solid #bbb;
}

/* トラックバックリスト内のリスト */
#trackbacklist li ul {
	margin-top: 0.7em;
	margin-bottom: 1.7em;
}

/* コメントリスト、トラックバックリストの整形 */
#commentlist a, #trackbacklist a {
	margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
	margin-bottom: 0.2em;
}


/* trackback uri 表示部分の設定 */
#trackbackbody {
	margin: 0 0 10px 0;
	padding: 10px 15px;
	line-height: 1.4;
}
#trackbackbody dt {
	margin: 0 0 0 0.7em;
}
#trackbackbody dd {
	font-size: 100%;
	font-family: "Courier New", Courier, "Times new roman",  sans-serif,"Osaka";
}
#trackbackbody dd a {
	text-decoration: underline;
}
/* Copyright */
#footer {
	margin: 15px auto 8px auto;
	padding: 8px 0 0 0;
	width: 720px;
	font-size: 85%;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	border-top: 2px dotted #6D7966;
	line-height: 1;
}

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

.emoji{
	vertical-align:middle;
	border:0;
}

/* ●追加 TABLEの項目名部分でマウスカーソル変更*/
th.header {
    /* background-image: url(http://blog-imgs-32.fc2.com/v/o/c/vocaloid/table_spin.gif); */
    /* background-image: url(../img/small.gif); */
    cursor: pointer;
    /* font-weight: bold; */
    /* background-repeat: no-repeat; */
    /* background-position: center left; */
    /* padding-left: 20px; */
    /* border-right: 1px solid #dad9c7; /*
    /* margin-left: -1px; */
}

/* ●追加 ツイッターまとめのスタイル*/

/* twitter
-------------------------------------------------------- */
/* 全体 */
dl.fc2twtr {
 margin: 0 0 1em !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
 font-size: 100%; /* 文字サイズ */
 color: inherit; /* 文字色 */
}
/* プロフィール画像・ユーザー名 */
dl.fc2twtr dt {
 margin: 0 !important;
 padding: 0 0 5px !important;
 border: 0 none !important;
 border-bottom: 2px #dddddd solid !important; /* 線 */
 background: none !important;
 font-size: 100%; /* 文字サイズ */
}
dl.fc2twtr dt img {
 margin: 0 !important;
 border: 0 none;
 vertical-align: middle;
}
dl.fc2twtr dt a {
 margin: 0 7px 0 0;
 font-weight: bold;
}
/* 本文 */
dl.fc2twtr dd {
 margin: 0 !important;
 padding: 10px 2px 8px !important;
 border: 0 none !important;
 border-bottom: 1px #eeeeee solid !important; /* 線 */
 background: none !important;
}
dl.fc2twtr dd:hover {
 background: #f7f7f7 !important; /* 背景色 */
}
dl.fc2twtr dd p {
 margin: 0 !important;
 font-size: 100%; /* 文字サイズ */
}
/* 日付 */
dl.fc2twtr dd p br + a {
 font-size: 84%; /* 文字サイズ */
}