/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
color: #000;
background:#e6e6e6;
line-height:1.5;
font-family:Georgia,"MS PMincho" ,HeiseiMincho, "Hiragino Mincho Pro W3", serif;
text-align:center;
font-size:77%;
}


a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
border: 1px solid #CCC;
background-color: #EFEFEF;
padding: 20px 20px 0px 20px;
margin-bottom: 20px;
}
blockquote img {
background-color: #EFEFEF;
padding: 0px 0px 0px 20px;
}


#wrapper {
background: #e6e6e6;
	margin: 0 auto;
text-align:left;
}

}

#header {
	width: 880px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
background:url(http://www.cbc-net.com/_commons/images/bg-contents2.gif) left top repeat-y;
	width: 973px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
padding: 0px;
border-right:1px solid #CCC;

}
#main {
width:772px;
float: left;
/*background:url(http://www.cbc-net.com/_commons/images/main-bg2.gif) left top repeat-y;*/
}

#index #contents .wrapper {
/*background:url(http://www.cbc-net.com/_commons/images/bg-contents.png) left top repeat-y;*/
}
#main-left {
width:573px;
float:left;

}

#main-right {
width:199px;
float:right;
}



/*individual-column------------------------------*/


#individual-column {
background:#f3f3f3;
border-bottom:1px solid #ccc;
border-top: 20px solid #333;
padding:15px 30px 15px;
}

#individual-column h3 {
color:#fff;
background:#e6e6e6 url(http://www.cbc-net.com/_commons/images/editors-bg.gif) left top no-repeat;	
}

#individual-column dl {
font-size:0.9em;
}

#individual-column dt {
padding-bottom:5px;
}

#individual-column dd {
}

#individual-column p {
padding:10px;
font-size:0.9em;
}

#individual-column h1 {
font-size:1.6em;
margin-bottom:5px;

}
#individual-column img {
margin-right:20px;
}



.post {
padding: 20px;
border-bottom: 1px solid #666;
	font-size: 1.05em;

}

.post-title {
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;

}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #666;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height:1.8;

}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	background-color: #46565F;
	color: #FFF;
	margin: 10px -20px 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 20px;
}

.post-content h4 {
font-weight: bold;
	background-color: #f1f1f1;
	border-bottom: 1px solid #EFEFEF;
	margin: 10px -20px 10px;

	padding: 10px 20px;
}

.post-content a{
text-decoration: underline;
}

.post-content p {
	line-height: 1.6;
	margin-bottom: 20px;

}

.post-content img{
margin-bottom: 20px;

}

.post-content img.alignnone {
background: #FFF;
margin-left: -20px;
margin-top: -20px;

}

.post-content .alignnone {
background: #FFF;
margin-left: -20px;
margin-top: -20px;

}

.post-content .marginnone {
margin-left: -20px;

}

.post-content img.marginnone {
margin-left: -20px;

}
.post-content img.nomargin {
margin-left:0px;

}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 20px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 15px;
	padding: 4px;
}

.post-content img.aligncenter {
margin: 0 auto;
	border: 1px solid #EFEFEF;
	padding: 6px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#side_wrap {
	float: right;
}




.sidepanel {
	padding-left: 0px;
margin-top: 20px;
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	padding: 5px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul{
display: block;

	border-bottom: 1px solid #EFEFEF;
	
	line-height: 1.2;
}
.sidepanel li {
display: block;
	border-bottom: 1px solid #EFEFEF;
	padding: 8px 10px;
	line-height: 1.2;
}


.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
background-color: #333;
color: #FFF;
	margin: 0 auto;
	width: 973px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}



/* ////////////////////////////////////////
header
//////////////////////////////////////// */
#header_d {
background:#fff url(http://www.cbc-net.com/_commons/images/_banner.gif) center top no-repeat;
border-bottom:5px solid #333;
}
.wrapper_d {
	width: 973px;
	margin: 0 auto;
text-align:left;
}
#header_d .wrapper_d {
position:relative;
height:200px;
overflow:hidden;
}

#header_d h1 {
position:absolute;
left:18px;
top:70px;
width:132px;
height:40px;
}


/*navi------------------------------*/
#header_d ul {
list-style:none;
}

#header_d ul li {
display:inline;
}

#header_d ul li a {
font-size:1.1em;
display:block;
float:left;
text-align:center;
color:#000;
text-decoration:none;
line-height:1em;
}

/*#header_d-menu------------------------------*/
#header_d-menu {
position:absolute;
left:0px;
bottom:0px;
}

#header_d-menu a {
width:111px;
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg02.gif) left top no-repeat;
}

#header_d-menu a.first {
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg01.gif) left top no-repeat;
}

#header_d-menu a.last {
background:url(http://www.cbc-net.com/_commons/images/header-menu-bg03.gif) left top no-repeat;
}

#header_d-menu a .hover{
width:111px;
background-position:0% -142px;
}

#tabsG {
position:absolute;
left:0px;
bottom:0px;
float:left;
width:100%;
font-size:93%;
}

#tabsG ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabsG li {
display:inline;
margin:0;
padding:0;
}
#tabsG a {
float:left;
background:url("http://www.cbc-net.com/_commons/images/tableft3.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsG a span {
float:left;
display:block;
background:url("http://www.cbc-net.com/_commons/images/tabright3.gif") no-repeat right top;
padding:12px 20px 12px 16px;
color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {float:none;}
/* End IE5-Mac hack */
#tabsG a:hover span {
color:#FFF;
}
#tabsG a:hover {
background-position:0% -42px;
}
#tabsG a:hover span {
background-position:100% -42px;
}

#tabsG #current a {
background-position:0% -42px;
color:#FFF;
}
#tabsG #current a span {
background-position:100% -42px;
color:#FFF;

}
#tabsG .log a { background-position:0% -42px; color:#FFF; }
#tabsG .log a span { background-position:100% -42px; color:#FFF; }

#tabsG .topic a { background-position:0% -42px; color:#FFF; }
#tabsG .topic a span { background-position:100% -42px; color:#FFF; }

/*#header-about------------------------------*/
#header_d-about {
position:absolute;
right:0px;
bottom:0px;
}

#header_d-about a {
width:100px;
}

#header_d-about a.first {
background:url(http://www.cbc-net.com/_commons/images/header-about-bg01.gif) left top no-repeat;
}

#header_d-about a.last {
background:url(http://www.cbc-net.com/_commons/images/header-about-bg03.gif) left top no-repeat;
}
#tabsG-about {
position:absolute;
right:0px;
bottom:0px;
float:right;
font-size:93%;
}
#tabsG-about ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#tabsG-about li {
display:inline;
margin:0;
padding:0;
}
#tabsG-about a {
float:right;
background:url("http://www.cbc-net.com/_commons/images/tableft3.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsG-about a span {
float:right;
display:block;
background:url("http://www.cbc-net.com/_commons/images/tabright3.gif") no-repeat right top;
padding:12px 18px 12px 16px;
color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG-about a span {float:none;}
/* End IE5-Mac hack */
#tabsG-about a:hover span {
color:#FFF;
}
#tabsG-about a:hover {
background-position:0% -42px;
}
#tabsG-about a:hover span {
background-position:100% -42px;
}

#tabsG-about #current a {
background-position:0% -42px;
color:#FFF;

}
#tabsG-about #current a span {
background-position:100% -42px;
color:#FFF;
}


/* ////////////////////////////////////////
side
//////////////////////////////////////// */
#side {
width:200px;
float:right;
margin-left: 0px;
}

#side h2 {
background:#e6e6e6;
}

#side .side-in {
padding:10px 10px 10px 9px;
}

/*work------------------------------*/
#side #work {
}

#side #work ul {
padding:10px 0px;
list-style:none;
}

#side #work ul li {
border-bottom:1px dotted #c8c7c3;
font-size:0.9em;
}

#side #work ul li a {
display:block;
padding:4px;
color:#000;
text-decoration:none;
}

#side #work ul li a:hover {
	color:#f00;
}

#side #work ul li a span {
font-size:9px;
line-height:1em;
font-family:ProFont, Monaco, Verdana, Lucida, Arial, Helvetica, Sans-serif;
color:#f00;
}
/*.dl-links------------------------------
3�J�����ڂ�CBCNET contents-bg��APMT
*/
.dl-links {
background:url(http://www.cbc-net.com/_commons/images/line-bg.gif) left bottom repeat-x;
padding-bottom:2px;
}

.dl-links h3 {
background:url(http://www.cbc-net.com/_commons/images/line-bg.gif) left top repeat-x;
padding-top:2px;
}

.dl-links h3 a {
display:block;
padding:15px 0px 15px 30px;
background:url(http://www.cbc-net.com/_commons/images/dl-links-arrow.gif) 10px center no-repeat; 
}

.dl-links h3 span,
h3.dl-links span {
display:block;
padding:15px 0px 15px 30px;
background:url(http://www.cbc-net.com/_commons/images/dl-links-down.gif) 10px center no-repeat; 
}


.dl-links h3 a:hover {
	color:#f00;
	}

/*promotion------------------------------*/
#side #promotion {
}

#side #promotion p {
padding-bottom:10px;
}

/* ////////////////////////////////////////
twitter
//////////////////////////////////////// */

.widget-twitter{}
.widget-twitter .widget-header {}
.widget-twitter .widget-content {
margin: 0px;
padding: 0px;
}
.widget-twitter ul #twitter_update_list {
margin: 0px 0px 6px 0px;
padding: 0;
}
.widget-twitter #twitter_update_list li {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 3px;
border-bottom: 1px solid #CCCCCC;
}
.wigdet-twitter #twitter_update_list li a:link {}
.wigdet-twitter #twitter-link {}
.widget-twitter a{
	text-decoration: underline;
}


.entry_index{
width: 350px;
float: right;
}
.main_log{

}

.log_thumb{
float: left;
margin-right: 20px;

}


.log_thumb img{

}
.topicpath_log{
width: 772px;

}


.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

