/*
Theme Name: Eximius
Theme URI: http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html
Description: Eximius is a 3-Column WordPress theme with left and right Sidebars. This free theme is widget-ready and SEO optimized. With simple yet elegant looks, Eximius is a very lightweight theme and loads quite fast in any browser. The two Sidebars can accommodate Wide Skyscraper Ads (160x600). Valid CSS and XHTML. By dkszone.net.
Version: 1.02
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: blue, white, three-columns, fixed-width
The CSS, XHTML and design is released under the GPL: http://www.gnu.org/licenses/gpl.html
*/

@import url("photo.css");
@import url("top_movie_link_company.css");

/*****************************************************************************
 ページ全体
 *****************************************************************************/
* {padding:0; margin:0;}
a {color: #fff; text-decoration: none;}
a:hover {color: #CCCC33;}
img {border: 0;}
body {
	font-size: 12px;
	color: #ccc;
	font-family: MS P ゴシック, MSゴシック, Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #000F38;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}

/***** PAGE FORMATTING *****/
#main {margin:0 auto; position:relative; text-align:left; width:100%;}
#wrapper {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:100%;
/*	background-image: url(images/wrapperbg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
.inside {
	position:relative;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header, #content, #footer,#navibox {
	position:relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;/*	border: solid 4px #FFF;*/
}
.clear_left {clear:left;}
.clear_right {clear:right;}
.clear_both {clear:both;}
.float_left {float:left;}
.float_right {float:right;}

#header {
	margin-top: -30px;
	height:203px;
	color: #fff;
/*	border: solid 2px #FFF;*/
	z-index: 0;
}
#header .inside {
	height:203px;
	background: url(images/headerbg.png) top center no-repeat;
}
.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}
#NaviBar {display: block;}

#container {
	display: block;
	margin: 0 auto;
	width: 1000px;
    padding: 0px 20px 0px 20px;
	position: relative;
	background: url(images/contentbg.png) repeat-y;	
}
.nextprev {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
/*****************************************************************************
 テキスト
 *****************************************************************************/

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 10px;
	padding:20px 5px 5px 21px;
	background-color:#f8f9f1;
	background-image:url('images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
p {margin-bottom: 15px; line-height: 1.6em;}
p a {border-bottom: 1px dotted #ccc; text-decoration: none;}
p a:hover {text-decoration: underline;}
p.center {text-align: center;}
.postmeta {
	font-size:9px;
	margin-top:2px;
	color: #999;
	padding-bottom:20px;
	clear: both;
}
.commentCount{text-align:right; margin-right:10px; font-size:10px;}
.small {font-size: 10px;}
code {font: 12px 'Courier New', Courier, Fixed;}

h1 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
.post h1 {
	font-size: 13px;
/*	background-color: #153668;*/
/*	border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #666;
	line-height: 22px;
	padding: 2px 0px 2px 0px;
}
.post h1 a {
	color: #fff;
/*	border-bottom: 1px dashed #fff;*/
}
.post h1 a:hover {
	color: #666;
	text-decoration: none;
}

h2 {
	font-size:15px;
	font-weight:normal;
	text-align:left;
	color:#CCCCCC;
	margin-bottom:15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color:  #ccc;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
h4 {font-size: 14px; font-weight:normal; text-align:left; padding:3px; color:#333; margin-bottom:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
h5, h6 {font-size: 12px; font-weight: normal; text-align:left; padding:3px; color:#333; margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}
/*****************************************************************************
 投稿リスト
 *****************************************************************************/
.post ul,.post dl {
	padding: 0 0 10px 20px;
}
.post li,.post dt {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}
.post dd {margin-top: 7px; margin-right: 0; margin-bottom: 15px; margin-left: 20px;}
.post ol {padding: 0 0 0 35px; margin: 0;}
.post ol li {margin: 0; padding: 0;}
/*****************************************************************************
 投稿テーブル
 *****************************************************************************/
.post  table {background:#FFF;}
.post  th, 
.post  td {border:1px solid #CCC; padding:3px 10px; text-align:left; vertical-align:top;}
.post  tr.even td {background:#F7F7F7;}
.post  th {background:#EDEFF0;}
/*****************************************************************************
 RSSアイコン
 *****************************************************************************/
.rssicon　{
	display:none;
	background-image: url('images/rss.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	float: right;
}
#slogantext {width: 450px;}

/*****************************************************************************
 ブログタイトル（非表示）
 *****************************************************************************/

#blogtitle {
	display: none;
	padding-top: 25px;
	padding-left: 40px;
	height: auto;
	width: 200px;
	float: left;
	border: solid 1px #FFF;
}
h1.blogtitle {
	font-size: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	display: inline-block;
}
h3.slogantext{
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #ccc;
	padding: 0;
	text-decoration: none;
	letter-spacing: 0.3em;
}

/*****************************************************************************
 ナビゲーション（ページ）
 *****************************************************************************/

#navibox {
	height: auto;
	/*	border: solid 1px #FFF;*/
	z-index: 3;
	width: 900px;
}

ul#NaviBar {
	list-style: none;
	width: auto;
	float: right;
	font-family: "MS P ゴシック, MSゴシック,Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	padding-left: 10px;
	margin: 0;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	display: inline;
	height: auto;/*	border: solid 1px #FFF;*/
}
ul#NaviBar li {
	text-align:center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	float: left;
	width: 75px;
	height: 45px;
/*	background-image: url(images/naviback.png);*/
/*	border: 1px solid #999;*/
}


ul#NaviBar li.first {
	border-left: none;
}

ul#NaviBar a {
	text-decoration: none;
	color: #999;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	background-image: url(images/naviback.png);
	width: 75px;
	height: 35px;
	border: 1px solid #666;
}

ul#NaviBar a:hover {
	text-decoration: none;
	color: #fff;
/*	border-bottom-width: 4px;*/
/*	border-bottom-style: solid;*/
/*	border-bottom-color: #89B92A;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(images/on_naviback.png);
}


ul#NaviBar li.current_page_item a,ul#NaviBar li.current_page_parent a{
	text-decoration: none;
	color: #fff;
/*	border-bottom-width: 4px;*/
/*	border-bottom-style: solid;*/
/*	border-bottom-color: #89B92A;*/
}
/*****************************************************************************
 検索フォーム
 *****************************************************************************/
#search {
	display: none;
	text-align: left;
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #666666;
	width: 170px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(images/searchbg.png);
	padding-right: 3px;
}
#search #s {
	width: 168px;
	float:left;
	background: transparent;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
}
#go {
	color: #000;
	display: inline;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: -18px;
}
/*****************************************************************************
 サイドバー（左右ともに非表示）
 *****************************************************************************/

#sidebarLeft {
	display: none;
	width: 170px;
	float: left;
	color: #000;
	border: 1px solid #CCCCCC;
	padding: 0px 3px 20px 3px;
	margin-bottom: 20px;
}

#sidebarRight {
	display: block;
	width: 180px;
	float:right;
	color: #ccc;
/*	border: 1px solid #153668;*/
	padding: 0px 0px 3px 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color:#091e3e;

}
.sidebar ul, .sidebar ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li {
	margin: 0px;
	height: auto;
	width: 170px;
}
#sidebarRight h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
/*	background-color: #153668;*/
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background-image:url(images/sidebar_title.png);
	background-repeat:no-repeat;
	background-position: left top;
}

#sidebarRight h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

#sidebarLeft h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FDFDFD;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	background-color: #89B92A;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

#sidebarLeft h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}
#sidebarRight  li a {
	font-size: 13px;
	text-align: left;
	color:  #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 3px;
	display: block;
	height: auto;
	width: 174px;
	margin-top: 3px;
}
#sidebarRight  li a:hover {
	color:  #fff;
	background-color: #1A417B;
	text-decoration: none;
}


#sidebarLeft  li a {
	font-size: 13px;
	text-align: left;
	color:  #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 3px;
	display: block;
	height: auto;
	width: 164px;
	margin-top: 3px;
}
#sidebarLeft  li a:hover {
	color:  #FFFFFF;
	background-color: #153668;
	text-decoration: none;
}

#sidebarLeft li.current_page_item a {
	color:  #FFFFFF;
	background-color: #153668;
	text-decoration: none;
	margin-top: 3px;
}
#sidebarRight li.current_page_item a {
	color:  #FFFFFF;
	background-color: #89B92A;
	text-decoration: none;
	margin-top: 3px;
}
.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol {
}
/*****************************************************************************
 フッター
 *****************************************************************************/

#footer {
	clear: both;
	color: #CCC;
	text-align: left;
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 10px 0;
}

#footer a {
	color: #CCC;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #FFF;
	background: none;
	text-decoration: underline;
	border-bottom: none;
}
/*****************************************************************************
 画像
 *****************************************************************************/

img.post {
	padding: 5px;
	border: 5px solid #CCC;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 3px solid #00f;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 5px solid #CCC;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/*****************************************************************************
 コメント
 *****************************************************************************/

#comment {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.commentlist li .avatar { 
	background: #fff;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #fff;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #ccc;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/*****************************************************************************
 そのほかwp要素
 *****************************************************************************/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */
#wp-calendar {
	
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}
#calendar_wrap {
	padding-top: 10px;
}

#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #89B92A;
	width: auto;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#wp-calendar a:hover {
	color: #FFFFFF;
	background-color: #89B92A;
}

#wp-calendar caption {
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#wp-calendar td {
	color: #666666;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
}
#rssicon {
	float: right;
}


/*****************************************************************************
 メインコンテンツ
 *****************************************************************************/

#content {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#contentshadow {
	background-image: url(images/contentshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 900px;
}

#contentinside {
	height: auto;
	width: 760px;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 70px;
/*	border: 1px solid #cccccc;*/
}

/*****************************************************************************
 ブログページ
 *****************************************************************************/

.post {
	background-image:url(images/postinside.png);
	background-repeat:no-repeat;
	background-position: left top;
}

.pagepost {
	background-image:url(images/postinside.png);
	background-repeat:no-repeat;
	background-position: left top;
	height: auto;
	width: 100%;
}

#postwrapper {
	height: auto;
	width: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
/*	border: 1px solid #153668;*/
}


/*****************************************************************************
 ページの見た目
 *****************************************************************************/

.pagetitle  {
	background-image:url(images/titleback.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #E3E3E3;
	font-size: 14px;
	height: 31px;
}
#pagetitle {
	width: 750px;
	margin-bottom: 10px;
/*	border: 1px solid #CCCCCC;*/
/*	border-bottom: 1px solid #CCCCCC;*/
	padding: 0px;
}
#pagetitle h1 {
	padding-left: 15px;

}
#footer .inside {
	padding-bottom: 50px;
}

#pagepostwrapper {
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#gspostwrapper {
	height: auto;
    width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: right;
	margin-bottom: 20px;
}

/*****************************************************************************
 greenspirit
 *****************************************************************************/
.colum {
	background-color: #FFFFFF;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	clear: both;
	background-image: url(images/contentshadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}
.colum  p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.colum h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCC;
	line-height: 40px;
	font-size: 20px;
	padding: 0px;
	font-weight: bold;
}
.colum h3 {
	font-weight: bold;
	color: #89B92A;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.colum h4 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}




#gsaisatsu {
	height: auto;
	width: 280px;
	float: right;
	margin-bottom: 30px;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
#gsdate {
	float: left;
	width: 250px;
	margin-bottom: 30px;
}
.murakami {
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.topics {
	font-weight: bold;
	color: #89B92A;
}
.gsnavi  li {
	background-image: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #89B92A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.gsnavi ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin: 0px;
}
.child_page_excerpt {
	background-image: url(images/contentshadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.child_page_excerpt h2,.topnewsboxinside h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCC;
	line-height: 40px;
	font-size: 20px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
}
.child_page_excerpt .gsnavi a,.topnewsboxinside .gsnavi a {
	color: #333333;
	text-decoration: none;
}

.child_page_excerpt .gsnavi a:hover,.topnewsboxinside .gsnavi a:hover {
	color: #333333;
	cursor: default;
}


#searchbox {
	width: 180px;
	float: left;
	height: auto;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pageleft {
	float: left;
	width: 200px;
	padding-right: 20px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #89B92A;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pageright {
	float: right;
	width: 500px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-bottom: 30px;
}
.pageleft h1 {
	text-align: right;
	font-size: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.3em;
}
.pageright h2 {
	font-size: 18px;
	font-weight: bold;
	color: #89B92A;
	letter-spacing: 0.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pageright h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #666666;
}
.pageright h4 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.pagecolum  {
	margin-bottom: 30px;
	clear: both;
	background-image: none;
	padding-right: 20px;
	padding-left: 20px;
}

/***** wp-table-reloaded *****/

.wp-table-reloaded {
	background-color:#FEFEFE;
	margin:0px;
	width:100%;
	text-align:left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.wp-table-reloaded th {
	padding:0px;
	margin: 0px;
}
.wp-table-reloaded td {
	color:#666666;
	padding:15px;
	vertical-align:top;
	width: 218px;
	display: inline;
	height: auto;
	background-image: url(images/contentshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	background-color: #FFFFFF;
	border: 1px none #CCCCCC;
	margin: 1px;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wp-table-reloaded .odd td{
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wp-table-reloaded .header {
	background-image:url(http://www.chroco.com/wptest/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://www.chroco.com/wptest/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://www.chroco.com/wptest/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}
.pagepost h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pagepost h3 {
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	padding-left: 5px;
}

.pagepost h4 {
	font-size: 13px;
	font-weight: bold;
	color: #CCCC99;
}
.pagepost h5 {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.pagepost ul {
	margin-left: 20px;
	margin-bottom: 30px;
}

