@charset "UTF-8";

/*--------------------------------
　作者：aithemath(あいざます)
　　　http://pract1.blog21.fc2.com/
　テンプレート：00_Futari-no-oka_3c (FC2blog)
カスタマイズ自由．再配布厳禁．
--------------------------------*/

/*--------------------------------
　　　　▼全体的な設定▼
--------------------------------*/

* { margin: 0; padding: 0;}
a { text-decoration: none; }
a img { border: none; }
a:link{ color: #944200; }
a:visited {color: #6d3000;}/*だいたい茶*/
a:hover { color: #ff3300; text-decoration: none; }/*オレンジ*/
a:active { color: #ff3300; }

body {
	font-family: Meiryo,"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://blog-imgs-18.fc2.com/p/r/a/pract1/snow01_k.gif);
	background-attachment: fixed;
}

/*--------------------------------
　　　　▼各ブロック(構造)▼
--------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;/* 記事幅+2つのプラグイン幅+20pxとすること*/
	_width: 995px;/*IE6対策．記事幅+2つのプラグイン幅+95pxくらいが程良いじょ*/
}

/*▼ヘッダー----------------------------*/

#header {
	height: 300px;
	background-image: url(http://blog-imgs-18.fc2.com/p/r/a/pract1/kazeoka03.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/*▼管理人メニュー----------------------*/

.adminmenu {
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: small;
}

/*▼ブログタイトルなどの設定-----------------------*/

h1#blogtitle {
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 2.3em;
	font-weight: bold;
}

#introduction {
	margin: 0px;
	padding-top: 12px;
	padding-left: 50px;
	padding-right: 400px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

/*左右のプラグインの入れ替えは，-----
プラグインの管理画面から行ってください．
プラグインカテゴリ1が左サイドで，
プラグインカテゴリ2と3が右サイドとなっています---*/

#pri-sec-wrapping {
	float: left;
	width: 770px;/*-----記事幅+左プラグイン幅+10pxとすること*/
	_width: 820px;/*IE6対策．記事幅+左プラグイン幅＋60pxくらいが程良いじょ*/
}

#primary_menu {
	float: right;
	width: 560px;/*---記事部分の幅(box1の幅と同じにすること)*/
}

#secondary_menu {
	float: left;
	width: 200px;/*---------------------左プラグイン部分の幅*/
}

#tertiary_menu {
	float: right;
	width: 200px;/*---------------------右プラグイン部分の幅*/
}

/*▼記事,コメント,トラックバックの外枠のためのbox----*/

.box1 {
	margin-top: 0px;/*上記事への間隔*/
	margin-bottom: 10px;/*下記事への間隔*/
	width: 560px;/*-------------------------------記事部分の幅
	----------------------(primary_menuの幅と同じにすること)*/
	background-color: #ffff99;/*薄クリーム色*/
}

.box2 {
	_width: 540px;/*IE6対策，box1のwidth-10px*/
	margin: 0px 5px 0px;/*必要*/
	padding: 5px 5px 10px;
	border-left: 7px #cc8800 dotted;
	border-right: 7px #cc8800 dotted;
}

/*▼記事設定----------------------------*/

.ehonheader {
	color: #944200;
	text-align: right;
	padding-bottom:5px;
	font-style: italic;
	font-family: Georgia,Arial,sans-serif;
}

.entry_title {
	padding: 10px 20px 10px 20px;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	border-top: 2px #cc8800 dotted;
	border-bottom: 2px #cc8800 dotted;
	background-color:#ffee7b;/*plg_boxの色と同じ*/
}

.entry_date {
	padding-bottom: 15px;
	font-family: Arial,sans-serif;
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	color: #944200;
}

.entry_body {
	padding: 4px 10px 20px;
	line-height: 1.5;
	font-size: 1.2em;
}

.entry_footer {
	padding: 4px 10px 4px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
	border-top: 2px #cc8800 dotted;
	border-bottom: 2px #cc8800 dotted;
	background-color:#ffee7b;/*plg_box*/
}

/*▼コメント,トラックバック設定--------*/

.comment_title,.trackback_title {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 1px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #944200;
}

.comment_body,.trackback_body {
	padding: 0px 10px 10px;
	line-height: 1.3;
}

.comment_footer,.trackback_footer {
	margin-bottom: 10px;
	border-bottom: 2px #cc8800 dotted;
	padding: 0px 5px 3px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼プラグイン設定----------------------*/

.plg_box1_l {
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#ffee7b;
}

.plg_box2_l {
	_width: 200px;/*IE6対策，secondary_menuのwidth-10px*/
	margin: 0px 5px 5px;/*必要*/
	padding: 10px 5px 4px;
	border-left: 7px #cc8800 solid;
	border-right: 7px #cc8800 dotted;
}

.plg_box1_r {
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#ffee7b;
}

.plg_box2_r {
	_width: 200px;/*IE6対策，tertiary_menuのwidth-10px*/
	margin: 0px 5px 5px;/*必要*/
	padding: 10px 5px 4px;
	border-left: 7px #cc8800 dotted;
	border-right: 7px #cc8800 solid;
}

.plugin_title {
	padding: 5px 1px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px #cc8800 dotted;
}

.plugin_body {
	padding: 10px;
}

/*▼ページ移動設定----------------------*/

.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 #944200 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","\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af",Osaka,sans-serif;
	color: #ffffff;
	background-color: #652001;
	font-size: 1.0em;
	line-height: 1.5;
}

ul,ol {
	padding-left: 20px;
}

li {
	list-style-image: url(http://blog-imgs-18.fc2.com/p/r/a/pract1/icon10.gif);
}

.readclosetext {
	font-size: 1em;
}

.linkwb {color: #ffffff;}
.linkwb a:link {color: #ffffff;}
.linkwb a:visited {color: #ffffff;}
.linkwb a:hover {color: #0000ff;}
.linkwb a:active {color: #ffffff;}

.linkbw {color: #652001;}
.linkbw a:link {color: #652001;}
.linkbw a:visited {color: #6d3000;}/*だいたい茶*/
.linkbw a:hover {color: #ff3300;}/*オレンジ*/
.linkbw a:active {color: #ff3300;}

table.calender {
	font-size: 1.2em;
	color: #996600;
	background-color: #cc8800;
	margin-bottom: 10px;
}

table.calender td,table.calender th {
	width: 20px;
	height: 16px;
	_height: 18px;
	text-align: center;
	font-family: Georgia,Arial,sans-serif;
	background-color: #ffff99;/*薄クリーム色*/
}

table.calender caption{
	font-family: Georgia,Arial,sans-serif;
	border: 2px #cc8800 solid;
	border-bottom: 0px;
	background-color: #ffff99;/*薄クリーム色*/
	padding-bottom: 2px;
	font-size: 1.2em;
}

table.calender td a:link {
	color: #ffffff;
	background-color: #996600;
}
table.calender td a:hover {
	color: #ff0000;
	background-color: #996600;
}

table.calender td a:visited {
	color: #cccccc;
	background-color: #996600;
}

table#yokocaltable {
	margin-left: auto;
	margin-right: auto;
}

table#yokocaltable td {
	height: 2px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}

#yokocalbox1 {
	background-color: #a77747;
}

#yokocalbox2 {
	margin: 5px 5px 5px;
	padding: 0px 5px 0px;
	border-left: 7px #cc8800 solid;
	border-right: 7px #cc8800 solid;
	line-height: 1.0;
	text-align: center;
	font-family: Georgia,Arial,sans-serif;
	font-size: 1.4em;
}

#sun,.sun {color: #ff0000; font-weight: bold; }
#sat,.sat {color: #0000ff; font-weight: bold; }

#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;
}
