<STYLE type="text/css">
<!--BODY{
scrollbar-face-color:#F7F7F7; /*本体の色*/
scrollbar-highlight-color:#F7F7F7;/*左側（上）の影*/
scrollbar-shadow-color: #880E3D; /*右側（上）の影*/
scrollbar-3dlight-color: #F7F7F7; /*左側（下）の影*/
scrollbar-arrow-color: #880E3D; /*矢印の色*/
scrollbar-track-color: #F7F7F7; /*背面の色*/
scrollbar-darkshadow-color: #880E3D;/*右側（下）の影*/
}-->
<!--a{cursor : sw-resize;}-->
<!--
A{
  text-decoration : none;
}
-->
</STYLE>

<STYLE type="text/css">
<!--
a:link {
text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
color:#d8e2da ; /*未訪問リンクのカラー*/
}
a:visited {
text-decoration:none; /*下線を消す（出したいときはtext-decoration:underline）*/
color:#cfc1B4 ; /*訪問済リンクカラー*/
}
a:active {
text-decoration:none; /*下線を消す（出したいときはtext-decoration:underline）*/
color:#996666 ; /*クリックしたときのカラー*/
}
a:hover {
text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
background-color :#F7EAF4; /*マウスが乗ったときの背景色*/
color:#996666 ; /*マウスが乗ったときのカラー*/
position:relative;top:0px;left:0px; /* マウスが乗ったとき引っ込む */
}
-->
</STYLE>

a:hover{color:#FF00CC;text-decoration:underline}

body{
	background-image: url(http://hyunbin.quu.cc/article/blog_wall00.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top right;
	margin:10px 10px 10px 10px;
}

#main{
	width:950px;
}

#bar{
	font-size:12px;
	margin:5px 10px 10px 0px;
}

#side{
	float:right;
	margin:40px 10px 0px 0px;

}

/* --- ブログ名 ------------------------------- */
#header{
	background-image: url();
	background-position: left bottom;
	background-repeat:no-repeat;
	background-color: #CCCC33;
	width:250px;
	height:50px;
　　　　 center;
	border: 5px double #009900;
}

.blog-title{
	margin:10px 0px 0px 5px;
	font-size:26px;
	color:#C06900;
	font-weight: bold;
}

.blog-title a,
.blog-title a:link,
.blog-title a:visited,
.blog-title a:active,
.blog-title a:hover{
	color:#C06900;
	text-decoration:none;
}

/* --- ブログ概要 ------------------------------ */
#description{
	background-image: url(http://hyunbin.quu.cc/article/2009cover_01.jpg);
	background-repeat:no-repeat;
	background-color: #244701;
	width:650px;
	height:400px;
	color:#000000;
	font-weight: bold;
	border: 0px solid #009900;
}

.description-text{
	width:250px;
	margin:300px 0px 0px 30px;
	line-height: 150%;
	font-weight: bold;
	color:#FFFFFF;
}

/* --- 記事 ----------------------------------- */

#article{
	margin:0px 0px 20px 0px;
	width:600px;
}

.article-title{
	padding: 8px 6px 8px;
	width:650px;
	height:10px;
　　　　font-size:14px;
	color:#6D6D6D;
	font-family:"MS UI Gothic","Verdana","Osaka","Helvetica","Arial",MS UI Gothic;
 　　　 font-weight:bolder;
	background-color: #ECD68D;
	border: 1px double #D6D698;
}

.article-title a,
.article-title a:link,
.article-title a:visited,
.article-title a:active,
.article-title a:hover{
	color:#606060;
	text-decoration:none;
}


.article-body{
	padding: 15px 15px 5px 15px;
	width:650px;
	color:#FFFFFF;
　　　　font-family: MS UI Gothic;
　　　　font size:13px
}

#article-d{
	clear: both;
}

.article-date{
	float:right;
	padding: 12px 5px 5px 5px;
	color:#808080;
}

/* --- サイドメニュー ------------------------- */
.side-title{
	background-image: url();
	background-position: bottom;
	background-repeat:no-repeat;
	background-color: #D6D698;
	border-bottom: 1px solid #339900;
	padding: 8px 0px 6px 0px;
	width:250px;
	font-size:12px;
	font-weight: bold;
	color:#CC9226;
}

.side-body{
	margin:0px 0px 10px 0px;
	padding: 5px 10px 5px 5px;
	line-height: 130%;
	width:250px;
　　　　font-family: MS UI Gothic;
　　　　font-size:12px;
}

.calendar{
	font-size:10px;
}


/* --- フッター ------------------------------- */
.copy{
	clear: both;
	font-size:12px;
	width:100%;
	margin:20px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border: 3px double #cccccc;
}


