@charset "euc-jp";


/*--------------- 基本設定 --------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000;
	color: #333;
	font-size: 75%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: #4261df;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #ff409f;
	text-decoration: underline;
}

ol, ul {
	padding-left: 1.4em;
}
li {
	list-style: square outside;
}


/*--------------- レイアウト --------------------*/

#container {
	width: 705px;
	margin: 5px auto;
	text-align: left;
}

#header {
	height: 100px;
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 500px;
}

#side {
	float: right;
	width: 200px;
}

#footer{
	clear: both;
	padding: 10px 0;
	text-align: center;
}


/*--------------- ヘッダ --------------------*/

#header {
	position: relative;
	background: #9c3 url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_header.gif') no-repeat;
}

#header .headimg {
	position: absolute;
	top: 10px;
	left: 295px;
	width: 400px;
	height: 80px;

	/* ヘッダ部にお好きな写真を入れることができます。 */
	/* 400x80ピクセルの大きさの画像を用意して以下のURLを書き換えてください。 */
	background: url('http://mini-cross.jp/logo.gif') no-repeat;
}

#header .blog_name {
	padding: 15px 0 0 25px ;
	font-size: 18px;
}

#header .blog_name a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header .blog_name a:hover,
#header .blog_name a:active,
#header .blog_name a:focus {
	color: #fff;
	text-decoration: none;
}

#header .introduction {
	width: 260px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	color: #666;
}


/*--------------- メインカラム --------------------*/

#main {
}

/* メインカラム内の基本的なボックスの定義 */

.box {
	margin-bottom: 5px;
	background: #fff url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_ecenter.gif') repeat-y;
}

.box_top {
	height: 11px;
	background: url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_etop.gif') no-repeat;
}

.box_head {
	margin: 0 25px;
	color: #999;
}

.box_title {
	padding: 3px 0 5px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #333;
}

.box_body {
	margin: 1em 25px;
}

.box_foot {
	clear: both;
	margin: 2em 25px 0;
	color: #999;
	text-align: right;
}

.box_bottom {
	height: 11px;
	background: url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_ebottom.gif') no-repeat;
	overflow: hidden;
}


/*--------------- エントリ --------------------*/

.entry .box_top {
	position: relative;
}

.entry .box_head {
	position: relative;
}

.entry .box_title {
	width: 385px;
	margin-bottom: 2px;
	font-size: 150%;
}

.entry .box_title a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.entry .box_title a:hover,
.entry .box_title a:active,
.entry .box_title a:focus {
	color: #ff409f;
	text-decoration: none;
}

.entry_body {
	margin-top: 2em;
	line-height: 1.6;
}

.entry_community {
	margin: 5px -0.5em 0;
	padding: 5px 0.5em 0px;
	border-top: 1px dotted #ccc;
	text-align: left;
}

/* 日付の画像 */

.entry_date {
	position: absolute;
	width: 70px;
	height: 60px;
	top: 0;
	left: 410px;
	background: url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_date.gif') no-repeat;
}
.entry_date_green { background-position: 0 0; }
.entry_date_blue  { background-position: -70px 0; }
.entry_date_pink  { background-position: -140px 0; }

.entry_date .date_line0 {
	position: absolute;
	top: 12px;
	left: 11px;
}
.entry_date .date_line1 {
	position: absolute;
	top: 29px;
	left: 11px;
}
.entry_date .date_num {
	width: 12px;
	height: 15px;
	background: url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_date.gif') no-repeat;
}
.entry_date .date_num_green0 { background-position: -210px 0; }
.entry_date .date_num_green1 { background-position: -222px 0; }
.entry_date .date_num_green2 { background-position: -234px 0; }
.entry_date .date_num_green3 { background-position: -246px 0; }
.entry_date .date_num_green4 { background-position: -258px 0; }
.entry_date .date_num_green5 { background-position: -270px 0; }
.entry_date .date_num_green6 { background-position: -282px 0; }
.entry_date .date_num_green7 { background-position: -294px 0; }
.entry_date .date_num_green8 { background-position: -306px 0; }
.entry_date .date_num_green9 { background-position: -318px 0; }
.entry_date .date_num_blue0  { background-position: -210px -15px; }
.entry_date .date_num_blue1  { background-position: -222px -15px; }
.entry_date .date_num_blue2  { background-position: -234px -15px; }
.entry_date .date_num_blue3  { background-position: -246px -15px; }
.entry_date .date_num_blue4  { background-position: -258px -15px; }
.entry_date .date_num_blue5  { background-position: -270px -15px; }
.entry_date .date_num_blue6  { background-position: -282px -15px; }
.entry_date .date_num_blue7  { background-position: -294px -15px; }
.entry_date .date_num_blue8  { background-position: -306px -15px; }
.entry_date .date_num_blue9  { background-position: -318px -15px; }
.entry_date .date_num_pink0  { background-position: -210px -30px; }
.entry_date .date_num_pink1  { background-position: -222px -30px; }
.entry_date .date_num_pink2  { background-position: -234px -30px; }
.entry_date .date_num_pink3  { background-position: -246px -30px; }
.entry_date .date_num_pink4  { background-position: -258px -30px; }
.entry_date .date_num_pink5  { background-position: -270px -30px; }
.entry_date .date_num_pink6  { background-position: -282px -30px; }
.entry_date .date_num_pink7  { background-position: -294px -30px; }
.entry_date .date_num_pink8  { background-position: -306px -30px; }
.entry_date .date_num_pink9  { background-position: -318px -30px; }

/* エントリ内の要素 */

.entry_body h1,
.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	margin: 0.5em 0;
}

.entry_body img {
	margin: 2px 0;
}

.entry_body blockquote {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: 1px dotted #666;
	background-color: #eee;
}

.entry_body pre {
	width: 90%;
	margin: 1em 0;
	padding: 0.5em 1em;
	overflow: auto;
	background-color: #eee;
	line-height: 1.3;
}

.entry_body caption {
	margin-top: 1em;
	caption-side: top;
	text-align: center;
}
.entry_body table {
	margin: 0.5em 0;
	background-color: #666;
}
.entry_body th {
	padding: 0 0.5em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #333;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.entry_body th a {
	color: #fff;
	text-decoration: underline;
}
.entry_body th a:hover,
.entry_body th a:active,
.entry_body th a:focus {
	color: #ff409f;
	text-decoration: underline;
}
.entry_body td {
	padding: 0 0.5em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #eee;
}

.entry_body dt {
	font-weight: bold;
}
.entry_body dd {
	padding-left: 2em;
}

.entry_body hr {
	margin: 1em 0;
}


/*--------------- トラックバック --------------------*/

.tb_entry {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: 1px dotted #999;
	background-color: #ffc;
}

.tb_info {
	text-align: right;
}


/*--------------- コメント --------------------*/

.comment_entry {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: 1px dotted #999;
	background-color: #ffc;
}

.comment_info {
	text-align: right;
}

.comment_form {
	margin: 1em 0;
}
.comment_field {
	margin-top: 0.4em;
}

.comment_button {
	margin-top: 0.5em;
	padding: 0 1em;
}

.comment #name,
.comment #subject,
.comment #mail,
.comment #url {
	width: 50%;
}
.comment #comment {
	width: 90%;
}
.comment #pass {
	width: 25%;
}


/*--------------- タグ一覧 --------------------*/

.taglist {
	line-height: 1.1;
}
.tag0 { display: none; }
.tag1 { font-size: 80%; }
.tag2 { font-size: 100%; }
.tag3 { font-size: 120%; font-weight: bold; }
.tag4 { font-size: 150%; font-weight: bold; }
.tag5 { font-size: 200%; font-weight: bold; }


/*--------------- ナビゲータ --------------------*/

.navi {
	margin: -2px 2px 2px;
	color: #fff;
}

.navi .left {
	float: left;
}

.navi .right {
	text-align: right;
}

.navi a {
	color: #fff;
	text-decoration: none;
}
.navi a:hover,
.navi a:active,
.navi a:focus {
	color: #ff409f;
	text-decoration: underline;
}


/*--------------- サイドカラム --------------------*/

#side {
}


/*--------------- プラグイン --------------------*/

.plugin {
	margin-bottom: 5px;
	background-color: #fff;
}

.plugin_top {
	height: 7px;
	background: #999 url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_ptop.gif') no-repeat;
	overflow: hidden;
}

.plugin_title {
	padding: 0 10px 6px;
	vertical-align: bottom;
	background: #999 url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_ptitle.gif') repeat-y;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
}

.plugin_desc1 {
	padding: 0.2em 10px;
	background: #ccc url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_pdesc.gif') repeat-y;
}

.plugin_content {
	padding: 0.5em 10px 0;
}

.plugin_desc2 {
	padding: 0.5em 10px 0.2em;
}

.plugin_bottom {
	height: 6px;
	background: transparent url('http://blog-imgs-40.fc2.com/p/i/x/pixyz/bb_pbottom.gif') no-repeat;
	overflow: hidden;
}

/* 背景非表示のプラグイン */

.plugin_nobackground .plugin {
	margin-bottom: 10px;
	background: #000;
	color: #fff;
}

.plugin_nobackground .plugin_top,
.plugin_nobackground .plugin_bottom {
	height: 0;
	background: #000;
}

.plugin_nobackground .plugin_title {
	padding: 0 10px;
	background: #000;
}

.plugin_nobackground .plugin_desc1,
.plugin_nobackground .plugin_content,
.plugin_nobackground .plugin_desc2 {
	padding: 2px 10px;
	background: #000;
}

.plugin_nobackground a {
	color: #fff;
	text-decoration: underline;
}
.plugin_nobackground .navi a:hover,
.plugin_nobackground .navi a:active,
.plugin_nobackground .navi a:focus {
	color: #ff409f;
	text-decoration: underline;
}

/* カレンダ */

.calender {
	margin: 0 auto 0.4em;
	border-collapse: collapse;
	text-align: center;
	line-height: 16px;
}

.calender caption {
	margin: 0 auto 0.2em;
}

.calender th {
	width: 22px;
	border-right: 1px solid #fff;
	background-color: #9c3;
	color: #fff;
	font-weight: normal;
}
.calender th#sat {
	background-color: #4261df;
}
.calender th#sun {
	background-color: #ff409f;
}

.calender td {
	padding: 1px;
}

.calender td a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	line-height: 14px;
}
.calender td a:hover,
.calender td a:active,
.calender td a:focus {
	border: 1px solid #ff409f;
	text-decoration: none;
}


/*--------------- フッタ --------------------*/

#footer {
	color: #fff;
	font-size: smaller;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #fff;
	text-decoration: underline;
}


/*--------------- その他 --------------------*/

/* FC2ブックマーク追加ボタン */
.fc2_footer {
	clear: both;
	margin-top: 1em;
}

/* 絵文字 */
img.emoji {
	margin: 0 0.1em;
	padding: 0;
	border: none;
	vertical-align: text-bottom;
}
