<%ad>@charset "EUC-JP";

/* -***************-基本設定-***************- */

* {
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#6c6c6c;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
}
body { 
	color:#6c6c6c;
	font-size : 12px;
	background-color : #FFFFFF; 
	font-family : "ＭＳ Ｐゴシック"; 
	line-height : 18px; 
	letter-spacing : 1px; 
	margin : 0; 
	padding : 0; 
	text-align : left;
} 
br { 
	letter-spacing : normal; 
} 

/* -***************-テキストエリア-***************- */

input, select, textarea, button { 
	color:#6c6c6c;
 	background-color : #FFFFFF; 
	font-size : 12px; 
	font-family : "ＭＳ Ｐゴシック"; 
	border :  solid 1px #6c6c6c;
} 

/* -***************-リンク-***************- */

a:link, a:active, a:visited { 
	color : #000000; 
	text-decoration : none; 
} 
a:hover { 
	color : #c0c0c0; 
	text-decoration : none; 
}

/* -***************-画像-***************- */

img{
	border : none;
}
photo{
	border : dotted 1px #6c6c6c;
}

/* -***************-全体ボックス-***************- */

div#all {
	width : 1200px;
	margin-left : 0;
	margin-right : auto;
	float:left; 
	text-align : left;
	background:url(http://blog-imgs-19.fc2.com/o/p/h/ophelia00/simple_menubg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

/* -***************-メインボックス-***************- */

div#main {
	width:700px;
	float: left;
	text-align : left;
}

/* -***************-メニューボックス-***************- */

div#menu{
	width : 500px;
	height : 100%;
	float :left;
	margin-bottom : 0px;
	padding-top : 35px;
}

/* -***************-ヘッダー-***************- */

#header {
	width : 100%;
}
.blog_title { 
	padding-left : 0px; 
	font-size : 20px; 
	font-weight : bold; 
	text-align : left; 
} 
.introduction { 
	font-size : 12px; 
	padding-right : 30px; 
	text-align : left; 
}

/* -***************-記事-***************- */

.entry { 
	width:650px;
	padding : 20px 25px; 
} 
.entry_title { 
	font-size:20px;
	font-family:"Times New Roman";
	border-bottom:solid 1px #A9A9A9;
	border-left:solid 50px #A9A9A9;
	padding-left:20px;
	padding-top:10px;
	text-align:left;
	height:30px;
} 
.entry_text { 
	margin:15px 10px 30px;
	text-align : left; 
} 
.entry_state { 
	padding-right : 5px; 
	text-align : right; 
} 
.morelink {
	display:none
}

/* -***************-コメント・トラックバック-***************- */

.com_text { 
	margin:15px 10px 70px;
	text-align : left; 
} 
.tb_text { 
	margin:15px 10px 70px;
	text-align : left; 
}

/* -***************-エントリーナビ-***************- */

.pagenavi { 
 	padding-bottom : 50px;
} 
.pagenavi_text { 
	text-align : center; 
	font-size : 14px; 
}

/* -***************-メニュー-***************- */

.menu {
	width : 280px;
	margin : 10px 20px 5px 30px;
	background-color:#FFFFFF;
}
.menu_title {
	font-size : 13px;
	font-weight : bold;
	border-bottom : dotted 1px #A9A9A9;
	text-align : left;
	padding : 10px;
}
.menu_text {
	font-size : 12px;
	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-19.fc2.com/o/p/h/ophelia00/simple_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;
}
<%ad2>