/*-----------------------------------------------------------
 ブログ:CSS
-----------------------------------------------------------*/

*{
margin:0px;
padding:0px;
list-style:none;}
body{
background:#bd0006 url(/conan-spdrama/blog/images/bg.jpg) repeat-x center top;
color:#ffffff;
font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
font-size:0.8em;
line-height:1.4em;
}

/*　ヘッダー　*/
#header{
	width:960px;
	margin:0 auto;
	/*background:url(/conan-spdrama/blog/images/header_bg.jpg) no-repeat top;*/
	height:137px;
	}
#header h1{
background:url(/conan-spdrama/blog/images/header_bg.jpg) no-repeat;
width:960px;
height:137px;
margin:0 auto;
text-indent:-10000px;
font-size:0em;
line-height:0em;}

/*　レイアウト　*/
#bg{
width:960px;
background: #e93429;
margin:0 auto;
padding-top:10px;
overflow:hidden;}

#main {
float: left;
width: 535px;
}

/*　右カラム　*/
#sidebarR {
float: right;
width: 200px;
margin-right: 10px;
}

/*　左カラム　*/
#sidebar {
float: left;
text-align: left;
width: 187px;
margin:0 10px 10px 10px;
/*margin-bottom:10px;
margin-right:18px;*/
}
#sidebox {
  background: #c00509;
  margin-bottom: 10px;
}	 

#sidebar h2 {
	border: none;
	font-size:1.1em;
	color: #ffffff;
	line-height: 120%;
	/*background:url(/conan-spdrama/blog/images/list_bg.gif) no-repeat center top;*/
	/*text-indent: -9999px;*/

}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	list-style: none;
	padding: 5px 5px 15px 5px;
}
#sidebar ul li{
background:url(/conan-spdrama/blog/images/icon.gif) no-repeat left;
padding-left:15px;
margin:0 0 5px 0;}

#sidebar a:link{
color:#ffffff;
}
#sidebar a:visited{
color:#ffffff;
}
#sidebar a:hover{
color:#000000;
}
#profile{
padding: 15px 5px 15px 5px;
text-align: center;
}

#cent {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
	list-style: none;
	padding: 5px 5px 5px 5px;
}

#calendar {
	line-height: 120%;
	list-style: none;
	padding: 5px 5px 15px 5px;
}
#calendar table {
margin: 0 auto;
}
#calendar table td{
padding:2px;
text-align: center;}


/*　メイン　*/
#mainbox {
width: 100%;
font-size: small;
margin-bottom:10px;
}

#mainbox h2 {/*タイトル*/
background:url(/conan-spdrama/blog/images/title_bg.gif) repeat-y;
width:460px;
margin:0;
padding:15px 20px 5px 55px;
font-size:1.3em;
text-align: left;
color: #fdcd4c;
line-height: 200%;
}

#mainbox h2 a:link {
  color: #fdcd4c;
  text-decoration:none;
}
#mainbox h2 a:visited {
  color: #ffffff;
}
#mainbox h2 a:hover {
  color: #ffffff;
}

#mainbox h6 {
background:#c00509;
color:#e9ff81;
clear: both;
margin: 0px;
padding: 5px 15px 15px 5px;
font-size:1.0em;
text-align: right;
line-height: 130%;
font-weight: normal;
}	
.ubox {
margin: 0px 0px 0px 0px;
border: none;
font-size: 12px;
text-align: left;
line-height: 130%;
background-color:#FFFFFF;
}
.inbox {
	background:#bf050a;
	color:#ffffff;
	margin: 0px;
	padding: 10px 20px;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	}
.inbox p {
	color:#ffffff;
	margin: 0;
	padding: 0em 0em 0.5em 0em;
	line-height: 1.5em;
                min-height: 1.5em;
                _height: 1.5em;
}
.ubox  a:link {
color:#fdcd4c;
text-decoration:none;
}
.ubox  a:visited {
color:#fdcd4c;
}
.ubox  a:hover {
color:#ffffff;
}
#rss { 
font-size: 12px; padding-bottom: 15px; width: 170px; text-align: right; 
} 

/*　コピーライト　*/
#copyright{
background:url(/conan-spdrama/blog/images/copyright.gif) no-repeat;
width:225px;
height:12px;
margin:35px auto 15px auto;
text-indent:-10000px;
font-size:0em;
line-height:0em;
}