* {
	margin: 0;
	padding: 0;
}

body {
               	background-color: #000000;
	color: #ffbcde;
	text-align: center;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
}

html>body {
	font-size: small;
}

/* for IE \*/
* html body {
	font-size: 78%;
}



/* ヘッダーの設定
------------------------------------------------- */
div#header {
	margin-bottom: 20px;
	padding: 15px;
	background: url(http://blog-imgs-27-origin.fc2.com/c/o/n/conveniweb/bg_heart.gif) no-repeat left top;
}

/* ブログタイトル */
h1 {
	font-size: 20px;
}

div#header h1 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
div#header h1 a {
	color: #ff74ba;
	text-decoration: none;
}

/* ブログ説明 */	
div#header p {
	text-align: center;
	color: #ffbcde;
}
	


/* リンクの設定
------------------------------------------------- */
a:link,
a:visited {
	color: #ffe1ee;
}

a:hover,
a:active {
	text-decoration: none;
}



/* 画像の設定
------------------------------------------------- */

img,
a img {
	border: none;
}

/* 絵文字 */
.emoji{
	vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h2 { font-size: 140%; }
	
h3 { font-size: 120%; }
	
h4 { font-size: 110%; }
	
h5 { font-size: 100%; }
	
h6 { font-size: 85%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }

textarea,input,select {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 11px;
	color: #ffbcde;
	font-weight: lighter;
	background-color: #000000;
	border : 1px solid #ff74ba;
}

pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* for without MacIE5 \*/
div.main_body pre {
	overflow: scroll;
}
div.main_body > pre {
	width: auto;
}
div.main_body code {
	font-family: monospace;
}



/* メインコンテンツ　レイアウトの設定
------------------------------------------------------------ */
div#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000000;
                background-image: url(http://blog-imgs-32-origin.fc2.com/p/e/p/pepetan/pic050.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center;
                margin-top: 60px;
}

div#wrap {
	width: 820px;
	float: left;
}
div#wrap:after {
	content: "";
	overflow: hidden;
	display: block;
	height: 1px;
	clear: both;
}

* html div#wrap {
	overflow: visible;
	height: 1px;
}

div#main {
	float: right;
	width: 600px;
}



/* サイドメニュー　レイアウトの設定
------------------------------------------------------------ */
div#sidemenu1 {
	float: left;
	width: 200px;
	padding-right: 15px;
}

div#sidemenu2 {
	float: right;
	width: 100px;
	padding-left: 15px;
}



/* 記事の設定
------------------------------------------------------------ */

div.content {
	margin-bottom: 40px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

/* 日付 */
div.entry_day {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-weight: lighter;
	color: #ff74ba;
	height: 20px;
	text-align: right;
	margin-bottom: 5px;
}

/* タイトル */
h2.entry_header,
h3.entry_header {
	text-align: left;
	padding-bottom: 5px;
	color: #ff74ba;
	font-size: 14px;
	background: url(http://blog-imgs-27-origin.fc2.com/c/o/n/conveniweb/line.gif) no-repeat center bottom;
}

h2.entry_header a {
	color: #ff74ba;
	text-decoration: none;
}

/* 本文 */
div.entry_body {
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 12px;
}

div.entry_body p.entry_more {
	padding: 15px 15px 15px 0px;
	margin: 0px;
}
	
div.entry_body p.tag_lnk {
	margin: 0px;
}
	
div.entry_body p.theme {
	margin: 15px 0px 0px;
	font-size: 11px;
}

ul.entry_footer {
	text-align: right;
	margin-bottom: 15px;
	font-size: 11px;
}
ul.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* 拍手とブクマ */
div.fc2_footer {
	margin-bottom: 10px;
}

div.page_navi {
	margin-bottom: 30px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}

div.page_navi2 {
	margin-bottom: 30px;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight: lighter;
}

div.pagetop {
	text-align: right;
}



/* 記事の設定
------------------------------------------------------------ */
div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
}

div.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

div.entry_body dl {
	margin: 1em 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1em 1em 0em;
}
div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.entry_body dd {
	margin: 0em 1em 1em;
}



/* コメント、トラックバック
------------------------------------------------------------ */

p.sub_header {
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	color: #ff74ba;
	font-weight: bold;
	font-size: 14px;
}

h3.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	font-size: 100%;
}

div.sub_body {
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
}

h2.listtitle {
		display: inline;
		font-weight: normal;
		font-size: small;
}

html>body h2.listtitle {
		font-size: small;
}

div.list_body {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

ul.sub_footer {
		text-align: right;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 10px;
}

ul.sub_footer li {
		display: inline;
		list-style-type: none;
	}
	
dl.form {
		margin-right: 10px;
		margin-left: 10px;
}

input#himitu {
	margin-right: 0.5em;
	border: none;
	background-color: #FFFFFF;
}

p.form_btn {
		margin-top: 20px;
		margin-bottom: 15px;
		margin-right: 10px;
		margin-left: 10px;
}

p.form_btn input {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #ffbcde;
	border: 1px solid #ffbcde;
	margin-right: 5px;
}

p.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

p.trackback_url input {
	padding-bottom: 1px;
	border-bottom: 1px dashed #ffbcde;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 1px;
	width: 85%;
	background-color: #000000;
	color: #ffbcde;
}



/* Plugin (Main content)
------------------------------------------------------------ */

div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
	margin-top: 3px;
}



/* サイドメニュー (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	list-style-position: outside;
	margin-left: 15px;
	list-style-image: url(http://blog-imgs-27-origin.fc2.com/c/o/n/conveniweb/arrow.gif);
}

/* リンク色 */
#sidemenu1 a,
#sidemenu2 a {
	text-decoration: none;
}
#sidemenu1 a:hover,
#sidemenu1 a:active,
#sidemenu2 a:hover,
#sidemenu2 a:active {
	color: #ff74ba;
}


/* 本文 */
#sidemenu1 dl.sidemenu_body,
#sidemenu2 dl.sidemenu_body {
	margin-bottom: 15px;
	font-size: 11px;
}
div.sidemenu3_body {
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 12px;
}


/* タイトル */
dl.sidemenu_body .plg_title {
	margin-bottom: 10px;
	color: #ff74ba;
	background: url(http://blog-imgs-27-origin.fc2.com/c/o/n/conveniweb/line.gif) no-repeat center bottom;
	height: 20px;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.sidemenu3_title {
	text-align: left;
	padding-bottom: 5px;
	color: #ff74ba;
	font-size: 14px;
	background: url(http://blog-imgs-27-origin.fc2.com/c/o/n/conveniweb/line.gif) no-repeat center bottom;
}
	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}

dl.sidemenu_body .plg_body input {
	margin: 2px;
}



/* カレンダー(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

table.calender caption {
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
}

table.calender th {
	padding: 0.1em;
	border-bottom: 1px dashed #ff74ba;
	text-align: center;
}

table.calender td {
	padding: 0.1em;
	border-bottom: 1px dashed #ff74ba;
	text-align: center;
}

table.calender td a {
	display: block;
	color: #000000;
	background-color: #ffe1ee;
}

table.calender th#sun {
	color: #FF0000;
}

table.calender th#sat {
	color: #0000FF;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

div.tab {
	text-align: left;
	margin-bottom: 10px;
}

div.tab input{
	padding: 3px 5px;
}

div.tab input.b1{
	margin-right: 5px;
}
    
div.mylog {
	width: 150px;
	padding: 5px;
	border: 1px solid #ff74ba;
	font-size: small;
	text-align: left;
	color: #000000;
	background-color: #ffbcde;
}
div.mylog p.title {
	font-weight: bold;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	width: 150px;
	color: #339900;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}
div.license {
	font-size: x-small;
	text-align: right;
}



/* フッター
------------------------------------------------------------ */

div#footer {
	padding: 10px 0px;
	font-size: 12px;
	margin-top: 15px;
	background-color: #000000;
}
	
html>div#footer {
	font-size: 12px;
}

div#footer p {
	margin-bottom: 12px;
}

div#footer address {
	font-style: normal;
	padding-bottom: 10px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;

}

/*blog roll*/

.blogroll-channel,
.blogroll-channel * {
    width:auto;
    height:auto; 
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    width: 240; /* 表示させたい幅 */
    height: 200; /* 表示させたい高さ */
    overflow-y: auto; /* 表示させたい高さを超えたらスクロール */
    overflow-x: hidden; /* 横方向にはスクロールさせない */
    margin-bottom: 15px;
    padding: 3px;
    border: solid 0px #999;
    background: #000;
}


.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 1px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 1px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 1px;
    color: #456;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 0px;
    color: #456;
    font-size: 5px;
}

.blogroll-channel .blogroll-category-name {
    list-style-type: none;
    margin-top: 15px; /* カテゴリタイトル上部余白 */
    margin-bottom: 5px; /* カテゴリタイトル下部余白 */
    font-size: 12px; /* 表示させたいフォントサイズ */
    color: #ff74ba; /* フォントカラー */
    border-bottom: 1px dotted #ffffff; /* カテゴリタイトルの下に点線 */
    line-height: 1.7;
}