/* 　DLありがとうございます。以下規約です、ご一読願います。
---------------------------------------------------
■禁止事項を守っていただければ、
　それ以外のカスタマイズは自由です。

■禁止事項
・このテンプレートの再配布
・画像の差し替え
・画像の加工や転用、再配布
・フッター部分に表示される作者や広告表示の削除
・アダルト、宗教、違法な内容のサイト、
　または、一部にそのような内容を含むサイトでの使用
・商用がメインのサイトでの使用
　一部にアフィリエイトを設置してある場合を除く 

■その他
・HTMLやCSSの変更に関する個別のご質問は基本的に受けしておりません。
・このテンプレートを使用した場合に発生する如何なる問題についても
　当方は一切の責任を負いません。 
**************************************************************/

/*---------- 基本設定 ----------*/

html {
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #dbdbdb;
	scrollbar-shadow-color: #d1d1d1;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #cdd3dc;
	scrollbar-track-color: #e9ecf0;
}

body {
	margin: 0px;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color: #888;
	background: #e9ecf0;
	word-break:break-all;
}

a {
	text-decoration: none;
	color: #7f9db9;
}

a:hover {
	color:#6594cc;
	background-color : #e9ecf0;
	text-decoration: none;
}

a img {
	border : none; 
}

input,textarea,select,button,submit {
	color: #888; 
	background: #fff;
	border: 1px solid #ccc; 
}

th,td {
	vertical-align: top;
}

img.emoji {
	vertical-align: middle;
	border: 0;
}

/*----------レイアウト----------*/

#container {
	position:relative;
	width: 770px;
	margin:0 auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	scrollbar-track-color: #fff;
	background: #ffffff;
}

#header {	
	width : 770px; 
	height: 200px;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-head.jpg);
}

#menu {
	float : right; 
	background: #fff;
}

#main {
	float : left; 
	background: #fff;
}

#footer {
	width : 770px;
	clear : both;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px; 
	text-align: center;
	border-top: 1px solid #ccc;
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-footer.jpg);
}

/*----------タイトル----------*/


.blog_title {
	padding-top: 150px;
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: right; 
}

.blog_title a {
	text-decoration: none;
	color: #888;
}

.sub_title {
	margin-right: 10px;
	color: #888;
	text-align: right; 
}

/*----------メニュー----------*/

.menu_block {
	width : 180px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 2px;
}

.menu_title {
	padding-left: 20px;
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-ico.gif) no-repeat;
}

ul {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
}

li {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px; 
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-tree.gif) no-repeat;
}

/*----------メイン----------*/

.main_block {
	width : 540px;
	margin: 10px;
	border: 1px solid #ccc;
}

.main_title {
	padding-top: 0px; 
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px; 
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-right: 0px solid #b0c4de; 
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-title.jpg);
}

.main_date {
	font-weight: bold;
	color:#888;
}

.main_title a {
	text-decoration: none;
}

.main_body {
	margin: 10px;
}

.main_state {
	margin-right: 10px;
	text-align: right;
}

.cm_block {
	margin-bottom: 10px; 
	border-bottom: 1px solid #ccc; 
}

.cm_title {
	font-weight: bold; 
	color: #666;
}

/*----------ページナビ----------*/

.page_navi {
	width : 540px;
	margin: 10px;
	text-align: center;
}

/*----------横カレンダー----------*/

.line_calendar { 

	width : 770px; 
	font-size:8pt;  
	color:#666;  
	margin-top:5px;  
	text-align: center;
	
} 
.line_cal_day { 
	margin-left:2px; 
	margin-right:2px;  
}

/*---------- プラグイン カレンダー ----------*/

.calender {
	width: 95%;
	text-align:center;
	border-spacing: 0;
	margin: 1.2em 0;
	border-top: 1px solid #ccc;
	color:#999;
}

#sun {
	color:#e59bad;
}

#sat {
	color:#7f9db9;
}

.calender a {
	text-decoration: none;
	color: #7f9db9;
}

.calender a:hover {
	text-decoration : none ; 
	color : #567b9c;
}

.calender caption{
	width:95%;
}

/*----------全件表示----------*/
/*----------記事の全件表示リンクがある場合に有効----------*/

.archives_block {
	width : 500px;
	margin: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}

.archives_title {
	margin-top: 10px; 
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px; 
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(http://blog-imgs-11.fc2.com/t/s/u/tsukifune0/lie-sky-title.jpg);
}

.archives_body{

	color: #666; 
	margin: 15px 0px 15px 15px;

}
.archives_body a{
	font-weight: bold;
	text-decoration: none;
	color: #7f9db9;
}

.archives_body a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ccc; 
}