@charset "utf-8";
/* template_9 */

/**************************** 基本設定 *************************************/

body{
	font-family: "メイリオ", "Meiryo", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Arial, Helvetica, sans-serif;
	background:url(/images/blog/templates/template_9/body_back.jpg) repeat;
}

#container{
	width:900px;
	
	background-color: transparent;

}

#blogName{
	color:#FFF;
	background-image:url(/images/blog/templates/template_9/header.jpg);
	width:900px;
	height:300px;
}

#blogName h1 {
   margin:0;
	padding:55px 5px 8px 25px;
	font-size:2em;
	font-weight: bold;
	line-height:1.2;
	color:#000000;
	float:left;
}

a {
	text-decoration: none;
	color:#0066CC;
}
a:visited {
	text-decoration: none;
	color:#996699;
}
a:hover {
	text-decoration: underline;
	color:#FF3366;
}

.title{
	margin:0 0 10px 0;
	padding:3px 6px;
	color: #ffffff;
	background-color:#173d6e;
	font-size:1.17em;
	font-weight: bold;
	background-image:none;
}

#blog_content{
	width:900px;
	background-color:none;
	background-image: url(/images/blog/templates/template_9/content.gif);
	background-position:0px 10px;
    background-repeat: no-repeat;
	display:block;
}
div#blog_content:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}


/**************************** 左メニュー *************************************/

#left_side{
	margin:15px 0px 0px 25px;
	padding:0px;
	border:none;
	position:static;
	width:631px;
}

#left_menu{
	width:165px;
	float:left;
	margin:18px 11px 0px 0px;
}

#profile,#search,#link,#cate,#counter{
	border:none;
}

/**************************** センター *************************************/
#main_content #entry,#main_content #comment{
	border:none;
}

/**************************** 右メニュー *************************************/
#right_side{
	margin:33px 25px 0px 0px;
}

#calender,#friend,#archives,#recent_entry,#photo{
	border:none;
}

