/*
Theme Name: kouensupport 2012
Theme URI: http://www.tammyhartdesigns.com/fifty-fifth-street
Description: A greyscale theme that follows a nice grid system, and keeps typography in top priority.
Version: 1.4
Author: Thaichi
Author URI: http://www.thaichi-ltd.com/
Tags: two-columns, sticky-post, fixed-width, black, white
*/


* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#888;
	outline:none;
}
	
a:hover {
	color:#343434;
	}
	
h1 a, h2 a, h3 a, #sitename {
	color:#343434;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #sitename:hover {
	text-decoration:none;
	color:#003d6e;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#343434;
	}
	
h1, h2 {
	font-size:1.4em;
	margin-bottom:14px;
	}

.entry h2 {
	font-size:1.8em;
}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	}

#topicsArea p.notice{
	padding:0 0 20px 0;
	color:#1D5C8F
}

.archiveArea p.notice{
	padding:0 0 10px 20px;
	color:#1D5C8F;
}

.pagetitle {
	font-size:1.4em;
	display:block;
	}
	
small {
	font-size:1em;
	color:#b6b6b6;
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
}
	
		
.post dt {
	font-weight:bold;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}
		
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
}
	
img.alignright, .alignright img {
	margin-left:10px;
}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
html,body {
	height: 100%;
	margin: 0;
}

body {
	background:url(images/bg.gif) 0 0 repeat;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#555;
	text-align:center;
}

#container{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	position: relative;
}

#page {
	margin:0 auto;
	padding:0 0 20px;
	width:980px;
	text-align:left;
	padding-bottom:54px;
}

.inner{
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:left;
}


/* Begin Header */	
#header {
	width:100%;
	height:118px;
	background:url(images/bgHeader.png) 0 0 repeat-x;
	}

#header .inner{
	width:980px;
	height:118px;
	position:relative;
}


#logo{
	width:281px;
	height:61px;
	position:absolute;
	top:35px;
	left:0;
}

#header #contact{
	float:right;
	width:615px;
	height:67px;
	margin-top:35px;
	position:relative;
	background:url(images/bgContact.png) 0 0 no-repeat;
}
#header #contact #list{
	width:165px;
	height:29px;
	position:absolute;
	top:29px;
	left:320px;
}
#header #contact #mailForm{
	width:83px;
	height:48px;
	position:absolute;
	top:10px;
	right:10px;
}


/* End Header */


		
/* ------------------- Content ------------------- */	
#content {
	font-size:1.2em;
	float:right;
	width:745px;
	padding-bottom:30px;
}
	
body.home #content {
	width:756px;
}	

#showcase{
	text-align:right;
	position:relative;
	width:756px;
	height:277px;
	background:url(images/cover1.jpg) 0 0 no-repeat;
}
#showcase li{
	position:absolute;
	top:0;
	left:0;
}
.bx-pager{
	text-align:center;
}
.bx-pager a{
	color:#CCC;
	padding:0 1px 0 2px;
	cursor: pointer;
}

.bx-pager a.pager-active{
	color:#666;
}

#lContent{
	width:564px;
	height:auto;
	float:left;
	margin-top:15px;
}
#rContent{
	width:180px;
	height:auto;
	float:right;
}

#topicsArea{
	width:564px;
	height:auto;
	margin-bottom:30px;
}

.searchTop #topicsArea{
	width:690px;
	margin:0 25px 0;
	padding:10px 0 25px 0;
}


#topicsArea .column{
	width:165px;
	height:auto;
	margin-left:14px;
	padding-left:14px;
	border-left:1px dashed #CCC;
	float:left;
	display:inline;
}
.searchTop #topicsArea .column{
	width:200px;
	height:340px;
	margin-left:20px;
	margin-bottom:50px;
	padding-left:20px;
	border-left:1px dashed #DDD;
	float:left;
}
.searchTop #topicsArea .column.fisrt{
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	clear:both;
}
#topicsArea .column:first-child{
	margin-left:3px;
	padding-left:0;
	border-left:none;
}
#topicsArea .column .cTitle{
	line-height:1;
	height:50px;
}
#topicsArea .column .cTitle div.iLeft{
	margin-right:10px;
	height:auto;
}
#topicsArea .column .cTitle p{
	font-size:11px;
	padding-bottom:8px;
}
#topicsArea .column li{
	margin-top:13px;
	padding-top:13px;
	border-top:1px #CCC dashed;
}
#topicsArea .column li:first-child{
	margin-top:0px;
	padding-top:0px;
	border:none;
}


/* --- 講師ジャンルトップ 指定 ---- */

.mainC #topicsArea .column .cTitle{
	line-height:1;
	height:auto;
	margin-bottom:0px;
}

.mainC #topicsArea .column .cTitle div.iLeft{
	height:94px;
}
.mainC #topicsArea .column .cTitle div.iLeft h2{
height:43px;
margin:0;
}

.mainC #topicsArea .column .cTitle h2#categoryTitle{
	font-size:14px;
	text-shadow: 0px 1px 1px #FFF;
	padding-top:2px;
	margin-bottom:5px;
}
.mainC #topicsArea .column .cTitle .catDescription p{
	font-size:10px;
	line-height:1.5;
	padding:1px 0 0;
}
.mainC #topicsArea .column .cTitle p{
	font-size:11px;
	padding-bottom:8px;
}
.mainC #topicsArea .column li{
	margin-top:9px;
	padding-top:9px;
	border-top:1px #EEE dashed;
}
.mainC #topicsArea .column li:first-child{
	margin-top:0px;
	padding-top:0px;
	border:none;
}


#topicsArea .column .thumb img{
	float:left;
	width:50px;
	height:auto;
	margin:0 12px 0 0;
	border:1px #EEE solid;
}

#topicsArea .column .thumb img:hover{
	border:1px #DDD solid;
}

#topicsArea .column h3{
	font-size:1.1em;
	margin:0 0 4px;
	text-shadow: 0px 1px 1px #FFF;
	line-height:1.3;
}

p.job,p.abstracts{
	font-size:10px;
}


.pickupH{
	width:553px;
	height:105px;
	background:url(images/bgPickupH.png) 0 0 no-repeat;
	margin:0;
}
.pickupC{
	width:553px;
	height:auto;
	background:url(images/bgPickupC.png) 0 0 repeat-y;
	margin:0;
}
.pickupF{
	width:553px;
	height:25px;
	background:url(images/bgPickupF.png) 0 0 no-repeat;
	margin:0 0 40px;
}
.pickupH ul{
	padding-top:10px;
}
.pickupH li{
	float:left;
	display:inline;
	margin:0 9px 0px 8px;
}

.pickupC .column{
	width:136px;
	height:auto;
	float:left;
	margin-left:3px;
	display:inline;
}
.pickupC .column:first-child{
	margin-left:0px;
}
.pickupC .section{
	margin:0 9px;
	padding:10px 0 0;
	height:auto;
	min-height:121px;
	border-top:1px #FFF dotted;
	text-align:center;
}
.pickupC .section:first-child{
	border:none;
	padding:10px 0;
}

.pickupC .section .thum{
	margin:0 8px 0;
	padding-bottom:3px;
}
.pickupC .section h3{
	font-size:12px;
	margin-top:0;
}
.pickupC .section .thum img{
	border:1px #DDD solid;
	width:50px;
	height:auto;
}
.pickupC .section .thum img:hover{
	border:1px #CCC solid;
}





#bannerArea{
	width:180px;
	height:auto;
}
#bannerArea img{
	margin-bottom:18px;
}

#bannerArea #banner1{
	position:relative;
	width:180px;
	height:180px;
	margin-bottom:18px;
}

#bannerArea #banner1 img{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
}


#bannerArea #banner1 a#spot{
	position:absolute;
	top:140px;
	left:12px;
	z-index:2;
}


/* ------------------- Archive ------------------- */	

#topicPath{
	width:745px;
	height:39px;
	background:url(images/bgBred.png) 0 0 no-repeat;
	margin-bottom:15px;
}

#topicPath ul{
	padding-top:1px;
}

#topicPath li{
	color:#888;
	font-size:10px;
	height:36px;
	padding-top:14px;
	padding-right:20px;
	line-height:1;
	float:left;
	margin-left:10px;
	display:inline;
	background:url(images/bgBredLi.png) top right no-repeat;
}
#topicPath li a:hover{
	color:#003d6e;
}
#topicPath li.current{
	background:none;
	font-weight:bold;
	color:#000;
}

body.archive #topicPath li.current a{
	color:#000;
}

.mainH{
	width:745px;
	height:50px;
	background:url(images/bgMainH.png) 0 0 no-repeat;
	position:relative;
}

.mainH h1,.mainH h2{
	position:absolute;
	top:25px;
	left:25px;
	padding:0 0 0 8px;
	border-left:3px #00a0c7 solid;
	line-height:1;
}

input#printBtn{
	position:absolute;
	top:25px;
	right:25px;
}
input#printBtn:hover{
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
	zoom: 1;
}

.mainC{
	width:745px;
	height:auto;
	background:url(images/bgMainC.png) 0 0 repeat-y;
}

.mainC .hentry,.mainC .post{
	padding:15px 25px;
}
.mainC .archiveArea .hentry{
	padding:15px 0 20px;
}

.mainC .archiveArea .catDescription p{
	padding:0 20px 5px;
	color:#333;
	font-weight:bold;
}

.mainC .archiveArea{
	padding:15px 25px 15px 5px;
}


.mainF{
	width:745px;
	height:10px;
	background:url(images/bgMainF.png) 0 0 no-repeat;
	margin-bottom:15px;
}

.mainFF{
	width:745px;
	height:56px;
	background:url(images/bgMainFF.png) 0 0 no-repeat;
	margin-bottom:15px;
}

span.blue{
	color:#1D5C8F;
}

h1.pagetitle span.blue{
	font-size:22px;
}

body.archive .post{
	margin:0 0 0 20px;
	width:335px;
	height:auto;
	float:left;
	display:inline;
}

body.archive .post .thumb{
	float:left;
	width:92px;
	height:auto;
}
body.archive .post .thumb img{
	width:90px;
	height:auto;
	border:1px #EEE solid;
}
body.archive .post .thumb img:hover{
	border:1px #DDD solid;
}
body.archive .post .profile{
	float:right;
	width:225px;
	height:auto;
}
.post .profile h2{
	font-size:1.2em;
	margin:0 0 1px;
}
.post p.yomi{
	font-size:10px;
	margin:0 0 0;
	line-height:1.1;
	padding-top:1px;
}
.post p.job{
	font-size:11px;
	padding-bottom:3px;
	line-height:1.4;
}
.post p.abstracts{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.4;
}
.post p.category{
	line-height:1;
	margin:0 0 25px;
}

.profile .category li a,.archiveArea .category li a,#relatedEntry .mainC .category li a{
	color:#333;
	font-weight:bold;
	font-size:12px;
	line-height:1;
	padding:5px;
	margin:0 8px 0 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	white-space: nowrap;
	display:block;
}

.archiveArea ul.category{
	margin-bottom:2px;
}
.profile ul.category{
	margin-bottom:5px;
}
.profile .entry ul.category{
	margin:10px 0 8px;
	padding-top:25px;
	border-top: 1px #DDD dashed;
}

.archiveArea ul.category li a,#relatedEntry .mainC .category li a{
	font-size:10px;
	padding:4px;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
	margin-right:8px;
}


.profile .category li, .archiveArea ul.category li,#relatedEntry .mainC .category li{
	float:left;
	margin:0 0 6px 0;
}
#relatedEntry .mainC .category li{
	margin:8px 0 0 0;
}

.profile .category li a[href="http://kouensupport.jiji.com/category/topics/health"], a[href="http://115.146.11.229/category/topics/health"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/study"],a[href="http://115.146.11.229/category/topics/study"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/timely"],a[href="http://115.146.11.229/category/topics/timely"],
.profile .category li a[href="http://kouensupport.jiji.com/category/topics/event"],a[href="http://115.146.11.229/category/topics/event"]{
	display:none !important;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

.profile .category li a:hover,.archiveArea .category li a:hover,#relatedEntry .category li a:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

p.category a{
	color:#FFF;
}




#relatedEntry .mainH h3{
	padding:0 0 0 8px;
	border-left:3px #00a0c7 solid;
	line-height:1;
	position:absolute;
	top:30px;
	left:25px;
	margin:0;
	font-size:14px;
}


#relatedEntry .btnCMore{
	width:192px;
	height:32px;
	position:absolute;
	top:20px;
	right:20px;
}

#relatedEntry .mainC ul{
	margin:0;
	padding-top:30px;
}

#relatedEntry .mainC ul.category{
	margin:0;
	padding-top:0px;
}

#relatedEntry .mainC ul.category li{
	display:block;
	width:auto;
	height:auto;
}

#relatedEntry .mainC li{
	width:220px;
	height:auto;
	float:left;
	margin:0 0 15px 20px;
}
#relatedEntry .mainC li .thumb{
	float:left;
	margin-right:15px;
	display:inline;
}

#relatedEntry .mainC li .profile2{
	float:right;
	width:130px;
}

#relatedEntry .mainC li .thumb img{
	width:70px;
	height:auto;
	margin:0 0 8px;
	border:1px #EEE solid;
}
#relatedEntry .mainC li .thumb img:hover{
	border:1px #DDD solid;
}

#relatedEntry .mainC li h4{
	font-size:13px;
	padding-bottom:3px;
}

#relatedEntry .mainC li h4 a{
	color:#000;
}
#relatedEntry .mainC li h4 a span.job{
	color:#666;
}
#relatedEntry .mainC li h4 a:hover{
	color:#003d6e;
}

#relatedEntry .mainC li span.job{
	font-size:11px;
	line-height:1.4;
}

#relatedEntry .mainC .post{
	padding:0;
}


/* ------------------- Single ------------------- */	


body.single #portrait{
	float:left;
	width:182px;
	height:auto;
	margin-bottom:20px;
}

body.single #portrait img{
	border:1px #EEE solid;
}
#mailFormS{
	margin-top:15px;
}
body.single #portrait #mailFormS img{
	border:none;
}
body.single .post .profile{
	float:right;
	width:480px;
	height:auto;
}
body.single h1{
	margin-bottom:10px;
}

body.single p.job{
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
}
body.single p.abstracts{
	font-size:12px;
	line-height:1.8;
}

body.single .entry{
	margin-top:15px;
	padding-top:15px;
	border-top:1px #DDD dashed;
}
body.single .entry p{
	font-size:12px;
	line-height:1.7;
	padding-bottom:10px;
}

body.single .entry p a{
	color:#000;
	font-weight:bold;
}
body.single .entry p a:hover{
	color:#003d6e;
}

.entry {
}
	
.navigation {
	text-transform:uppercase;
	clear:both;
	width:100%;
	height:70px;
	position:relative;
	}

.wp-pagenavi{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
}

.attachment .navigation {
	height:150px;
}
	
.navigation .alignleft a {
	background:url(images/icons.gif) no-repeat 0 -60px;
	padding-left:22px;
	display:block;
	height:10px;
	float:left;
	font-weight:bold;
	color:#000;
}

.navigation .alignright a {
	background:url(images/icons.gif) no-repeat 100% -30px;
	padding-right:22px;
	display:block;
	height:10px;
	float:right;
	font-weight:bold;
	color:#000;
}
.navigation .alignleft a:hover, .navigation .alignright a:hover{
	color:#1D5C8F;
}


.post #categoryList{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #DDD;
}

.post #categoryList h3, .post #tagList h3{
	font-size:1.2em;
	margin-bottom:10px;
	padding: 0 0 0 5px;
	border-left: 3px #00A0C7 solid;
	line-height:1;
}

.post #categoryList p{
	color:#000;
	font-weight:bold;
	font-size:14px;
	float:left;
	line-height:1;
	padding:5px;
	margin:5px 10px 5px 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	display:block;
	white-space: nowrap;
}

.post #categoryList p:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

.post #categoryList p:hover a{
	color:#FFF;
}

.post #categoryList p a{
	color:#000;
}

.post #categoryList p a:hover{
	color:#FFF;
}


#tagList.pageList{
	padding:20px 25px 35px;
}

#tagList.pageList h2{
	padding: 0 0 0 10px;
	border-left: 3px #00A0C7 solid;
	line-height: 1;
}

#tagList.pageList a,.post #tagList a{
	color:#333;
	font-weight:bold;
	font-size:14px !important;
	float:left;
	line-height:1;
	padding:5px;
	margin:5px 15px 10px 0;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	display:block;
	white-space: nowrap;
}


a[href="http://kouensupport.jiji.com/tag/event"],a[href="http://kouensupport.jiji.com/tag/timely"],a[href="http://kouensupport.jiji.com/tag/study"],a[href="http://kouensupport.jiji.com/tag/health"],
a[href="http://kouensupport.jiji.com/tag/management1"],a[href="http://kouensupport.jiji.com/tag/management2"],a[href="http://kouensupport.jiji.com/tag/management3"],
a[href="http://kouensupport.jiji.com/tag/politics1"],a[href="http://kouensupport.jiji.com/tag/politics2"],a[href="http://kouensupport.jiji.com/tag/politics3"],
a[href="http://kouensupport.jiji.com/tag/economy1"],a[href="http://kouensupport.jiji.com/tag/economy2"],a[href="http://kouensupport.jiji.com/tag/economy3"],
a[href="http://kouensupport.jiji.com/tag/society1"],a[href="http://kouensupport.jiji.com/tag/society2"],a[href="http://kouensupport.jiji.com/tag/society3"],
a[href="http://kouensupport.jiji.com/tag/international1"],a[href="http://kouensupport.jiji.com/tag/international2"],a[href="http://kouensupport.jiji.com/tag/international3"],
a[href="http://kouensupport.jiji.com/tag/culture1"],a[href="http://kouensupport.jiji.com/tag/culture2"],a[href="http://kouensupport.jiji.com/tag/culture3"],
a[href="http://kouensupport.jiji.com/tag/sport1"],a[href="http://kouensupport.jiji.com/tag/sport2"],a[href="http://kouensupport.jiji.com/tag/sport3"],
a[href="http://kouensupport.jiji.com/tag/local1"],a[href="http://kouensupport.jiji.com/tag/local2"],a[href="http://kouensupport.jiji.com/tag/local3"]
{
	display:none !important;
	margin:0;
	padding:0;
	width:0;
	height:0;
}



#tagList.pageList a:hover,.post #tagList a:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

.post #tagList p{
	padding-bottom:15px;
}

/* ------------------- Sidebar ------------------- */
#sidebar {
	float:left;
	width:202px;
	color:#b6b6b6;
	margin-bottom:50px;
	}
		
#nav {
	width:202px;
	height:249px;
	background:url(images/bgNav.png) 0 0 no-repeat;
	margin-bottom:15px;
}

#nav ul{
	padding:2px 0 0 2px;
}

#nav li:first-child{
	height:35px;
	list-style-type: none;
}
#nav li {
	list-style:none;
	margin:0;
	width:193px;
	height:30px;
	line-height:0;
	font-size:1%;
}
#nav li img{
	vertical-align: bottom;
	margin:0;
	padding:0;
}
#nav li.last {
	height:32px;
}
#nav li a {
	width:193px;
	display: block;
	line-height:normal;
	text-decoration: none;
}
	
	
#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
}

#sidebar .section{
	margin-bottom:15px;
}

#sidebar .section#btnGenre{
	height:40px;
}

.sideH{
	width:202px;
	height:38px;
	background:url(images/bgSideH.png) 0 0 no-repeat;
	position:relative;
}

.sideH h3{
	font-size:12px;
	line-height:1;
	position:absolute;
	top:13px;
	left:10px;
	margin:0;
	padding:0 0 0 5px;
	border-left:3px #00a0c7 solid;
}

.sideH div.btnMore{
	position:absolute;
	top:7px;
	right:7px;
	width:48px;
	height:24px;
}

.sideH div.btnMore img{
	width:48px;
	height:24px;
}

.sideC{
	width:202px;
	height:auto;
	background:url(images/bgSideC.png) 0 0 no-repeat;
}

ul.cNav{
	padding:10px 5px;
}

ul.cNav li{
	float:left;
	white-space: nowrap;
	margin:4px;
	width:auto;
	height:28px;
}


ul.cNav li#cPolitics, ul.cNav li#cEconomy, ul.cNav li#cSociety, ul.cNav li#cManagement{ width:67px; }
ul.cNav li#cInternational, ul.cNav li#cCulture{ width:99px; }
ul.cNav li#cSport{ width:86px; }
ul.cNav li#cLocal{ width:122px; }

ul.cTag{
	padding:10px 5px;
}

ul.cTag li{
	color:#333;
	font-weight:bold;
	font-size:12px;
	float:left;
	display:block;
	line-height:1;
	padding:5px;
	margin:5px;
	background-color:#dcdcdc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 1px #FFF;
	box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	white-space: nowrap;
}

ul.cTag li:hover{
	color:#FFF;
	background-color:#666;
	text-shadow: 0px 1px 1px #333;
	box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	-webkit-box-shadow: 0px 1px 1px #666;
}

ul.cTag li:hover a{
	color:#FFF;
}

ul.cTag li a{
	color:#333;
	display:block;
}

ul.cTag li a:hover{
	color:#FFF;
}



.sideF{
	width:202px;
	height:9px;
	background:url(images/bgSideF.png) 0 0 no-repeat;
}




/* End Sidebar */


/* ------------------- Footer ------------------- */
#footer {
	width:100%;
	height:54px;
	background:url(images/bgFooter.png) 0 0 repeat-x;
	color:#FFF;
	font-size:1.1em;
	position: absolute;
	bottom: 0;
	left:0;
}

* html #footer {
	bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}

#footer .inner{
	padding-top:22px;
}

.inner{
	width:980px;
	margin:0 auto;
}

#footer p#footerMenu{
	float:left;
}
#footer p#footerMenu a{
	color:#FFF;
}
#footer p#footerMenu a:hover{
	color:#CCC;
}

#footer p#copyright{
	float:right;
	text-align:right;
}


#footer li{
	display:inline;
	padding:0 15px;
}
