@charset "EUC-JP";

/* --------------------------------------------------------------------------------
テンプレートをダウンロードいただき、ありがとうございますヾ(o･ω･o)ﾉ
カスタマイズはOKですが、著作権の削除・再配布は禁止しております。動作はIE6.0、Firefoxで確認済です。その他詳細はブログ(http://alugin.blog86.fc2.com/)をご覧くださいませ*
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
			全体の装飾
-------------------------------------------------------------------------------- */

body {
	margin:0 auto;
	color:#4c4346;
	font:normal normal 12px/1.6 Verdana, "ＭＳ ゴシック", Osaka, sans-serif;
	background:#ffffff url(http://blog-imgs-26.fc2.com/a/l/u/alugin/bg13.gif) repeat scroll;
}

* {
	margin:0;
	padding:0;
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-face-color:#e6c0c0;
	scrollbar-track-color:#ffffff;
	
}
/* --------------------------------------------------------------------------------
			リンク
-------------------------------------------------------------------------------- */

a:link {
	color:#4c4346;
	text-decoration:none;
}

a:visited {
	color:#4c4346;
	text-decoration:none;
}

a:hover {
	color:#e2888f;
	text-decoration:underline;
}

a:active {
	color:#e2888f;
	text-decoration:underline;
}

/* --------------------------------------------------------------------------------
			テキストエリア
-------------------------------------------------------------------------------- */

input,textarea {
	border:solid 1px #b29d8f;
	background:#ffffff;
	font:normal normal 12px/1.2 Verdana, "ＭＳ ゴシック", Osaka, sans-serif;
}

/* --------------------------------------------------------------------------------
			画像
-------------------------------------------------------------------------------- */

img{
	border:none;
}

/* --------------------------------------------------------------------------------
			全体のボックス
-------------------------------------------------------------------------------- */

#wrap {
	width:750px;
	margin:0 auto;
	border-left:solid 1px #b29d8f;
	border-right:solid 1px #b29d8f;
}

/* --------------------------------------------------------------------------------
			ヘッダ(タイトル部分)
-------------------------------------------------------------------------------- */

#header {
	width:720px;
	height:300px;
	padding:10px 0 0 30px;
}

#header a {
	font-size:18px;
	font-weight:bold;
}

#header span {
	font-size:10px;
}

/* --------------------------------------------------------------------------------
			カレンダー
-------------------------------------------------------------------------------- */

#calender {
	width:740px;
	text-align:center;
}

.prev_month {
	font-family:Georgia,Chicago;
}

.prev_month a:link {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.prev_month a:visited {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.prev_month a:hover {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.prev_month a:active {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.next_month {
	font-family:Georgia,Chicago;
}

.next_month a:link {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.next_month a:visited {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.next_month a:hover {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.next_month a:active {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.days {
	margin:0 0.2em;
	font-family:Georgia,Chicago;
}

.days a:link {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.days a:visited {
	color:#e2888f;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.days a:hover {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

.days a:active {
	text-decoration:none;
	color:#4c4346;
	font-weight:bold;
	font-family:Georgia,Chicago;
}

/* --------------------------------------------------------------------------------
			メイン(記事)
-------------------------------------------------------------------------------- */

#main {
	width:550px;
	float:right;
}

.main_wrap {
	width:513px;
	margin:10px 5px 10px 10px;
	padding:10px;
	border:solid 1px #b29d8f;
}

.main_title {
	height:16px;
	padding:13px 0 4px 38px;
	font-weight:bold;
	background:url(http://blog-imgs-26.fc2.com/a/l/u/alugin/bg19.gif) no-repeat 0% 50% scroll;
}

.main_entry {
	margin:10px;
}

.main_entry a {
	color:#4c4346;
	text-decoration:none;
	border-bottom:1px dotted #e2888f;
}

.main_entry a:hover {
	color:#e2888f;
	text-decoration:none;
	border-bottom:1px dotted #e2888f;
}

.main_more {
	margin:10px;
}

.main_more a {
	color:#4c4346;
	text-decoration:none;
	border-bottom:1px dotted #e2888f;
}

.main_more a:hover {
	color:#e2888f;
	text-decoration:none;
	border-bottom:1px dotted #e2888f;
}

.main_day {
	margin-top:0.2em;
	padding:0.2em;

	border-bottom:solid 1px #b29d8f;
	font-size:10px;
	text-align:right;
}

.main_state {	
	padding:0.2em 0.2em 0 0.2em;
	font-size:10px;
	text-align:right;
}

.main_state a {
	font-size:10px;
}

/* --------------------------------------------------------------------------------
			コメント・トラックバック
-------------------------------------------------------------------------------- */

.cm_tb_title {
	margin:10px 0;
	padding:2px 2px 2px 5px;
	font-size:10px;
	font-weight:bold;
	background:#ffffff url(http://blog-imgs-26.fc2.com/a/l/u/alugin/bg21.gif) repeat-x 0% 50% scroll;
}

.cm_tb_title a {
	color:#4c4346;
	font-size:10px;
	font-weight:bold;
}

.cm_tb_block {
	margin:10px;
}

.cm_tb_state {
	margin:10px 0;
	padding:0.2em 0.2em 0 0.2em;
	font-size:10px;
	text-align:right;
}

.cm_tb_state a {
	font-size:10px;
}

.cm_write {
	margin:20px 10px;
	text-align:center;
}

.cm_write table{
	border:none;
	text-align:left;
}

.cm_write th,td {
	vertical-align:top;
}

.other_title a {
	font-size:10px;	
	font-weight:bold;
}

/* --------------------------------------------------------------------------------
			ページナビ
-------------------------------------------------------------------------------- */

.page_navi {
	margin:10px 5px 10px 10px;
	text-align:center;
}

/* --------------------------------------------------------------------------------
			サイド(プラグイン)
-------------------------------------------------------------------------------- */

#side{
	width:200px;
	float :right;
}

.menu_title {
	width:177px;
	margin:10px 10px 10px 5px;
	padding:2px 2px 2px 5px;
	background:#ffffff url(http://blog-imgs-26.fc2.com/a/l/u/alugin/bg21.gif) repeat-x 0% 50% scroll;
	font-size:10px;
	font-weight:bold;
}

.menu_block {
	width:181px;
	margin:10px 10px 10px 5px;
	padding:2px;
}

.menu_block a {
	font-size:12px;
}


.menu_block ul {
	list-style: none outside;
}

/* --------------------------------------------------------------------------------
			親子カテゴリー
-------------------------------------------------------------------------------- */

.sub_menu li {
	padding-left:16px;
	list-style-type:none;
}

.main_menu .main_list .sub_menu .sub_list {
	background:url(http://blog-imgs-26.fc2.com/a/l/u/alugin/cate01.gif) no-repeat 0% 0% scroll;
}

.sub_list_end {
	background:url(http://blog-imgs-26.fc2.com/a/l/u/alugin/cate02.gif) no-repeat 0% 0% scroll;
}

/* --------------------------------------------------------------------------------
			フッタ(著作権)
-------------------------------------------------------------------------------- */

#footer {
	width:750px;
	height:50px;
	padding:10px 0;
	border-top:solid 1px #b29d8f;
	background:#ffffff url() no-repeat 0% 0% scroll;
	text-align:center;
	clear:both;
}

#footer a {
	font-size:10px;
}

#copyright {
	font-size:10px;
	font-weight:bold;
}

#copyright a {
	font-size:10px;
	font-weight:bold;
}
