@charset "EUC-JP";

/* -***************-基本設定-***************- */

html {
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#696969;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#696969;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#696969;
	scrollbar-darkshadow-color:#ffffff;
}
body { 
	color : #696969; 
	font-size : 10px;
	background-color : #ffffff; 
	font-family : "ＭＳ Ｐゴシック"; 
	line-height : 20px; 
	letter-spacing : 1px; 
	margin : 0; 
	padding : 0; 
	text-align : right;
	background : url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/coolish_bgi.gif);
	background-repeat : no-repeat;
	background-position : left top; 
	background-attachment : fixed; 
} 
br { 
	letter-spacing : normal; 
} 

/* -***************-テキストエリア-***************- */

input, select, textarea, button { 
	color : #696969;
 	background-color : #ffffff; 
	font-size : 12px; 
	font-family : "ＭＳ Ｐゴシック"; 
	border : 1px solid #696969;
} 

/* -***************-リンク-***************- */

a:link, a:active, a:visited { 
	color : #000000; 
	text-decoration : none; 
} 
a:hover { 
	color : #c0c0c0; 
	text-decoration : none; 
}

/* -***************-画像-***************- */

img{
	border : none;
}

/* -***************-全体ボックス-***************- */

div#all {
	width : 720px;
	margin-left : auto;
	margin-right : 50px;
	text-align : left;
	background:url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/coolish_mbgi.gif);
	background-repeat : repeat-y;
	background-position : right top; 
}

/* -***************-ヘッダー-***************- */

#header {
	width : 100%;
	margin-top : 30px;
}
.blog_title { 
	padding-left : 30px; 
	font-size : 20px; 
	font-weight : bold; 
	text-align : left; 
} 
.introduction { 
	font-size : 12px; 
	padding-right : 30px; 
	text-align : right; 
}

/* -***************-記事-***************- */

div#main {
	width:450px;
	float:left;
	margin-right : 20px;
	text-align : left;
}
.entry { 
	width:450px;
	margin-bottom : 80px;
	padding : 0; 
} 
.entry_title { 
	width:450px;
	font-size : 15px; 
	font-weight : bolder; 
	padding-top : 10px;
	padding-right : 20px;
	padding-bottom : 10px;
	text-align : right;
	border : solid 1px #c0c0c0;
	background:url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/coolish_title.gif);
	background-repeat : no-repeat;
	background-position : center right;  
} 
.entry_text { 
	width:450px;
	font-size : 10px;
	margin-top : 20px; 
	padding-left : 10px; 
	padding-right : 10px;
	text-align : left; 
	background:url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/dotted.gif);
} 
.entry_state { 
	font-size : 10px; 
	padding-right : 5px; 
	text-align : right; 
} 
.more {
	padding-bottom : 10px;
}
.more_link {
	padding-bottom : 20px;
}

/* -***************-コメント・トラックバック-***************- */

.com_text { 
	font-size : 10px; 
	padding-left : 10px; 
	padding-right : 10px;
	text-align : left; 
} 
.tb_text { 
	font-size : 10px; 
	padding-left : 10px; 
	padding-right : 10px;
	text-align : left; 
} 

/* -***************-エントリーナビ-***************- */

.pagenavi { 
 	margin-bottom : 50px;
} 
.pagenavi_text { 
	clear : both; 
	text-align : center; 
	font-size : 14px; 
} 

/* -***************-メニュー-***************- */

div#menu{
	width : 200px;
	height : 100%;
	float : right;
	padding-top : 20px;
	text-align : center;
}
.menu_title {

	font-size : 13px;
	font-weight : bolder;
	border : solid 1px #c0c0c0;
	text-align : left;
	padding-left : 10px;
}
.menu_text {
	font-size : 10px;
	line-height : 15px;
	text-align : left;
	vertical-align:middle;
	margin : 0;
	padding-left : 10px;
}
.menu_text ul {
	list-style-position : inside;
	list-style-image:url(http://blog-imgs-32.fc2.com/o/p/h/ophelia00/coolish_list.gif);
	margin : 0;
	padding : 0;
}

/* -***************-カレンダー-***************- */

.calender{
	width : 90%;
	font-size : 10px;
}
.calender caption{
	font-size : 10px;
	padding : 5px 0px;
}
.calender caption a{
	font-weight : bold;
}
.calender th{
	font-size : 10px;
	margin : 0;
	text-align : center;
	line-height : 20px;
}
.calender th#sun {
	color : #C80545;
}
.calender th#sat {
	color : #8FA2AD;
}
.calender td {
	font-size : 10px;
	text-align : center;
	line-height : 20px;
}
.calender td a{
	font-weight : bold;
	text-decoration : none;
}

/* -***************-フッター-***************- */

#footer {
	font-size : 10px; 
	text-align : center; 

}
#footer_last {
	clear : both;
}
