@charset "UTF-8";

/*--------------------------------
　作者：aithemath(あいざます)
　　　http://pract1.blog21.fc2.com/
　テンプレート：SCORE_brown_3c (ninjablog)
カスタマイズ自由．再配布厳禁．
--------------------------------*/

/*--------------------------------
　　　　▼全体的な設定▼
--------------------------------*/

* { margin: 0; padding: 0;}
a { text-decoration: none; }
a img { border: none; }
a:link{ color: #ffa38a; }
a:visited {color: #ffa38a;}/*だいたい茶*/
a:hover { color: #ff3333; text-decoration: none; }/*オレンジ*/
a:active { color: #ff3333; }

body {
	font-family: Meiryo,Arial,"Hiragino Kaku Gothic Pro","\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af",Osaka,sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	color:#000000;
	background-image: url(http://file.oguragasuki.blog.shinobi.jp/Thumbnail/1275254653/);
	background-attachment: fixed;
}

/*--------------------------------
　　　　▼各ブロック(構造)▼
--------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 920px;/* 記事幅+2つのプラグイン幅+20pxとすること*/
	_width: 970px;/*IE6対策．記事幅+2つのプラグイン幅+70pxくらいが程良いじょ*/
}

/*▼ヘッダー----------------------------*/

#header {
	height: 409px;
         width: 900px;
	background-image: url(http://i778.photobucket.com/albums/yy70/hachikuroq/CGHuman_68734332-1.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/*▼管理人メニュー----------------------*/

.adminmenu {
	padding-top: 2px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: small;
}

/*▼ブログタイトルなどの設定-----------------------*/

h1#blogtitle {
	margin: 0px;
	padding-top: 20px;
	padding-left: 700px;
	font-size: 2em;
	font-weight: bold;
}

#introduction {
	margin: 0px;
	padding-top: 12px;
	padding-left: 750px;
	padding-right: 5px;
	padding-bottom: 10px;
         font-color:fd8c8c
}

/*左右のプラグインの入れ替えは，-----
プラグインの管理画面から行ってください．
プラグインカテゴリ1が左側で，
プラグインカテゴリ2と3が右側となっています---*/

#pri-sec-wrapping {
	float: left;
	width: 700px;/*-----記事幅+左プラグイン幅+10pxとすること*/
	_width: 750px;/*IE6対策．記事幅+左プラグイン幅＋60pxくらいが程良いじょ*/
}

#primary_menu {
	float: right;
	width: 480px;/*---記事部分の幅(box1の幅と同じにすること)*/
}

#secondary_menu {
	float: left;
	width: 210px;/*---------------------左プラグイン部分の幅*/
}

#tertiary_menu {
	float: right;
	width: 210px;/*---------------------右プラグイン部分の幅*/
}

/*▼記事,コメント,トラックバックの外枠のためのbox----*/

.box1 {
	margin: auto;
	margin-top: 0px;/*上記事への間隔*/
	margin-bottom: 40px;/*下記事への間隔*/
	width: 480px;/*-------------------------------記事部分の幅
	----------------------(primary_menuの幅と同じにすること)*/
	border: 1px #fbaaaa solid;
}

.box2 {
	_width: 470px;/*IE6対策，box1のwidth-10px*/
	margin: 5px;
	padding: 10px 15px 4px;
	border: 1px #fbaaaa dotted;
}

/*▼記事設定----------------------------*/

.entry_title {
	padding: 10px 20px 10px 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	border: 1px #fbaaaa solid;
	border-left: 10px #fbaaaa solid;
	border-right: 10px #fbaaaa solid;
	/* #f08080:おおよそ茶色 */
}

.entry_date {
	padding-bottom: 15px;
	font-family: Georgia,Arial,sans-serif;
	font-size: 1.3em;
	text-align: right;
	color: #fbaaaa;
}

.entry_body {
	padding: 4px 10px 20px;
	line-height: 1.5;
}

.entry_footer {
	padding: 4px 10px 4px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼コメント,トラックバック設定--------*/

.comment_title,.trackback_title {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 1px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fbaaaa;
}

.comment_body,.trackback_body {
	padding: 0px 15px 10px;
	line-height: 1.3;
}

.comment_footer,.trackback_footer {
	margin-bottom: 30px;
	border-bottom: 2px #f08080 dashed;
	padding: 0px 20px 10px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼プラグイン設定----------------------*/

.plg_box1_l {
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

.plg_box2_l {
	;
}

.plg_box1_r {
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

.plg_box2_r {
	;
}

.plugin_title_l {
	margin: 5px;
	padding: 5px 1px 5px 5px;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px #fbaaaa solid;
	border-left: 10px #fbaaaa solid;
}

.plugin_title_r {
	margin: 5px;
	padding: 5px 1px 5px 5px;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px #fbaaaa solid;
	border-left: 10px #fbaaaa solid;
	/*このleftをrightにするのはお好みで*/
}

.plugin_body {
	padding: 2px;
}
.plugin_data ul{
list-style: none;
margin: 0px;
padding: 0px;
}
.plugin_data ul.tree li{
margin: 0px;
padding: 0px 0px 0px 16px;
background-image: url(http://file.kirara.syoyu.net/tree_lst.gif);
background-repeat: no-repeat;
}
.plugin_data ul.tree li.end {
background-image: url(http://file.kirara.syoyu.net/tree_end.gif);
background-repeat: no-repeat;
}

/*▼ページ移動設定----------------------*/

.page_navi {
	padding: 10px 2px;
	text-align: center;
}

/*▼フッター----------------------------*/

#footer {
	clear: both;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.9em;
	text-align: center;
}

/*--------------------------------
　　　　▼フォーム▼
--------------------------------*/

input,textarea {
	margin-bottom: 10px;
	font-size: 1.3em;
	border: 1px #fbaaaa dotted;
}

#name,#mail,#url,#subject {
	width:223px;
}

#comment,#tb_url {
	width:430px;
}

/*--------------------------------
　　　　▼各種タグ/その他▼
--------------------------------*/

img {
	vertical-align: middle;
	padding: 4px;
}

img.emoji {
	vertical-align: middle;
	border: 0;
}

blockquote {
	margin: 6px 10px 6px;
	border: 3px double #ffffff;
	padding: 0px 10px;
	font-family:"Courier new","Hiragino Kaku Gothic Pro","\ffe4c4\ffe4c4\ffe4c4\ffe4c4\ffe4c4\ffe4c4\ffe4c4\ffe4c4",Osaka,sans-serif;
	color: #ffffff;
	background-color: #fbaaaa;
	font-size: 1.0em;
	line-height: 1.5;
}

ul,ol {
	padding-left: 20px;
}

li {
	list-style-image: url(http://bfile.shinobi.jp/5615/onpu1d.gif);
}

span.new {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff3333;
}

.readclosetext {
	font-size: 1em;
}

.linkbw {color: #ffb378;}
.linkbw a:link {color: #ffb378;}
.linkbw a:visited {color: #ffb378;}/*だいたい茶*/
.linkbw a:hover {color: #fe4e4e;}/*オレンジ*/
.linkbw a:active {color: #fe4e4e;}

div.plugin_data_date { /*忍者専用*/
	margin-bottom: 1em;
	text-align: right;
}

#yokocalbox {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

#yokocalbox table { /*忍者専用*/
	margin-left: auto;
	margin-right: auto;	
}

#yokocalbox table tr td { /*忍者専用*/
	padding: 0px 1px 0px;
}

td span.CalendarTdLinkfont {
	font-weight: bold;
}

td.weekdays span.CalendarTdLinkFont {
	font-weight: bold;
}

/*プラグインカレンダー----------------------*/

table.CalendarMoveTable {
	width: 90%;
	font-family: Arial,sans-serif;
	font-size: 1em;
	color: #ff85ad;
	background-color: #accfda;/*うす茶*/
}

table.CalendarTable {
	width: 90%;
	font-size: 0.8em;
	color: #80b06b;
	background-color: #c1dde6;
	margin-bottom: 20px;
}

table.CalendarTable td,table.CalendarTable th {
	width: 20px;
	_width: 18px;
	height: 16px;
	_height: 14px;
	font-family: Arial,sans-serif;
	text-align: center;
	background-color: #cde0e6;/*うす茶*/
	border: 1px #ffffff solid;
}

table.CalendarTable th {
	font-size: 1.1em;
}

table tr th.CalendarWdaySun,table tr td.CalendarTdSun{
	color: #ff3333;
}

table tr th.CalendarWdaySat,table tr td.CalendarTdSat {
	color: #0066ff;
}

table.CalendarTable td a:link {
	color: #ffffff;
	background-color: #fefe80;
}

table.CalendarTable td a:hover {
	color: #ff0000;
	background-color: #a2c78d;
}

table.CalendarTable td a:visited {
	color: #cccccc;
	background-color: #a2c78d;
}

#sun,.sun {color: #fe4e4e;}
#sat,.sat {color: #0000ff;}

#sun,.sun {color: #fe4e4e;}
#sun,.sun a:link {color: #fe4e4e;}
#sun,.sun a:visited {color: #fd4343;}
#sun,.sun a:hover {color: #fd4343;}
#sun,.sun a:active {color: #fd4343;}

#sat,.sat {color: #0066ff;}
#sat,.sat a:link {color: #0066ff;}
#sat,.sat a:visited {color: #0066ff;}
#sat,.sat a:hover {color: #0066ff;}
#sat,.sat a:active {color: #0066ff;}

.clearfix:after {
	content: "---";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
