/*  
Theme Name: EC Chubo Blog Parsonal
Description: EC-Chubo Blog Parsonal Theme
Version: 1.0
Author: Nobuyuki Osawa
Author URI: http://ec.kyagroup.com/
*/

@import "css/reset.css";

/* construct
--------------------------------------------------*/
#wrapper {
	width: 974px;
	margin: 0px auto;
}

a:link {
	color: #F44200;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* header
--------------------------------------------------*/
#header {
	margin-bottom: 0px;
/*	margin-bottom: 30px;*/
}
#header h1 {
	margin: 5px 0;
	font-size: x-small;
}
#logo {
	width: 275px;
	height: 61px;
	float: left;
}
#headnavi {
	float: right;
}
#headnavi ul {
	margin-top: 42px;
	text-align: right;
}
#headnavi li {
	float: left;
	height: 19px;
	margin-left: 10px;
}
#headnavi .navilink-top { width: 70px; }
#headnavi .navilink-1 { width: 110px; }
#headnavi .navilink-2 { width: 90px; }
#headnavi .navilink-3 { width: 80px; }
#headnavi .navilink-4 { width: 50px; }
#headnavi .navilink-5 { width: 100px; }
#headnavi li a {
	display: block;
	padding-right: 1em;
	background: url("images/menu_button.gif") no-repeat right center;
	color: #666;
	text-decoration: none;
}
#headnavi li a:hover {
	color: #90478C;
	text-decoration: underline;
}


/* ----- #main-image  ------ */
#main-image {
	clear: both;
	width: 974px;
/*	height: 317px; */
/*	margin: 30px 0 50px;*/
	margin: 0 0 30px;
	padding-top: 20px;
/*	background: url("images/head_bg.jpg") no-repeat;*/
}

/* content
--------------------------------------------------*/
#content {
	margin-bottom: 52px;
}

/* start: clearfix ------ */
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#content { display: inline-table; }

/* Hides from Mac IE \*/
* html #content { height:1px; }
#content { display:block; }
/* */
/* end: clearfix ------ */


/* side-left
--------------------------------------------------*/
#side-left {
	width: 252px;
	float: left;
	margin-right: 44px;
}
.side-left-box {
	margin-bottom: 18px;
}
.side-left-head h2 {
	padding: 12px;
	font-size: 120%;
	font-weight: bold;
}
.side-left-head {
	background: #EAEAE9 url("images/block_1_top.jpg") repeat-x;
}
.side-left-body {
	background: #FFFFFF;
	border-left: 1px solid #d2d3d5;
	border-right: 1px solid #d2d3d5;
}
.side-left-body ul {
	padding: 10px;
}
.side-left-body li {
	margin-bottom: 5px;
	padding-left: 18px;
	background: url("images/arr.gif") no-repeat left 3px;
}
.side-left-foot {
	background: #EAEAE9 url("images/block_1_bot.jpg") repeat-x scroll left bottom;
}
.banner-box {
	margin: 0 1px;
	padding: 10px;
	background: #EAEAE9;
}
.banner-box div {
	background: #FFF;
}
.side-top-left {
	height: 40px;
	background: url("images/block_1_left_top.jpg") no-repeat left top;
}
.side-top-right {
	height: 40px;
	background: url("images/block_1_right_top.jpg") no-repeat right top;
}

.side-foot-left {
	height: 5px;
	background: url("images/block_1_left_bot.jpg") no-repeat left bottom;
}
.side-foot-right {
	height: 5px;
	background: url("images/block_1_right_bot.jpg") no-repeat right bottom;
}

/* ----- Banner ----- */
.side-banner {
	margin-bottom: 21px;
}
.campaign a {
	display: block;
	width: 253px;
	height: 105px;
	background: gray url("images/campaign-banner.jpg") no-repeat;
}
.campaign a:hover {
	background: url("images/campaign-banner-over.jpg") no-repeat;
}

/* ----- WP-widget Text ----- */
.side-left-body .textwidget {
	padding: 10px;
}


/* main
--------------------------------------------------*/
#main {
	width: 674px;
	float: left;
}
#main h2 {
	margin-bottom: 24px;
	font-size: 140%;
	font-weight: bold;
}
#main h2 span {
	padding-right:30px;
	background: url('images/title_arr.gif') no-repeat right center;
}


/* blog-news
--------------------*/
.entry-box {
	clear: both;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}
#blog-contents .entry-box {
	border-bottom: 0;
}
.entry-box h3 {
	margin-bottom: 5px;
	padding-left: 18px;
	font-size: 120%;
	font-weight: bold;
	background: url("images/arr.gif") no-repeat left center;
}
.entry-box h3 a {
	color: #000000;
	text-decoration: none;
}
.entry-box h3 a:hover {
	text-decoration: underline;
}
.entry-box p {
	margin-bottom: 14px;
	line-height: 18px;
}
.entry-box ol {
	list-style: decimal;
}
.entry-box ul {
	list-style: disc;
}
.entry-box ol,
.entry-box ul {
	margin: 14px 30px;
}
.entry-box ol li,
.entry-box ul li {
	margin-bottom: 9px;
	line-height: 18px;
}
.entry-box h4 {
	margin: 21px 0 14px;
	padding-bottom: 3px;
	font-weight: bold;
}

#blog-news .entry-box h4 {
	border-bottom: 1px solid #dedede;
}
#blog-news .entry-box blockquote {
	background: #F2F2F2;
	color: #76767a;
	margin: 18px;
	padding: 7px 14px;
}
#blog-news .entry-box blockquote p {
	margin: 0;
	padding: 7px 0;
}
#blog-news .entry-box b,
#blog-news .entry-box strong {
	font-weight: bold;
}
#blog-news .entry-box em {
	font-style: italic;
}

.entry-box p strong,
.entry-box li strong {
	font-weight: bold;
}

.entry-box .post-links {
	text-align: right;
	margin-top: 21px;
	margin-right: 1em;
	font-size: small;
}
.entry-box .post-links span {
	color: #666;
}

.entry-content {
	margin: 0 21px;
}
.entry-content h3 {
	height:32px;
	margin-bottom: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D3D4D5;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.entry-contact h4 {
	margin: 18px 0 9px;
	font-weight: bold;
}
.entry-content p {
	line-height: 1.4em;
	margin-bottom: 14px;
}
.entry-content .bottom-space {
	margin-bottom: 36px;
}

.navlinks {
	margin: 0 21px;
	text-align: right;
}



/* ----- top-index ----- */
#top-points {
	 margin-bottom: 21px;
}
#top-points .point-box {
	width: 294px;
	height: 159px;
/*	padding: 68px 14px 10px 14px;*/
	padding: 12px 10px 10px 14px;
	margin: 7px;
	float: left;
	font-size: 80%;
}
.point-box h3 {
	margin-bottom:14px;
	padding:0;
	background: none;
}
.point-box h3 a { 
	display: block;
	width: 294px;
	height: 42px;
	overflow:hidden;
	text-indent: -9999px;
}
ul.news-list {
	margin: 0 30px 30px;
	padding: 0;
	list-style: disc;
}
ul.news-list li {
	margin-bottom: 5px;
}
ul.news-list li span {
	margin-right: 1em;
}



/* Comment Form
-----------------------*/
.allcomments {
	margin-bottom: 21px;
}
.allcomments h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}


.commentbox {
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
}

.commentmeta .avatar {
	float: left;
	padding-right: 6px;
}

.commenttext {
	clear: both;
	margin-top: 10px;
}

.commentform input {
	padding: 0;
	margin: 0;
	line-height: 0;
}
#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}
#commentform textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}


/* Item Layout */
.item-left-width-255 {
	width: 255px;
	margin-right: 14px;
	float: left;
}
.clear-float {
	clear: both;
}
ul.content-list {
	padding: 21px 0 21px 21px;
	list-style: disc;
}
ul.content-list li {
	margin-bottom: 5px;
}

/* table */
#main table {
	border-collapse:collapse;
	margin-bottom:9px;
	width:100%;
}
#main table caption {
	color:#5F5F5F;
	font-weight:bold;
	margin:18px 0 9px;
	text-align:left;
}
#main table th,
#main table td {
	border:1px solid #CCCCCC;
	padding:10px 15px;
}
#main table th {
	background-color:#F1F2F3;
	text-align:center;
}
#main table td {
	background-color:#FFFFFF;
}
#main table.no_style th,
#main table.no_style td {
	border:medium none;
	padding:0 10px 10px 0;
}

#main .glossary-index {
	border-collapse:collapse;
	margin-top: 30px;
	width: 50%;
}
#main .glossary-index th,
#main .glossary-index td {
	border: 1px solid #CCCCCC;
/*	background: none;
	border: none;*/
	padding: 5px;
	text-align: center;
	font-size: large;
}

#main .glossary-index td {
	color: #CCCCCC;
}
#main .glossary-index td a {
	font-weight: bold;
}
#main .glossary-index td.glossary-index-word:hover {
	background: #eefada;
}



/* plan-table */
#main .plan-table {
	
}
#main .plan-table caption {
	margin:0;
	padding: 18px 0 9px;
}
#main .plan-table th {
	text-align: left;
}
#main .plan-table .plan-table-header {
	padding: 5px;
	text-align: center;
	background: #daecd2;
	font-weight: bold;
}
#main .plan-table .plan-table-special {
	background: #d2ebf4;
	text-align: center;
}




/* ----- price-button ----- */
.price-button a {
	display: block;
	width: 147px;
	height: 33px;
	margin: 21px 0;
	cursor: pointer;
	background: url("images/price.gif") no-repeat;
}
.price-button a:hover {
	background: url("images/price_over.gif") no-repeat;
}

/* ----- detail-button ----- */
.detail-button a {
	display: block;
	width: 89px;
	height: 33px;
	margin: 21px 0;
	cursor: pointer;
	background: url("images/detail.gif") no-repeat;
}
.detail-button a:hover {
	background: url("images/detail_over.gif") no-repeat;
}

/* ----- Service ----- */
.img-banner {
	margin-bottom: 21px; 
}
.min-title {
	margin: 9px 0;
	font-weight: bold;
}
ul.min-list {
	margin: 9px 0 21px;
	padding-left: 21px;
	list-style: disc;
}
ul.min-list li {
	margin-bottom: 5px;
}
.service-contact {
	margin:21px 0;
}


/* FAQ */
ul.faq-list {
	margin: 10px 0 42px;
/*	padding: 0 21px;
	border-bottom: 1px solid #D2D3D5;
	list-style: disc;*/
}
ul.faq-list li {
	margin: 10px 0 20px;
}
ul.faq-list li strong {
	font-weight: bold;
}
ul.faq-list li ul {
	margin: 5px 0 10px;
	padding: 0 21px;
	list-style: disc;
}
ul.faq-list li ul li {
	margin: 0 0 5px;
}

.entry-content h3 {
	background: none;
	padding-left: 0;
}

.entry-content p.question {
	margin-bottom: 5px;
	padding-left: 38px;
	background: url("images/faq_q.jpg") no-repeat left top;
	line-height: 30px;
}
.entry-content p.answer {
	margin-bottom: 21px;
	padding-top: 5px;
	padding-left: 38px;
	background: url("images/faq_a.jpg") no-repeat left top;
	line-height: 21px;
}


/* Glossary */
.glossary-box {
	padding-bottom: 9px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D3D4D5;
}
.glossary-navlinks {
	padding: 8px;
	background: #EEEEEE;
	text-align: center;
}
.glossary-box h4 {
	margin-bottom: 10px;
	padding-left: 26px;
	font-size: 120%;
	font-weight: bold;
	background: url("images/book.gif") no-repeat left center;
}


/* flow */
#main .flow-table {
	width: 600px;
	margin-bottom: 21px;
}
#main .flow-table td {
	padding: 0;
	border-top: none;
}
#main .flow-table td h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
#main .flow-table td p {
	margin-bottom: 0;
}
#main .flow-table .flow-table-left {
	padding: 10px;
	border-top: 4px solid #90478c;
}
#main .flow-table .flow-table-right {
	padding: 10px;
	border-top: 4px solid #82fe2a;
}
.flow-arrow {
	margin: 0 52px 30px;
}


/*----- sitemap ----- */
.ddsg-wrapper {
	
}
.ddsg-wrapper h2 {
	display: none;
}
.ddsg-wrapper ul {
	margin: 10px 21px 0;
	list-style: disc;
}
.ddsg-wrapper li {
	margin-bottom: 10px;
}


/* footer
--------------------------------------------------*/
#footer {
	clear: both;
	background: #F0F1ED url(images/footer_bg.gif) repeat-x scroll left top;
	height:41px;
	padding:28px 24px 40px 31px;
	word-spacing:4px;
}
#footer a {
	color: #474747;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	color: #474747;
}
#footnavi {
	float: left;
}
#copyright {
	float: right;
}

