@charset "utf-8";

/*--------------------------------
　作者：aithemath(あいざます)
　　　http://pract1.blog21.fc2.com/
　テンプレート：AZURE_3c_flyingdog_(FC2blog)
カスタマイズ自由．再配布厳禁．
--------------------------------*/

/*--------------------------------
　　　　▼全体的な設定▼
--------------------------------*/

* { margin: 0; padding: 0;}
a { text-decoration: none; }
a img { border: none; }
a:link{ color: #0000ff; }
a:visited { color: #0000ff; }
a:hover { color: #0000ff; text-decoration: underline; }
a:active { color: #0000ff; }

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(https://blog-imgs-35-origin.fc2.com/p/r/a/pract1/yun_727_1895.jpg);
	background-position: left;
	background-attachment: fixed;
}

/*--------------------------------
　　　　▼各ブロック(構造)▼
--------------------------------*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 920px;/* 記事幅+2つのプラグイン幅+20pxとすること*/
	_width: 995px;/*IE6対策．記事幅+2つのプラグイン幅+95pxくらいが程良いじょ*/
}

/*▼ヘッダー----------------------------*/

#header {
	height: 350px;
}

/*▼管理人メニュー----------------------*/

.adminmenu {
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: small;
}

/*▼ブログタイトルなどの設定-----------------------*/

h1#blogtitle {
	margin: 0px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 2em;
	font-weight: bold;
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
}

#introduction {
	margin: 0px;
	padding-top: 12px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
}

/*左右のプラグインの入れ替えは，-----
プラグインの管理画面から行ってください．
プラグインカテゴリ1が左サイドで，
プラグインカテゴリ2と3が右サイドとなっています---*/

#pri-sec-wrapping {
	float: left;
	width: 700px;/*-----記事幅+左プラグイン幅+10pxとすること*/
	_width: 750px;/*IE6対策．記事幅+左プラグイン幅＋60pxくらいが程良いじょ*/
}

#primary_menu {
	float: right;
	width: 480px;/*---記事部分の幅(box1の幅と同じにすること)*/
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
}

#secondary_menu {
	float: left;
	width: 210px;/*---------------------左プラグイン部分の幅*/
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
}

#tertiary_menu {
	float: right;
	width: 210px;/*---------------------右プラグイン部分の幅*/
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
}

/*▼記事,コメント,トラックバックの外枠のためのbox----*/

.box1 {
	margin: auto;
	margin-top: 5px;/*上記事への間隔*/
	margin-bottom: 40px;/*下記事への間隔*/
	width: 480px;/*-------------------------------記事部分の幅
	----------------------(primary_menuの幅と同じにすること)*/
	border-bottom: 1px #0000ff solid;
}

.box2 {
	_width: 470px /*IE6対策，box1のwidth-10px*/
	margin: 5px;
	padding: 10px 10px 4px;
	border-bottom: 1px #ffffff dotted;
}

/*▼記事設定----------------------------*/

.entry_title {
	padding: 10px 20px 10px 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #0000ff solid;
	border-left: 10px #0000ff solid;
}

.entry_title span {
	color: #ffffff;
}

.entry_date {
	padding-bottom: 15px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
	color: #0000ff;
}

.entry_body {
	padding: 4px 20px 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.2em;
	font-weight: bold;
	color: #0000ff;
}

.comment_body,.trackback_body {
	padding: 0px 20px 10px;
	line-height: 1.3;
}

.comment_footer,.trackback_footer {
	margin-bottom: 10px;
	border-bottom: 2px #ffffff dashed;
	padding: 0px 20px 10px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	text-align: right;
}

/*▼プラグイン設定----------------------*/

.plugin_title {
	margin: 5px 0px 0px 5px;
	padding: 10px 1px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	border-bottom: 1px #0000ff solid;
	border-left: 10px #0000ff solid;
}

.plugin_title a:link {color: #ffffff;}
.plugin_title a:visited {color: #ffffff;}
.plugin_title a:hover {color: #0000ff;}
.plugin_title a:active {color: #ffffff;}

.plugin_body {
	padding: 5px 15px 30px 25px;
}

/*▼ページ移動設定----------------------*/

.page_navi {
	padding: 10px 2px;
	text-align: center;
}

/*▼フッター----------------------------*/

#footer {
	color: #666666;
	background-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/white80.png);
	background-repeat: repeat;
	clear: both;
	padding-left: 4px;
	padding-right: 4px;
	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:420px;
}

/*--------------------------------
　　　　▼各種タグ/その他▼
--------------------------------*/

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: #0000ff;
	font-size: 1.2em;
	line-height: 1.5;
}

ul,ol {
	padding-left: 20px;
}

li {
	list-style-image: url(https://blog-imgs-18-origin.fc2.com/p/r/a/pract1/li.png);
}

span.new {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff3333;
}

.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;}

table.calender {
	font-size: 1.2em;
	color: #00ccff;
	background-color: #0000ff;
	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: #ffffff;
}

table.calender caption{
	font-family: Georgia,Arial,sans-serif;
	border: 2px #0000ff solid;
	border-bottom: 0px;
	padding-bottom: 2px;
	font-size: 1.2em;
	background-color: #ffffff;
}

table.calender td a:link {
	color: #ffffff;
	background-color: #00ccff;
}
table.calender td a:hover {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	color: #ff0000;
	background-color: #ffffff;
}

table.calender td a:visited {
	color: #00ccff;
	background-color: #0000ff;
}

#yokocalbox {
	maring: auto;
	padding: auto;  
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

table#yokocaltable {
	margin-left: auto;
	margin-right: auto;
}

table#yokocaltable td {
	height: 3px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

#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;
}
