@charset "UTF-8";

/*--------------------------------
　作者：aithemath(あいざます)　
　　　http://pract1.blog21.fc2.com/
　テンプレート：MIDORI(NINJAblog)
カスタマイズ自由．再配布厳禁．
--------------------------------*/

/*--------------------------------
　　　　▼全体的な設定▼ 
--------------------------------*/

* { margin: 0; padding: 0;}
a { text-decoration: none; }
a img { border: none; }

a:link {color: #319940;}
a:visited {color: #006633;}
a:hover {color: #00ff00; text-decoration: none; }
a:active {color: #319940;}

/*
通常のリンク色
a:link{ color: #0000ff; }
a:visited { color: #000099; }
a:hover { color: #0000ff; text-decoration: none; }
a:active { color: #ff0000; }
*/

body { 
	font-family:"\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af",Osaka,sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	color: #666666;
	background-image: url(http://bfile.shinobi.jp/5357/bg_fukinotou_w1.gif);
	background-position: left;
	background-attachment: fixed;
}

/*--------------------------------
　　　　▼各ブロック(構造)▼ 
--------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;/*プラグイン＋記事幅＋10*/
}

/*▼ヘッダー----------------------------*/

#header {
	height: 350px;
	background-image: url(http://bfile.shinobi.jp/5357/bg_clover_h10.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/*▼管理人メニュー----------------------*/

.adminmenu {
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: small;
	color: #319940;
}

/*▼プラグインと記事の左右を入れ替えるには，-----
---下のふたつのrightとleftを入れ替えてください．*/

#primary_menu {
	float: right;
	width: 550px;/*-------------記事部分の幅*/
}

#secondary_menu {
	float: left;
	width: 240px;/*-------プラグイン部分の幅*/
}

/*▼ブログタイトルなどの設定-----------------------*/

h1#blogtitle {
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 2em;
	font-weight: bold;
}

#introduction {
	margin: 0px;
	padding-top: 12px;
	padding-left: 50px;
	padding-right: 50px;
}

/*▼記事,コメント,トラックバックの外枠のためのbox----*/

.box1 {
	margin: auto;
	margin-top: 5px;/*上記事への間隔*/
	margin-bottom: 40px;/*下記事への間隔*/
	width: 550px;
	border: 1px #006600 solid;
}

.box2 {
	margin: 5px;
	padding: 10px 15px 4px;
	border: 1px #8ed938 dotted;
}

/*▼記事設定----------------------------*/

.entry_title {
	padding: 20px 20px 20px 70px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px #00ff00 dashed;
	background-image: url(http://bfile.shinobi.jp/5357/ico_tsukushi2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.entry_title span {
	color: #ffffff;
	background-color: #319940;
}

.entry_date {
	padding-bottom: 15px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
	color: #319940;
}

.entry_body {
	padding: 4px 20px 20px;
	line-height: 1.5;
}

.entry_footer {
	padding: 4px 10px 4px;
	border-top: 2px #00ff00 dashed;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼コメント,トラックバック設定--------*/

.comment_title,.trackback_title {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 20px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
}

.comment_body,.trackback_body {
	padding: 0px 20px 10px;
	line-height: 1.3;
}

.comment_footer,.trackback_footer {
	margin-bottom: 10px;
	border-bottom: 2px #81d938 dashed;
	padding: 0px 20px 10px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼プラグイン設定----------------------*/

.plugin_title {
	margin: 0;
	padding: 12px 1px 1px 45px;
	height: 35px;
	_height: 26px;
	font-weight: bold;
	font-size: 1.2em;
	color: #319940;
	background: url(http://bfile.shinobi.jp/5357/ani_chou_y2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.plugin_title a:link {color: #319940;}
.plugin_title a:visited {color: #319940;}
.plugin_title a:hover {color: #69d844;}
.plugin_title a:active {color: #319940;}

.plugin_body {
	padding: 2px 25px 30px 25px;
}

/*▼ページ移動設定----------------------*/

.page_navi {
	padding: 10px 2px;
	text-align: center;
}

/*▼フッター----------------------------*/

#footer {
	clear: both;
	padding-left: 4px;
	padding-right: 4px;
	color: #666666;
	font-size: 0.9em;
	text-align: center;
}

/*--------------------------------
　　　　▼フォーム▼
--------------------------------*/

input,textarea {
	margin-bottom: 10px;
	font-size: 1.3em;
}

#name,#mail,#url,#subject {
	width:223px;
}

#comment,#tb_url {
	width:500px;
}

/*--------------------------------
　　　　▼各種タグ/その他▼
--------------------------------*/

img {
	vertical-align: middle;
	padding: 4px;
}

img.emoji{
	vertical-align: middle;
	border: 0;
}

blockquote {
	margin: 6px 10px 6px;
	border: 3px double #319940;
	padding: 0px 10px;
	color: #000000;
	background-color: #ffeeee;
	font-size: 1.0em;
	line-height: 1.5;
}

ul,ol {
	padding-left: 20px;
}

li {
	list-style-image: url(http://bfile.shinobi.jp/5357/ico_clover4.gif);	
}

span.new {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
	background-color: #e1ffdd;
}

.readclosetext {
	font-size: 1em;
}

.linkgreen {color: #319940;}
.linkgreen a:link {color: #319940;}
.linkgreen a:visited {color: #319940;}
.linkgreen a:hover {color: #00ff00;}
.linkgreen a:active {color: #319940;}

div.plugin_data_date { /*忍者専用*/
	margin-bottom: 1em;
	text-align: right;
}

table.CalendarMoveTable {
	width: 80%;
	font-family: Arial,sans-serif;
	font-size: 1em;
	color: #319940;
}

table.CalendarTable {
	width: 90%
	font-size: 0.8em;
	color: #319940;
	margin-bottom: 20px;
}

table.CalendarTable td,table.CalendarTable th {
	width: 20px;
	height: 16px;
	border-bottom: 1px dotted #006600;
	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: #ff0000;
	background-color: #cccccc;
}

table.CalendarTable td a:visited {
	color: #000099;
	background-color: #cccccc;
}

#yokocalbox {
	margin-bottom: 10px;
	text-align: center;
}

#yokocalbox table { /*忍者専用*/
	margin-left: auto;
	margin-right: auto;
}

#yokocalbox table tr td { /*忍者専用*/
	padding: 3px 1px 3px;
}

span.CalendarTdLinkFont {
	font-weight: bold;
}

#sun,.sun {color: #ff0000;}
#sat,.sat {color: #0000ff;}

#sun,.sun {color: #ff0000;}
#sun,.sun a:link {color: #ff0000;}
#sun,.sun a:visited {color: #ff3300;}
#sun,.sun a:hover {color: #ff6600;}
#sun,.sun a:active {color: #ff6600;}

#sat,.sat {color: #0000ff;}
#sat,.sat a:link {color: #0000ff;}
#sat,.sat a:visited {color: #0000ff;}
#sat,.sat a:hover {color: #0000ff;}
#sat,.sat a:active {color: #0000ff;}

.clearfix:after {
	content: "---";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
