@charset "UTF-8";

/*--------------------------------
　作者：aithemath　
　　　http://pract1.blog21.fc2.com/
　テンプレート：MOON(NINJAblog)
カスタマイズ自由．再配布厳禁．
--------------------------------*/

/*--------------------------------
　　　　▼全体的な設定▼ 
--------------------------------*/

* { margin: 0; padding: 0;}
a { text-decoration: none; }
a img { border: none; }
a:link { color: #c0d9fb; }
a:visited { color: #c0d9fb; }
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; }

body { 
	font-family:"\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af",Osaka,sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	color: #c0d9fb;
	background-image: url(http://bfile.shinobi.jp/5236/bg_hoshi3-2.gif);
	background-attachment: fixed;
}

/*--------------------------------
　　　　▼各ブロック(構造)▼ 
--------------------------------*/



#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;/*プラグイン＋記事幅+10px*/
	background-color: #000000;
}

/*▼ヘッダー----------------------------*/

#header {
	height: 200px;
	background-image: url(http://bfile.shinobi.jp/5236/moon0001_tr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/*▼管理人メニュー----------------------*/

.adminmenu {
	padding-right: 10px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: small;
}


/*▼プラグインと記事の左右を入れ替えるには，-----
---下のふたつのrightとleftを入れ替えてください．*/

#primary_menu {
	float: right;
	width: 570px;/*-------------記事部分の幅*/
	padding-top: 10px;
	background-color: #000000;
}

#secondary_menu {
	float: left;
	width: 220px;/*-------プラグイン部分の幅*/
	padding-top: 10px;
	background-color: #000000;
}

/*▼ブログタイトルなどの設定-----------------------*/


h1#blogtitle {
	margin: 0px;
	padding-top: 50px;
	padding-left: 20px;	
	font-size: 2em;
	font-weight: bold;
}

#introduction {
	margin: 0px;
	padding-top: 12px;
	padding-left: 100px;
	padding-right: 270px;
	color: #ffffff;
}

/*▼記事,コメント,トラックバックの外枠のためのbox----*/

.box1 {
	margin: auto;
	margin-top: 5px;/*上記事への間隔*/
	margin-bottom: 55px;/*下記事への間隔*/
	width: 550px;
	border: 1px #0000ff solid;

}
.box2 {
	margin: 5px;
	padding: 10px 15px 4px;
	border: 1px #0000ff dotted;
	background-image: url(http://bfile.shinobi.jp/5236/ill_crescent05_2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/*▼記事設定----------------------------*/

.entry_title {
	padding: 15px 2px 20px 50px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #ffff00 dashed;
}

.entry_date {
	padding-bottom: 30px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;

}

.entry_body {
	padding-bottom: 20px;
	line-height: 1.3;
}

.entry_footer {
	padding-top: 4px;
	border-top: 4px navy dotted;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼コメント,トラックバック設定--------*/

.comment_title,.trackback_title {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #0000ff;
}

.comment_body,.trackback_body {
	padding-bottom: 10px;
	line-height: 1.3;
}

.comment_footer,.trackback_footer {
	margin-bottom: 10px;
	border-bottom: 1px #ffffff dashed;
	padding-bottom: 10px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼プラグイン設定----------------------*/

.plugin_title {
	margin: 0px 4px;
	padding: 8px 1px 1px 30px;
	height: 35px;
	_height: 26px;
	background-image: url(http://bfile.shinobi.jp/5236/ill_crescent01_2_3235.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #cccccc;
}

.plugin_body {
	padding: 2px 2px 30px 25px;
	color: #cccccc;
}

/*▼ページ移動設定----------------------*/

.page_navi {
	padding: 10px 2px;
	text-align: center;
}

/*▼フッター----------------------------*/

#footer {
	clear: both;
	padding-left: 4px;
	padding-right: 4px;
	color: #cccccc;
	font-size: 0.9em;
	text-align: center;
}

/*--------------------------------
　　　　▼フォーム▼
--------------------------------*/

input,textarea {
	margin-bottom: 10px;
	font-size: 1.3em;
}

#name,#mail,#url,#subject {
	width:223px;
}

/*--------------------------------
　　　　▼各種タグ/その他▼
--------------------------------*/

img {
	padding: 4px;
}

blockquote {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px double #0000ff;
	padding: 4px 10px;
	color: #000000;
	background-color: #a0a0a0;
	font-size: 0.9em;
	line-height: 1.2;
}

ul,ol {
	padding-left: 20px;
}

li {
	list-style-image: url(http://bfile.shinobi.jp/5236/icon_star03.gif);
}

.readclosetext {
	font-size: 1em;
}

.new {
	color: #ff0000;
	font-size: 0.8em;
	font-weight: bold;
}

div.plugin_data_date {
	margin-bottom: 1em;
	text-align: right;
}

table.CalendarMoveTable {
	width: 80%;
	font-family: Arial,sans-serif;
	font-size: 1em;
	color: #c0d9fb;
}

table.CalendarTable {
	width: 90%
	font-size: 0.8em;
	color: #c0d9fb;
	margin-bottom: 20px;
}

table.CalendarTable td,table.CalendarTable th {
	width: 20px;
	height: 16px;
	border-bottom: 1px dotted #ffffff;
	font-family: Arial,sans-serif;
	text-align: center;
}

table.CalendarTable th {
	font-size: 1.1em;
}

table tr th.CalendarWdaySun,table tr td.CalendarTdSun{
	color: #ff0000;
}

table tr th.CalendarWdaySat,table tr td.CalendarTdSat {
	color: #0000ff;
}

table.CalendarTable td a:link {
	color: #0000ff;
	background-color: #cccccc;
}

table.CalendarTable td a:hover {
	color: #000000;
	background-color: #c0d9fb;
}

table.CalendarTable td a:visited {
	color: #ffffff;
	background-color: #800080;
}

.clearfix:after {
	content: "---";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
