@charset "UTF-8";
/*------------------------------
------------------------------
COLORSET：
------------------------------
text:#000;
background：#e6e6e6;

a:#000;
a:hover:#999;
a:visited:#000;
______________________________________*/


/* ////////////////////////////////////////
Reset by Blueprint
//////////////////////////////////////// */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
margin:0; padding:0; border:0; font-style:inherit; font-size:100%; vertical-align:baseline;
}

table{
border-collapse:separate; border-spacing:0;
}

caption, th, td{
text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after{
content:"";
}

blockquote, q{
quotes:"" "";
}

a img{
border:none;
}


/* ////////////////////////////////////////
YUI Font CSS 
[77% = 10px]
[85% = 11px]
[93% = 12px] (was 92%)
[100% = 13px]
[108% = 14px] (was 107%)
[116% = 15px] (was 114%)
[123.1% = 16px] (was 122%)
[131% = 17px] (was 129%)
[138.5% = 18px] (was 136%)
[146.5% = 19px] (was 144%)
[153.9% = 20px] (was 152%)
[161.6% = 21px] (was 159%)
[167% = 22px] <!-- (renders 1px too small in Op Win/Mac, FF/Mac) -->
[174% = 23px] <!-- (renders 1px too small in Op Win/Mac, FF/Mac) -->
[182% = 24px] <!-- (renders 1px too small in Op Win/Mac, FF/Mac) -->
[189% = 25px] <!-- (renders 1px too small in Op Win/Mac, FF/Mac) -->
[197% = 26px] <!-- (renders 1px too small in Op Win/Mac, FF/Mac) -->
//////////////////////////////////////// */
body {
font:13px/1.231;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}

/**
* Nudge down to get to 13px equivalent for these form elements
*/ 
select,
input,
button,
textarea {
font:99%;
}

/**
* To help tables remember to inherit
*/
table {
font-size:inherit;
font:100%;
}

/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* ////////////////////////////////////////
Settings
//////////////////////////////////////// */
body {
color: #000;
background:#e6e6e6;
line-height:1.5;
font-family:"Helvetica Neue","HelveticaNeue",Helvetica,arial,verdana,sans-serif;
text-align:center;
font-size:77%;
}

img {
vertical-align: bottom;
border: none;
}

a {
cursor:pointer;
color:#000;
}

a:hover,
a:active {
color:#666;
text-decoration:none;
}

a:focus{
outline:none;
}

/*
a:hover { 
filter:alpha(opacity=20); 
-moz-opacity:0.20;
-khtml-opacity: 0.2;
opacity:0.20;
background:#000;
}
*/


h3 a {
text-decoration:none;
}

.hover { }
.heightLine { }

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

.clearfix {
zoom: 100%; 
}

/* ////////////////////////////////////////
Module
//////////////////////////////////////// */

/*text------------------------------*/
.upper {
text-transform: uppercase;
}


.sanserif {
font-family:Georgia,"MS PMincho" ,HeiseiMincho, "Hiragino Mincho Pro W3", serif;
}

.serif {
font-style:italic;
}

.bn,
.last {
border:none !important;
}


.dates {
font-size:0.8em;
}


.bg-line-under {
background:url(http://www.cbc-net.com/_commons/images/line-bg.gif) left bottom repeat-x;
}

.left {
	float:left;
}

.right {
	float:right;
}


/*img------------------------------*
img.img-border {
padding:4px;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
border-top:1px solid #E5E5E5;
border-left:1px solid #E5E5E5;
background-color:#EFEFEF;
}

a:hover img.img-border {
border:1px solid #f00;
}
*/


img.img-border-s {
padding:2px;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
border-top:1px solid #E5E5E5;
border-left:1px solid #E5E5E5;
background-color:#EFEFEF;
}

a:hover img.img-border-s {
border:1px solid #f00;
}


/*index------------------------------*/
#index p.serif {
font-style:italic;
font-size:1em;
line-height:1.4;
}

/*topicpath------------------------------*/
.topicpath {
padding:10px 12px 9px 12px;
line-height:1em;
background:#333;
color:#fff;
border-bottom:3px solid #666;
}

.topicpath a {
color:#fff;
text-decoration:none;
}

.topicpath a:hover {
color:#f00;
}


/*.h-lines------------------------------*/
.h-lines {
padding:10px 12px;
line-height:1em;
}

/*.dl-lists------------------------------
dotsのトップとか
*/
.dl-lists {
float:left;
width:181px;
padding-bottom:32px;
overflow:hidden;
}

dl.last dt,
dl.last dd {
border-right:none !important;
}

.dl-lists dt {
padding:0px 10px 15px;
border-right:1px solid #cccccc;
}

.dl-lists dt h3 {
font-size:1.2em;
padding-bottom:10px;
font-weight:normal;
}
.dl-lists dt h4 {
padding-top:5px;
font-size:1em;
padding-bottom:10px;
font-weight:bold;
}
.dl-lists dd {
padding:0px 10px;
border-right:1px solid #cccccc;
}

.dl-lists dd h3 {
font-size:1.2em;
padding-bottom:10px;
font-weight:normal;
}


.dl-lists h3 span {
font-size:0.8em;
}

.dl-lists dd h4 {
padding-top:5px;
font-size:1em;
padding-bottom:10px;
font-weight:bold;
}


.dl-lists dd p {
padding-bottom:10px;
}

.dl-lists dd p.btn-more a {
display:block;
padding-top:5px;
height:31px;
overflow:hidden;
background:url(http://www.cbc-net.com/_commons/images/btn-more-lists.gif) right top no-repeat;
}
.dl-lists dd p.btn-more a:hover{
display:block;
padding-top:5px;
height:31px;
overflow:hidden;
background:url(http://www.cbc-net.com/_commons/images/btn-more-lists_on.gif) right top no-repeat;
}






/*.dl-links------------------------------
3カラム目の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;
	}

/*.navi-sub
カテゴリーリンク
------------------------------*/
ul.navi-sub {
padding:10px;
border-bottom:1px solid #CCCCCC;
background:#f3f3f3;
line-height:1;
list-style:none;
}

ul.navi-sub li {
display:inline;
padding:0px 5px;
border-right:1px solid #999;
}

ul.navi-sub li a {
font-size:0.9em;
color:#000;
text-decoration:none;

}

ul.navi-sub li a:hover {
text-decoration:underline;
}


/*.titles------------------------------
2階層目のタイトルまわり
*/
.titles {
background:#f3f3f3;
margin-bottom:5px;
}

.titles-main {
float:left;
width:520px;
background:#f3f3f3;
}

.titles-main h1 {
font-size:1.6em;
padding:20px 20px 0px;
margin:0px;
}
.titles-main h2 {
font-size:1.2em;
color:#666666;
font-style:italic;
padding:5px 20px 0px;
margin:0px;
}

.titles-main p {
padding:0px 20px 20px;
}


.titles-right {
width:200px;
float:right;
background:#f3f3f3;
}

.titles-right form {
background:#f3f3f3;
padding:20px;
}

.main-lists {
padding-top:25px;
padding-left:25px;
}



/*#pagenate------------------------------
ページネイト
*/

#pagenate {
clear:both;
position:relative;
height:43px;
width:772px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#fff;
margin-bottom:15px;
}

#pagenate .pagenate-prev {
display:block;
position:absolute;
top:0px;
left:0px;
width:43px;
height:43px;
}

#pagenate .pagenate-next {
display:block;
position:absolute;
top:0px;
right:0px;
width:43px;
height:43px;
}

#pagenate p {
padding-top:10px;
text-align:center;
font-size:1.4em;
}

#pagenate p .current_page  {
color:#ff0000;
}



/*.entry - styles------------------------------*/
.entry h1 {
font-size:1.6em;
padding-bottom:0.9em;
}

.entry h2 {
font-size:1.5em;
padding-bottom:0.4em;
}

.entry h3 {
background-repeat: repeat;
font-size:1.4em;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
color: #333;
padding: 0px 0px 0px 20px ;
border-left:3px solid #3399CC;

}

.entry h4{
background-image: url(http://www.cbc-net.com/_commons/images/bg_shade02.gif) ;
border:1px solid #CCC;
font-size:1.2em;
font-weight:bold;
margin-bottom: 10px;
color: #333;
padding: 10px;
}

.entry  h5{
background-repeat: repeat;
font-size:1em;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
color: #333;
padding: 0px 0px 0px 20px ;
border-left:3px solid #333;

}
.entry  h6{
background-repeat: repeat;
font-weight: bold;
margin-bottom:10px;
color: #333;
padding: 0px 0px 0px 20px ;
border-left:3px solid #CCCCCC;

}

.entry p {
padding-top:1.1em;

padding-bottom:1em;
line-height:1.8;
}

.entry small { font-size:0.9em; }
.entry big { font-size:1.1em; }

.entry dl { padding-bottom:1em; }
.entry dt {
font-size:1.1em;
font-weight:bold;
color:#333;
}
.entry dd { padding:5px 10px; }

.entry ol, .entry ul, .entry li { margin-left:1em; }
.entry ol, .entry ul { margin-bottom:1em; }
.entry li { padding-bottom:5px; }

.entry th, .entry td { padding:10px 5px; }
.entry th { font-weight:bold; }

.entry pre {
margin:1em 0px;
border:1px solid #d1d1d1;
padding:10px;
font-size:0.9em;
line-height:1em;
font-family:ProFont, Monaco, Verdana, Lucida, Arial, Helvetica, Sans-serif;
}

.entry blockquote {
margin-top:10px;
margin-bottom:10px;
padding:20px;
background-color:#f1f1f1;
border:1px solid #E5E5E5;
}

blockquote {
margin-top:10px;
margin-bottom:10px;
padding:20px;
border:1px solid #E5E5E5;
}
.entry .imgR{
float:right;
margin-left:10px;
}

.entry .imgL{
float:left;
margin-right:10px;
}

.caption {
float:right;
display: block;
margin-bottom:0;
padding-left:10px;
}

.caption_img img{
border: none;
padding: 0px 0px 5px 0px;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.caption_img {
background-color:#f3f3f3;
border:1px solid #ccc;
padding:4px;
}


.entry table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	*border-collapse:collapse;	/*forIE*/
	border-spacing:0;
	width:100%;
	/*line-height:1.3;*/
}
.entry table th,
.entry table td{
	padding:8px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-size:100%!important;
}
.entry table th{
	background-color:#f2f2f2;
	white-space:nowrap;
}
.entry table td{ background-color:#fff;}

.entry_2column table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	*border-collapse:collapse;	/*forIE*/
	border-spacing:0;
	width:100%;
	/*line-height:1.3;*/
}
.entry_2column table th,
.entry_2column table td{
	padding:8px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-size:100%!important;
}
.entry_2column table th{
	background-color:#f2f2f2;
	white-space:nowrap;
}
.entry_2column table td{ background-color:#fff;}


/* ////////////////////////////////////////
layout
//////////////////////////////////////// */
.wrapper {
width:973px;
margin:0px auto;
text-align:left;
}

#contents {
padding-top:34px;
}

#contents .wrapper {
background:url(http://www.cbc-net.com/_commons/images/bg-contents2.gif) left top repeat-y;
}
#contents .wrapper_witoutbg {
width:973px;
background: #FFF;
margin:0px auto;
text-align:left;

}

#contents #individual {
background:url(http://www.cbc-net.com/_commons/images/bg-individual.gif) left top repeat-y;
}

#contents #individual_witoutbg {
;
}

#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:572px;
float:left;
}

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

/* ////////////////////////////////////////
header
//////////////////////////////////////// */
#header {
background:#fff url(http://www.cbc-net.com/_commons/images/_banner.gif) center top no-repeat;
border-bottom:5px solid #333;
}

#header .wrapper {
position:relative;
height:200px;
overflow:hidden;
}

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

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

#header ul li {
display:inline;
}

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

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

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

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

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

#header-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;

}

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

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

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

#header-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;
}

/* ////////////////////////////////////////
index
//////////////////////////////////////// */
.load {
	padding:50px;
	text-align:center;
	height:600px;
}

/*pickup------------------------------*/
#index-pickup {
}

#index-pickup h2 {
color:#fff;
background:#64a8c5;
}

#index-pickup .main-lists {
padding:25px 0px 0px 15px;

}

#index-pickup .main-lists p {
padding-top:1em;
}

/*article------------------------------*/
#index-article {
clear:both;
}

#index-article h2 {
background:#3e606f;
}

#index-article dl {
border-bottom:1px solid #cccccc;
padding:10px 20px 10px;
clear:both;
}

#index-article dl dt {
float:left;
width:136px;
}

#index-article dl dd {
float:left;
width:386px;
}

#index-article dl dd h3 {
font-size:1.08em;
color: #333333;
margin-bottom: 8px;
float:left;
width:270px;
font-weight:bold;
}
#index-article dl dd h4 {
float:left;
width:270px;
font-weight:normal;
}

#index-article dl dd p {
float:right;
width:100px;
}

#index-article dl dd p a {
color:#FFFFFF;
background: #4a9095;
padding: 2px;
text-decoration:none;
}

/* ////////////////////////////////////////
index - topics
//////////////////////////////////////// */
#index-topics {
padding-top:20px;
clear:both;
}

#index-topics h2 {
background:#3c5975;
color:#fff;
font-weight:normal;
}

#index-topics-wrapper {
border-top:1px solid #ccc;
background:url(http://www.cbc-net.com/_commons/images/topics-bg.gif) left top repeat-y;
}

/*#topics-current------------------------------*/
#index-topics-current {
width:280px;
float:left;
}

#index-topics-current div {
clear:both;
margin:0px 10px;
padding:15px 10px 20px;
border-bottom:1px solid #d1d1d1;
}

#index-topics-current div.first {
border:none;
}

#index-topics-current div h3 {
padding-bottom:10px;
}

#index-topics-current div h3 a {
font-size:1.1em;
font-weight:normal;
text-decoration:underline;
}

#index-topics-current div dt {
float:left;
width:70px;
}

#index-topics-current div dd {
float:right;
width:170px;
}

#index-topics-current div p {
clear:both;
text-align:right;
}

#index-topics-current ul {
margin:0px 10px;
list-style:none;
}

#index-topics-current ul li {
border-bottom:1px solid #d1d1d1;
}

#index-topics-current ul li 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;	
}


/*#topics-upcoming------------------------------*/
#index-topics-upcoming {
width:281px;
float:right;
}

#index-topics-upcoming h3 {
clear:both;
border-bottom:1px solid #ccc;
padding:10px 43px 10px 10px;
background:url(http://www.cbc-net.com/_commons/images/topics-arrow-down.gif) right center no-repeat;
line-height:1em;
}

#index-topics-upcoming div {
clear:both;
padding:10px 10px 0px;
}

#index-topics-upcoming dl {
padding-bottom:10px;
border-bottom:1px solid #d1d1d1;

}

#index-topics-upcoming dl.first {
border:none;
}

#index-topics-upcoming dl dt {
float:left;
width:68px;
}

#index-topics-upcoming dl dd {
float:left;
width:190px;
}

#index-topics-upcoming dl dd h4 {
padding-bottom:5px;
}

#index-topics-upcoming dl dd h4 a {
font-size:1.1em;
font-weight:normal;
}

#index-topics-upcoming dl dd p {
font-size:0.9em;
}

#index-topics-upcoming .topics-recommend {
border-top:1px solid #ccc;
}

/* ////////////////////////////////////////
index - editors
//////////////////////////////////////// */
#index-editors {
padding-bottom:0px;
}

#index-editors h2 {
background:#e6e6e6 url(http://www.cbc-net.com/_commons/images/editors-bg.gif) left top no-repeat;

}

#index-editors div {
margin:15px 10px 0px;
width:180px;
overflow:hidden;

}

#index-editors div h3 {
font-size:1em;
padding-bottom:10px;
}

#index-editors div h3 a {
color:#666;
}

#index-editors div h3 a:hover {
color:#999;
}

#index-editors div p {
padding-bottom:10px;
font-size:0.9em;
}

#index-editors div span {
margin-bottom:5px;
margin-left:10px;
display:block;
}

#index-editors .editors-continue {
text-align:center;
line-height:1;
padding:0px;
margin:0px 10px;
}

#eindex-ditors .editors-continue p {
}

#index-editors .editors-continue a {
font-size:1.2em;
color:#666;
text-decoration:none;

}


/* ////////////////////////////////////////
topics
//////////////////////////////////////// */
#topics {
}

#topics #contents .wrapper {
}

#topics #category #main-left {
padding-top:30px;
}

#topics .topicpath {
background:#9c9d3f;
border-bottom:3px solid #e2e505;
}

.topics-list {
margin:30px 0px 0px;

}

.topics-list div {
padding:0px 30px 15px;
border-bottom:1px solid #ccc;

margin-bottom:15px;
}

.topics-list div span {
line-height:3;
}

.topics-list div h3 {
font-size:1.4em;
font-weight:normal;
padding-bottom:15px;
}

.topics-list div dl {

clear:both;
}

.topics-list div dt {
float:left;
width:180px;
}

.topics-list div dt .img-border {
margin:0px;
}

.topics-list div dd {
float:right;
width:320px;
}

.topics-list ul {
list-style:none;
}


.topics-list div p {
padding-top:1em;
clear:both;
text-align:right;
}

/*.topics-sublist------------------------------*/
.topics-sublist {
margin:0px 30px 30px;
}

.topics-sublist div {
}

.topics-sublist div div {
width:240px;
border-bottom:none;
}

.topics-sublist div div.left {
width:257px;
border-right:1px solid #ccc;
}

.topics-sublist div div.left dl,
.topics-sublist div div.left div,
.topics-sublist div div.left ul {
	margin-right:17px;
}


.topics-sublist div dl {
	padding:15px 0px;
}

.topics-sublist div h3 {
padding-bottom:10px;
}

.topics-sublist div h3 a {
font-size:1.1em;
font-weight:normal;
text-decoration:underline;
}

.topics-sublist div dt {
float:left;
width:70px;
}

.topics-sublist div dd {
float:right;
width:160px;
}

.topics-sublist div div div {
padding-bottom:10px;
}


.topics-sublist div ul  {
list-style:none;
padding-bottom:10px;
border-bottom:1px solid #ccc;
}

.topics-sublist div ul li {
}

#topics #individual-related .recommend {
padding:0px 0px 30px; 
}


.thumb {
width:58px;
height:58px;
}





/* ////////////////////////////////////////
article
//////////////////////////////////////// */
#article {
}

#article .topicpath {
background:#40596b;
border-bottom:3px solid #99c6e8;
}


.daily_photo img{
margin: 10px 10px 0px 0px;
}


/* ////////////////////////////////////////
Dot's & Lines
//////////////////////////////////////// */
#dots {
}

#dots .topicpath {
background:#333333;
border-bottom:3px solid #b6052f;
}

/*.category------------------------------
dotsのカテゴリー
*/
.category-main {
padding:25px 30px 30px 25px;
}

.category-lists {
float:left;
width:200px;
border-right:1px solid #cccccc;
}

.category-lists .dl-lists dt,
.category-lists .dl-lists dd {
border-right:none;
}

.category-entries {
float:right;
width:482px;
}

ul.category-entry {
list-style:none;
padding-bottom:35px;
}

ul.category-entry li {
border-bottom:1px solid #ccc;
}

ul.category-entry li a {
display:block;
padding:30px 10px 30px 45px;
background:url(http://www.cbc-net.com/_commons/images/btn-more-lists.gif) 5px center no-repeat;
text-decoration:none;
font-size:1.4em;

}

ul.category-entry li a:hover {
color:#ff0000;
background:#f3f3f3 url(http://www.cbc-net.com/_commons/images/btn-more-lists_on.gif) 5px center no-repeat;
}

.category-info {
}

.category-info h3 {
font-size:1.2em;
margin-bottom:10px;
}

.category-info p {
line-height:1.6;
}

/* ////////////////////////////////////////
blog
//////////////////////////////////////// */
.blog_img {
height:100px;
overflow:hidden;
margin-top:10px;
}


#blog .titles-main {
float:left;
width:320px;
background:#f3f3f3;
}


#blog .titles-right {
width:400px;
float:right;
background:#f3f3f3;
}

#blog .titles-right div {
float:left;
width:200px;
}



/* ////////////////////////////////////////
individual
//////////////////////////////////////// */
#individual {
/*background:#fff url(http://www.cbc-net.com/_commons/images/contents-bg2.gif) left top repeat-y;*/
}

/*individual-column------------------------------*/
#individual-column {
background:#f3f3f3;
border-bottom:1px solid #ccc;
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;
}

#individual-column .detail_text {

}
#individual-column .detail_text2 {
float:left;
width:180px;
margin-right:20px;
}

#individual-column .date {
font-size:0.8em;
font-style:italic;
margin-bottom:15px;
color:#666;
}

#individual #main-left {
	overflow:hidden;
}


/*indidual-info -------------------------------*/
#individual-info {
	clear:both;
}

#individual-info h2 {
background:#46565f;
color:#fff;
}

/*indidual-related------------------------------*/
#individual-related {
padding-bottom:30px;
margin-top:30px;
}
#individual-related a{
text-decoration: none;
}
#individual-related h2 {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:12px 43px 12px 10px;
background:url(http://www.cbc-net.com/_commons/images/topics-arrow-down.gif) right center no-repeat;
line-height:1em;
}

#individual-related h2.first {
}

#individual-related ul {
padding:0px 0px 0px;
clear:both;
list-style:none;
}

#individual-related li {
padding:10px;
border-bottom:1px solid #ccc;
}

#individual-related .profile {
font-size:0.8em;
line-height:1.6em;
padding:10px 10px 30px;
clear:both;
}

#individual-related dl {
padding:10px 10px 10px;
border-bottom:1px solid #ccc;


}

#individual-related dt {
float:left;
margin-right:5px;
}


/* ////////////////////////////////////////
side
//////////////////////////////////////// */
#side {
width:200px;
float:right;
}

#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;
}


#side_2column {
width:300px;

float:right;
}



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

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

/*#twitter------------------------------*/
#twitter {
width:180px;
padding: 10px 10px 20px 10px;
font-size:0.9em;


}

#twitter h2 {
	padding-bottom: 15px;
}

#twitter ul {
	list-style: none;
}

#twitter ul li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
}

#twitter ul li a {
	display: none;
}

#twitter ul li span a {
	display: inline;
}



/* ////////////////////////////////////////
pagetop
//////////////////////////////////////// */
#pagetop {
clear:both;
background:url(http://www.cbc-net.com/_commons/images/pagetop-bg.gif) left top repeat-x;
}

#pagetop .wrapper {
background:url(http://www.cbc-net.com/_commons/images/pagetop-wrapper-bg.gif) left top no-repeat;
}

/* ////////////////////////////////////////
footer
//////////////////////////////////////// */
#footer {
clear:both;
padding-top:15px;
background:url(http://www.cbc-net.com/_commons/images/footer-bg.gif) left top repeat;
}

#footer .wrapper {
position:relative;
margin-bottom:35px;
height:200px;
background:url(http://www.cbc-net.com/_commons/images/footer-line.gif) left top repeat-y;
}

#footer ul {
list-style:none;
}

#footer ul li {
padding:5px 10px;
font-size:0.9em;
}

#footer ul li a {
text-decoration:none;
}

#footer .footer-left {
position:absolute;
left:0px;
bottom:0px;
width:280px;
}

#footer .footer-right {
position:absolute;
left:290px;
bottom:0px;
width:280px;
}


/* ////////////////////////////////////////
tumblr
//////////////////////////////////////// */
.tumblr-2 {
padding: 5px;

}

.tumblr-2 img{
width: 160px;
background-color:#F3F3F3;
border:1px solid #CCCCCC;
margin-bottom: 10px;
padding:4px;
text-align:center;

}
#tumblr li {
	list-style-image: none;
	list-style-type: none;
	margin: 20px 0px 0px 15px;
	border-top: 3px solid #333;
	padding-top: 15px;
	width: 170px;
	height: 320px;
	float: left;
	overflow: hidden;
}

#tumblr a {
	color: #333;
}

#tumblr embed{
width: 170px;
height: 140px;

}

#tumblr object{
width: 170px;
height: 140px;
}

.tumblr_body{
	font-size: 12px;
	color: #444;
	line-height: 17px;
	
}

.tumblr_description {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444;
}

.tumblr_post{
	
}

.tumblr_quote{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	color: #666;
	
}

.tumblr_quote_post{
	
}
.tumblr_open_quote{
	
}
.tumblr_close_quote{
	
}
.tumblr_source{
	
}
.tumblr_photo_post{
		width: 170px;

}
.tumblr_photo{
	width: 170px;
}
.tumblr_caption{
	font-size: 12px;
	font-weight: normal;
	color: #444;
	margin-top: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.tumblr_caption a{

font-weight: bold;

	
}

.tumblr_link_post{
	
}
.tumblr_link{
	font:16px;
	letter-spacing: -1px;
	color: #CC99FF;
	
}
.tumblr_chat_post{
	
}
.tumblr_chat_post ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	border-left: solid 5px #99ccff;
}

.tumblr_chat_post  ul li {
	font-size: 12px;
	padding: 4px 10px 4px 8px;
	color: #444;
	margin-bottom: 1px;
	padding-bottom: 0;
	border-bottom-style: none;
	
}

.tumblr_label{
	font-weight: bold;	
}
.tumblr_text_post{
	
}
.tumblr_text_post ol li {
	list-style-type: decimal;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-style: none;
}
.tumblr_title{
	font-size: 18px;
	font-weight: Bold;
	color: #99ccff;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	
}
.tumblr_video_post{
overflow: hidden;
}
.tumblr_video{
}
.tumblr_audio_post {
	
}
