@charset "UTF-8";

/* スクロールバー*/
html {
	scrollbar-track-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-arrow-color : #999999;
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #999999;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
}

/* 全体*/
* {
	margin : 0;
	padding : 0;
}
body {
	color : #FF0066;
	font-family : "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka";
	background : url("http://blog-imgs-38.fc2.com/b/l/a/blackshiva/Strawberry1.jpg") bottom left fixed no-repeat;
	background-color : #000000;
	text-align : center;
	line-height : 1.5;
	font-size : small!important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
}
html>body {
	font-size : small !important;
}
textarea {
	width : 90%;
}

/*リンク設定*/
a {
	text-decoration : none;
}
a:link {
	color : #FFCCFF;
	text-decoration : none;
}
a:visited {
	color : #FF00FF;
	text-decoration : none;
}
a:hover {
	color : #FF3399;
	background-color : #000000;
}
a:active {
	color : #FF00FF;
	background-color : #000000;
}
 /*リンク画像の枠を表示しない */
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}
 /* 絵文字*/
.emoji {
	vertical-align : middle;
	border : 0px;
}

/*レイアウト用ブロックの設定(コンテナ)*/
div#container {
	width : 770px;
	margin-left : auto;
	margin-right : auto;
	background-color : transparent;
	text-align : left;
}
 /* ヘッダー*/
div#branding {
	height : 100px;
	background : url("http://blog-imgs-38.fc2.com/b/l/a/blackshiva/Strawberry6.jpg") top left no-repeat;
	background-color : #000000;
	text-align : right;
	margin : 0px 0px 20px;
}
div.column {
	margin : 20px 0px;
}
 /*本文部分ブロック*/
div#primary-column {
	float : right;
	width : 530px;
	padding : 0px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 530px;
}
html>body div#primary-column {
	width : 530px;
}
 /* サイトインフォ関連ブロック+カレンダーの幅 */
div#wrapper {
	float : left;
	width : 240px;
}
 
          /* カレンダー*/
div#calendar {
	float : right;
	width : 50px;
	padding : 0px 10px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 30px;
}
html>body div#calendar {
	width : 30px;
}
 /*サイトインフォ関連ブロック */
div#secondary-column {
	float : left;
	width : 190px;
	padding : 0px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 190px;
}
html>body div#secondary-column {
	width : 190px;
}
 /* 著作権表示ブロック */
div#siteinfo-legal {
	clear : both;
	margin : 0px 10px;
}

/* ヘッダー2*/
 /* タイトル位置あわせ*/
div.blog-name {
	padding : 20px 10px;
}
div#branding h1 a {
	font-size : large;
	font-weight : bold;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : large;
	padding : 0px;
}
html>body div#branding h1 {
	font-size : large;
}
 /* サイト説明*/
div#branding p {
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 0px;
}
html>body div#branding p {
	font-size : x-small;
}

/*Primary-Columnｖ*/
 /* ページ移動用ナビゲーション */
p.prev-next-navi {
	text-align : center;
	margin : 0px 0px 20px;
}
 /* 各記事毎のブロック */
div.section {
	margin : 0px 0px 25px;
}
 /*日*/
div.date {
	font-weight : bold;
	text-align : right;
	padding : 0px 5px;
}
 /* 記事・タイトル部分*/
div.title {
	height : 28px;
	background : url("http://blog-imgs-38.fc2.com/b/l/a/blackshiva/Strawberry3.jpg") top right no-repeat;
	border : 1px double #FF33CC;
}
div.section h2 {
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 5px 15px 0px;
}
html>body div.section h2 {
	font-size : small;
}
 /* 段落*/
div.section p {
	margin : 1em 0;
}
 /*記事本体部分*/
div.entry-body {
	padding : 10px 10px 0px;
}
 /* 追記部分*/
div.entry-more {
	padding : 20px 10px 0px;
}
div.entry-more-body {
	padding : 20px 0px 0px;
}
 /*フッター部分（コメントやトラックバックなど)*/
div.section ul.entry-footer {
	text-align : right;
	list-style-position : inside;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 20px 10px 15px;
}
html>body div.section ul.entry-footer {
	font-size : x-small;
}
div.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}
span.category,
span.com,
span.no-com,
span.trk,
span.no-trk,
span.top {
	padding : 0px 0px 0px 10px;
}

/*コメント欄の設定*/
 /* コメントフォーム*/
input#himitu {
	margin-right : 0.5em;
}
div#primary-column form {
	padding : 0px 20px 10px;
}
.form-area {
	width : 200px;
	color : #FF99FF;
	background-color : #000000;
	padding : 1px 2px;
	border : 2px double #FF33CC
}
.form-text-area {
	width : 400px;
	color : #FF99FF;
	background-color : #000000;
	padding : 1px 2px;
	border : 2px double #FF33CC}
.form-button {
	color : #FF99FF;
	background-color : #000000;
	padding : 2px 0px 0px;
	margin : 10px 5px 0px;
	border : 2px double #FF33CC}
 /* コメントトップ */
h3#comment-top,
h3.comment-post,
h3.comment-edit {
	color : #FF99FF;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 10px;
	margin : 10px 0px;
}
html>body h3#comment-top,
html>body h3.comment-post,
html>body h3.comment-edit {
	font-size : small;
}
 /* コメントタイトル */
h4.comment-header {
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 25px;
	margin : 0px;
}
html>body h4.comment-header {
	font-size : small;
}
 /* コメント本体*/
div.comment-body {
	padding : 0px 20px;
}
 /* コメントフッター*/
ul.comment-footer {
	text-align : right;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 0px 20px;
}
html>body ul.comment-footer {
	font-size : x-small;
}
ul.comment-footer li {
	display : inline;
	list-style-type : none;
}

/*トラックバック部分設定*/
 /* トラックバックトップ */
h3#trackback-top {
	color : #FFCCFF;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 10px;
	margin : 10px 0px;
}
html>body h3#trackback-top {
	font-size : small;
}
 /* トラックバックURL */
p.trackback-uri {
	background-color : #000000;
	padding : 0.2em 0.5em;
	margin : 0px 0px 25px;
	2px double #FF33CC
}
 /* トラックバックタイトル */
h4.trackback-header {
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	padding : 0px 25px;
	margin : 0px;
}
html>body h4.trackback-header {
	font-size : small;
}
 /* トラックバック先の概要 */
div.trackback-excerpt {
	padding : 0px 20px;
}
 /* トラックバックフッター */
ul.trackback-footer {
	text-align : right;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : x-small;
	padding : 0px 20px;
}
html>body ul.trackback-footer {
	font-size : x-small;
}
ul.trackback-footer li {
	display: inline;
	list-style-type : none;
}

/*カレンダー設定*/
p.now-month {
	display : none;
}
div#calendar ul {
	width : 28px;
	color : #FF99CC;
	text-align : center;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 28px;
	border : 1px double #FF33CC;
}
html>body div#calendar ul {
	width : 28px;
}
div#calendar li {
	color : #FF99CC;
	list-style-type : none;
}
div#calendar li a {
	font-weight : bold;
}

/*Secondary-Column設定*/
div.side {
	margin : 0px 0px 10px 0px;
}
div.sidebody {
	padding : 3px 5px 5px 7px;
}
 /* メニュータイトル設定*/
div#secondary-column h2 {
	background-color : #000000;
	padding : 0px 7px;
	font-weight : bold;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	border : 2px double #FF33CC
}
html>div#secondary-column h2 {
	font-size : small;
}
 /*アーカイブ関連のリスト表示設定*/
div#secondary-column ul {
	list-style-position : outside;
	list-style-type : square;
	margin : 0px 0px 0px 15px;
}
div.sidebody input,
div.sidebody textarea {
	color : #FF99FF;
	background-color : #FFCCFF;
	padding : 2px 0px 0px;
	margin : 2px;
	border : 2px double #FF33CC
}

/*フッター部分*/
div#siteinfo-legal p {
	text-align : center;
	padding : 10px 0px;
}

/*文字装飾*/
em {
	font-style : italic;
}
strong {
	font-weight : bold;
}
b {
	font-weight : bold;
}
i {
	font-style : oblique;
}

/*ブロック引用文*/
blockquote {
	background-color : #FFCCCC;
	margin : 5px 20px;
	padding : 0.1em 1em;
}

/*コード*/
div.section pre {
	margin : 1em auto;
	padding : 0.5em;
	border : 1px solid #FF33CC;
	font-family : sans-serif;
	overflow : auto;
	width : 90%;
}
/* for without MacIE5 \*/
div.section pre {
	overflow : scroll;
}/* */
div.section > pre {
	width : auto;
}
div.section code {
	font-family : monospace;
}

/* Mac版IEの文字化け対策*/
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;
}

/*BLACK SHIVA@YAMAMOTO STUDIO ---SHIVA---*/