@charset 'utf-8';

/* works  */
body{
	background-color: #2C2E2D;
	background-image: url(http://www.cla-kyusyu.jp/works/master/bgcolor061016.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#main{
	width: 900px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #DDDDDD;
	background-image: url(http://www.cla-kyusyu.jp/works/master/mainbg061016.gif);
}

#main a{
	color: #ACBBDB;
	text-decoration: none;
}
#main a:hover{
	color: #E2E8F3;
	text-decoration: underline;
}

#footer {
	border: none;
}
/* layout */
#main .inner{
	padding: 0px 20px 20px;
}

#content {
	float: left;
	width: 520px;
	text-align: left;
}
#sidebar {
	float: right;
	font-size: 10px;
	text-align: left;
	width: 300px;
}



/* works header  */
#mainheader{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.cla-kyusyu.jp/works/master/maincap061016.gif);
	width: 900px;
}

/* subnav */
#subnav {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	display: block;
	float: right;
}

#subnav li {
	float:left;
	margin: 0px;
	padding: 0px 20px;
	color: #aaaaaa;
	font-size: 12px;
	line-height: 32px;
}

#subnav.c4 .c4, #subnav.c5 .c5, #subnav.c6 .c6, #subnav.c7 .c7, #subnav.c8 .c8, #subnav.c9 .c9, #subnav.c10 .c10, #subnav.c11 .c11, #subnav.c12 .c12 {
	color: #ffffff;
	font-weight: bold;
}


/* entryheader */
#entryheader, #topheader{
	clear: both;
	height: 408px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
}
#entryheader .intro{
	color: #000000;
	float: left;
	width: 356px;
	padding: 0px;
	margin: 0px;
	height: 408px;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}
#topheader .intro{
	color: #000000;
	float: left;
	width: 356px;
	padding: 0px;
	margin: 0px;
	height: 408px;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	opacity:0.6;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}

#entryheader p, #topheader p{
	margin: 10px;
}

#entryheader strong, #topheader strong{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

/* main  inner*/
#content p{
margin-bottom: 2em;
}


/* main  sidebar */

#main  .inner h2{
	text-align: left;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 64px;
	margin: 0px;
	padding: 0px;
}

#sidebar .sideboxheader {
	padding: 2px 5px;
	background: #666666;
	margin: 0;
	font-size: 11px;
	color: #CCCCCC;
	border: 1px solid #333333;
}
#sidebar .sideboxheader a{
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar .sideboxheader a:hover{
	color: #eeeeee;
	text-decoration: underline;
}

#sidebar .sidebox {
	padding: 0px;
	margin: 0;
	font-size: 10px;
	background-color: #000000;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
}

#sidebar .inner {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px 0px 5px;
}

#sidebar .topmargin {
	margin-top: 20px;
}

#trackback-url{
	width: 280px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	display: block;
}

#sidebar dt{
	float:left;
	clear:left;
}
/* Category Search*/
#main .entry {
	height: 235px;
	width: 520px;
	padding: 0px;
	margin: 0px 0px 8px;
	display: block;
	background-color: #333333;
}

#main .entry div.entry-body{
	color: #eeeeee;
	height: 235px;
	width: 205px;
	margin: 0px;
	display: block;
	padding: 0px;
	background-color: #555555;
	background-image: url(http://www.cla-kyusyu.jp/works/master/catbodyflag.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main .entry-body h3{
	margin-top:1em;
	margin-bottom:1em;
}
#main .entry-body a {
	color: #ffffff;
	text-decoration: none;
}
#main .entry-body a:hover {
	color: #cccccc;
	text-decoration: underline;
}
/*
#main .entry div.entry-body{
	color: #333333;
	height: 235px;
	width: 205px;
	margin: 0px;
	display: block;
	padding: 0px;
	background-color: #ffffff;
	filter:alpha(opacity=60);
	opacity:0.6;
}
#main .entry-body a {
	color: #000000;
	text-decoration: none;
}
#main .entry-body a:hover {
	color: #333333;
	text-decoration: underline;
}
*/
#main .entry div.inner{
	padding: 5px 10px;
}