@charset "utf-8";
body { color:#FFFFFF; padding:0; margin:0; line-height:1.8; font-size:12px;
	background:#000000 url(../images/background.gif) no-repeat center 158px; }

a{
	overflow:hidden;
	outline:none;
}

#conanblog_main { width:960px; margin:0 auto; }

#conanblog_main li{list-style: none;}

/* メインレイアウト */
#conanblog_left { float:left; width:165px; padding-left: 5px; }
#conanblog_center { float:left; width:780px; margin-left:10px; }

h1,h2{text-indent:-9999px;}


.title {
	background:url(../images/title_blog.png) no-repeat top center;
	width:839x; height:111px;
	margin:0 0 20px 0;
	}

.title a{
	text-indent:-9999px;
	display: block;
	width:839x; height:111px;}

/* 左カラム */
#conan_new{
	padding-top: 20px;}

#conan_new h4 {
	background:url(../images/subtitle_newarticle.gif) no-repeat;
	width:165px; height:51px;
	text-indent:-999px;
	padding: 2px 0px;
	margin: 3px 0;
	}

#conan_month h4 {
	background:url(../images/subtitle_month.gif) no-repeat;
	width:165px; height:51px;
	text-indent:-999px;
	padding: 2px 0px;
	margin: 20px 0 5px;
	}


#conan_new ul,#conan_month ul { margin:5px 0 0 0; padding:0; }
#conan_new li,#conan_month li {
	background:url(../images/icon_circle.gif) no-repeat left top;
	list-style:none;
	font-size:12px; line-height:160%;
	padding-left:15px; margin:0 0 10px 0;
	border-bottom:#4b4b4b 1px dotted;
	padding-bottom: 7px;
	}
#conan_new,#conan_month{color: #ccffff; padding-bottom: 15px;}
#conan_new a,#conan_month a{color: #cccccc; font-weight: bold;}

/* カレンダー */
#conan_calender { padding: 0; }
#conan_calender img { margin: 0 ; }

#conan_calender table {
	width:165px;
	font-size:10px; text-align:center; line-height:180%;
	margin-top:10px; margin-bottom:5px;
	color:#cccccc;
	}
	
.sun { color:#cccc99; }
.sat { color:#0099ff; }


/* 記事カラム */

#conanblog_center dl { margin:0; padding:0; }

#conanblog_center dt { float:left; }
#conanblog_center dd {
	float:right;
	font-size:12px; font-weight:bold; color:#008EC7;
	text-align:right;
	}

#conanblog_center h3 {
	background:url(../images/kiji_title.png) no-repeat bottom left;
	font-size:16px; color:#ffffcc; line-height:160%;
	width:715px; height:45px;
	padding:8px 25px 0 30px; margin:0;
	font-weight:100;
	}

#conanblog_center h3 a{color:#ffffcc;	font-weight:100;}


.conan_text { padding:5px 10px 45px 10px; margin:0;}
.conan_name {
	width: 760px;
	color:#ccffff; 	margin-bottom: 10px;
	text-align:right; }

#bgCopy{
	clear:both;
	background:url(../images/bg_copyright.gif) repeat-x bottom;
	height:59px;
	margin-bottom:20px;}


/* リンク */
a { color:#fffb00; text-decoration: none; }
a:visited { }
a:hover { color: #fffb00; }
a:active { }

/* for ie6 */
* html body {font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;}

