/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
/* end StyleCatcher imports */



/* Default ---------------------------------------------------------------- */

/* Global */

body {
    /*font: normal 10px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;*/
    font: normal 12px osaka, "ms pgothic";
}


/* Header */

#header {

}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0;
    line-height: -9999px;
    display: none;
}

#header-description {
    margin: 0;
    font-size: 12px;
    line-height: -9999px;
	display: none;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    font-size: 16px;
    font-weight: bold;
    background-image: url(img/tpc_bana.gif);
    background-repeat:repeat-y;
    padding: 4px 0 3px 15px;
    margin-bottom: 8px;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: none;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    text-align:right;
}

/*.asset-footer {
    border-top: 1px solid #ccc;*/
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 12px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: trebuchet ms;
    background-image: url(http://www.komatan.com/blog/img/back.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff; 
}

a {
    color: #006699; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
/*    background-color: #fff;*/
}

#header-inner,#content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#content-inner, #footer-inner {
    background-color: #fff;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
/*    margin-top: 20px;  */
    margin-bottom: 30px;  
}

#content-inner {
    padding-top: 20px;
}

#container-inner {
    width: 700px;
    background-color:#FFF;
    margin-right: auto;
    margin-left: auto;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 700px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 
    height:190px;
    background: url(img/top.jpg) no-repeat top center;
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content {
    width: 700px; 
	background-color: #fff;
}

#header-name {
    color: #fff; 
    font-size: 15px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
}



/* Gnavi ----------------------------------------------------------------- */
#navi {
	background: url(img/mb.gif) repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navi dl{
	height:35px;
	margin:0;
	padding:0;
}

#navi dt {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#navi dd {
	width:700px;
/*	border-left: 1px solid #1682BE;*/
}

html > body #navi dd {
	margin-left: auto;
	margin-right: auto;
}

#navi dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi dd ul li {
	float: left;
/*	border-right: 1px solid #1682BE;*/
	width: 87px;
	letter-spacing: 0.1em;
/*	margin-top:10px;*/
}

#navi dd ul li a {
	display: block;
	color: #FFF;
	font-size: 10px;
/*	font-weight: bold;*/
	text-align: center;
/*	line-height: 2.5;*/
	text-decoration: none;
}

#navi dd ul li a:link,
#nabi dd ul li a:visited {
	background: url(img/mb.gif) repeat-x;
}

#navi dd ul li a:hover {
	background: url(img/mba.gif) repeat-x;
}

#navi,/*for IE7*/
#navi dd ul li a { /*for IE6*/
	height:35px;
	margin: 0;
	padding: 0;
}

/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #1682BE;
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #999;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

 .asset-name a {

}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
    margin-top: 5px;
    margin-bottom: 5px;
/*    border: 1px solid #ddd;*/
/*    background-color: #f8f8f8;*/
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}

.widget-headline {
	width:160px;
	height:25px;
    font-size: 14px;
    color: #1682BE;
    font-weight: bold;
    background: url(img/side_b.gif) left top no-repeat;
    padding: 5px 0 0 32px;
    display: block; 
}

.sideday{
	    color: #FF9900;
}

dt {
	margin: 3px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	}

dd {
	margin: 3px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	}

.mail {
	font-size: 11px;
	}


/* "Powered By" Widget */

.widget-powered .widget-content {
    font-size: 10px;
    color: #999;
    padding: 10px 0;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 12px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: center;
    color: #999;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #FFF; 
    border-top: solid 1px #CCC;
}

#footer-content {
    margin: 20px 0;
}

#footer-inner {

}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 700px;
    margin: 0 auto;
}


/* Pan-kuzu ---------------------------------------------------------- */
.breadcrumbs {
	margin:10px 3px 2px 3px;
	font-size:12px;
}


/* Web page ---------------------------------------------------------- */

.wp-head {
/*	width:460px;*/
	background-image: url(img/wp_ai.gif);
    background-repeat:no-repeat;
    padding: 1px 0 3px 22px;
    font-size: 15px;
    color: #009966;
    font-weight: bold;
    display: block;
    margin: 0;
}

.wp-block {
	margin:15px 0;
}

.headlinebox{
	font-size:12px;
	width: 467px;
  padding : 5px;
  margin : 0;
  border-width : 1px;
  border-style : dotted;
  border-color : #ff8040;
}



.wp-block dt {
	line-height:130%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.wp-block dd {
	padding-left: 15px;
	margin-bottom: 5px;
}

#executive table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#executive td {
   padding: 2px 5px;
}

.stage {
	width:460px;
	text-align:right;
	margin-bottom: 10px;
}

.wp-block td { 
	 vertical-align: top;
	 padding-bottom: 5px;
}

.wp-block li{
	margin:2px 0;
}
