body {	background:white;
	padding: 0px;
	color:#333;
	font-size: 12px;
	line-height: 180%;
	font-family: "ヒラギノゴシック Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; 
}

img {border:0}

li {	background: #ffffff;
	font-size: 12px;
	line-height: 180%;
	list-style-type:disc;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

li a:hover{background: #fff0f0;}

input,textarea,select,button,submit{
	font-size :12px;
	line-height: 150%;
	background: #ffffff;
	color :#505050;
	font-family: "ヒラギノゴシック Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; 
}





/*ボックス（レイアウト設定）---------------------------*/

/*メイン部分（左側）*/
#box_main {
	position: relative;
	left: 5%;
	top: 20px;
	width: 60%;
	align: center;
	z-index: 1;
}

/*サイド部分（右側）*/
#box_side {
	position: absolute;
	right: 5%;
	top: 180px;
	width: 200px;
	align: center;
	z-index: 2;
}




/*タイトル部分---------------------------*/

/*ブログのタイトル*/

.site_title {
	font-size: 30px;
	font-weight: bolder;
	line-height: 180%;
}

/*説明文*/
.site_intro {
	font-size: 12px;
	color:#c0b0b0;
}


/*記事（左側）の詳細設定---------------------------*/

/*記事テーブル*/
#box_main .table{
	width: 100%;
	padding-bottom: 1px;
	margin: 0px 0px 10px 0px;
}

/*ナビゲーション*/
#box_main .navi{
	font-size: 10px;
	letter-spacing : 1px;
	text-align:center;
	background: #F1EDDF;
	padding: 5px 10px 5px 10px;
	margin-bottom: 40px;
}

/*記事のタイトル*/
#box_main h3{
	font-size: 16px;
	line-height: 180%;
	font-weight: bolder;
	color: #cc0000;
	letter-spacing : 1px;
	border-bottom: 1px dotted #AAA289;
	margin: 10px 20px 15px 20px;
}

/*記事の本文*/
#box_main .text {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	letter-spacing : 1px;
	margin: 15px 20px 15px 20px;
}

/*ステータス（日付等）*/
#box_main .state {
	font-size: 10px;
	line-height: 150%;
	color: #333333 ;
	letter-spacing : 1px;
	margin: 20px 20px 15px 20px;
	border-top: 1px dotted #AAA289;
}


/*サイド（右側）の詳細設定---------------------------*/

/*サイドテーブル*/
#box_side .table{
	width: 100%;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #E3DCC0;
	border-right: 1px solid #AAA289;
	border-left: 1px solid #E3DCC0;
}


/*メニュータイトル*/
#box_side h3{
	background: #F1EDDF;
	font-size: 13px;
	font-weight: bolder;
	color: #796850;
	letter-spacing : 1px;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	border-bottom: 1px solid #E3DCC0;
}

/*メニュー本文*/
#box_side .text{
	background: #ffffff;
	font-size: 12px;
	line-height: 180%;
	color: #AAA289;
	padding: 8px;
	margin: 0px;
	border-bottom: 1px solid #AAA289;
}


/*ページフッター関連---------------------------*/

/*コピーライト*/
.copyright {
	font-size: 10px;
	line-height: 180%;
	color: #966;
	letter-spacing : 1px;
	margin: 15px 20px 40px 20px;
}



/* カレンダー設定---------------------------*/
.calender {
	font-size: 11px;
	line-height: 180%;
	width: 165px;
	background: white;	
	border-top: 1px dotted #E3DCC0;
	border-bottom: 1px solid #AAA289;
	border-collapse: collapse;
}

.calender a {color: #990000;	font-weight: bolder;}

.calender caption {
	width: 100%;
	font-size: 11px;
	line-height: 150%;
	padding: 3px 0px;
	background: white;

	color: #333333;
}
.calender th {	font-weight: bolder;}
.calender td {	border: 1px solid #F1EDDF;
	text-align: center;}

th#sun {	color: #ff0000;}
th#sat {	color: #0000ff;}


br { letter-spacing:0; }