/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('http://www.cuculec.jp/wp-content/themes/mimbo/css/nav.css');




/* ---------- @ HTML Tags -----------*/

/*
* {
	margin:0;
	padding:0;
	outline:none;
	}
*/
body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	

body {
	background:#e4e2db;
	color: #1d1d1d;
	}

/*
body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
*/
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #83a7ba;
	}

a:hover, a:active {
	color:#4d778d;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:960px;
	margin:0 auto;
	padding-top:8px;
	}
	
#wrapper {
/*	background:#FFF;	*/
	font-size:0.75em;
	padding:0 25px 60px 25px;
	border-bottom:1px solid #cac8c2;
	border-right:1px solid #cac8c2;
	}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #607b88;
	}

#content {
	width:620px;
	float:left
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 265px;
	float:right
	}

#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:363px;
	float:right;
	}
	
	
	
/* ---------- @ Headers -----------*/

/*
h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}
*/

#lead h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
h2.posttitle {
	font-size: 24px;
}
h2.pagetitle {
	font-size: 24px;
}
/*
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	font: bold 2.7em;
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
*/

/*
h3 {
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}
*/

/*
.post h3 {
	border:none;
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
*/
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:0px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(http://www.cuculec.jp/wp-content/themes/mimbo/images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
/*
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}
*/

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}


a.rsswidget, a.rsswidget:visited {
	font-weight: bold;
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:500px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	line-height: 2em;
	margin: 0 0 1em;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
/*
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}
*/

/*Images*/
	
/*
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}
*/

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size:0.75em;
	padding:16px 25px 25px 25px
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
			




/* ---------------------------------------------------------------------------- */
/* サービスについて 定義 */
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* HTMLタグを再構築 */
/* ---------------------------------------------------------------------------- */

* {
	font-family: "メイリオ","ＭＳ Ｐゴシック", "Osaka",Verdana,Chicago,sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #00a1e9 url(http://www.cuculec.jp/wp-content/themes/mimbo/img/bg02.jpg) center top repeat-x;
}

h1, h2, h3, h4, h5, h6, p, li, div, th, td, pre, textarea {
	text-align: left;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 1em 0;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 11px;}
h6 { font-size: 11px;}

strong, b {
	font-weight: bold;
}
p, li, th, td, pre, textarea{
//	line-height: 1.3em;
//	margin: 0 0 0.5em 0;
	line-height: 1.8em;
	margin: 0 0 0.3em 0;
}
form { margin: 0; }
img { display: block; border-width: 0; }

a { outline: none; }

/* ---------------------------------------------------------------------------- */
/* 文字スタイル */
/* ---------------------------------------------------------------------------- */
.hidden, .alt, address { display: none; }

.color_light_gray{ background-color: inherit; color: #999;}
.color_red{ background-color: inherit; color: #F00;}
.color_pink{ background-color: inherit; color: #F09;}
.color_blue{ background-color: inherit; color: #36f;}
.color_light_blue{ background-color: inherit; color: #69f;}
.color_green{ background-color: inherit; color: #3c0;}
.color_write{ background-color: inherit; color: #FFF;}
.color_orange{ background-color: inherit; color: #FF6633;}
.clear{ clear: both;}
.align_left { text-align: left;}
.align_right { text-align: right;}
.align_center { text-align: center;}
img.float_left { float: left; }
img.inline { display: inline; vertical-align:middle; }
.notice {
	color: #777777;
	font-size: 11px;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.date {
	color: #999;
	line-height: 1.3em;
}

h1+p {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------------- */
/* clear_box */
/* ---------------------------------------------------------------------------- */
.clear_box:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_box{
	clear: both;
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear_box { height: 1%; }
.clear_box { display: block; }
/* End hide from IE-mac */


/* ---------------------------------------------------------------------------- */
/* ページレイアウト */
/* ---------------------------------------------------------------------------- */
div.layout {
	margin: 0;
	padding: 0;
}
div.container {
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/bg01.jpg) center top no-repeat;
	height: 680px;
	width: 1000px;
	padding: 0 0;
	margin: 0 auto;
}
html>body div.container {width: 900px;}
#page_header p.copy{
	color: #fff;
	line-height: 30px;
	height: 30px;
	float: left;
}
#page_header .menu{
	float: right;
}
#page_header .menu a{
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
#page_header .menu a:hover{
	text-decoration: underline;
}
#page_header .menu a#m_h_sitemap{
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_h_sitemap.png) left center no-repeat;
	width: 95px;
	height: 18px;
}
#page_header .menu a#m_h_contact{
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_h_contact.png) left center no-repeat;
	width: 95px;
	height: 18px;
}
#page_header .logo a{
	clear: both;
	display: block;
	width: 138px;
	height: 80px;
	position: relative;
	top: 0px;
	left: 10px;
	text-indent: -9999px;
	margin-left: 40px;
}

/* グランドメニュー */
#grand_index_menu {
	top: 267px;
}
#grand_menu {
	padding: 3px 0 0 3px;
	position: absolute;
	z-index: 200;
	top: 87px;
	width: 619px;
	height: 38px;
	margin-left: 240px;
}
html>body #grand_menu {
	background-color: rgba(96,96,96,0.5);
	width: 616px;
	height: 41px;
}

#grand_menu a{
	width: 85px;
	height: 41px;
	margin: 0 3px 0 0;
	float: left;
	position: relative;
	color:#000000;
	font-weight:800;
	line-height:41px;
	text-align:center;
	text-decoration:none;
}

#grand_menu a.active{
	height: 60px;
}
#grand_menu a#m_information{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu.png) left top no-repeat; }
#grand_menu a#m_service{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu.png) left top no-repeat; }
#grand_menu a#m_support{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu.png) 0 0 no-repeat; }
#grand_menu a#m_entry{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu.png) 0 0 no-repeat; }
#grand_menu a#m_login{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu.png) 0 0 no-repeat; }

#grand_menu a#m_information:hover{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_h.png); }
#grand_menu a#m_service:hover{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_h.png); }
#grand_menu a#m_support:hover{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_h.png); }
#grand_menu a#m_entry:hover{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_h.png); }
#grand_menu a#m_login:hover{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_h.png); }

#grand_menu a#m_information.active{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_a.png); }
#grand_menu a#m_service.active{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_a.png); }
#grand_menu a#m_support.active{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_a.png); }
#grand_menu a#m_entry.active{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_a.png); }
#grand_menu a#m_login.active{ background-image: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/menu_a.png); }

/* ページボディ */
#page_body {
	background-color: rgb(96,96,96);
	padding: 4px;
	position: absolute;
	z-index: 100;
	top: 127px;
}
html>body #page_body { background-color: rgba(96,96,96,0.8); }
#page_body div.border{
	background-color: #fff;
	padding: 30px;
	width: 900px;
}
html>body #page_body div.border{ width: 820px; }

div.main_col2 div.main_area_left{
	width: 590px;
	float: left;
	margin-right: 30px;
}
div.main_col2 div.main_area_right{
	width: 200px;
	float: left;
}

div.main_col2 div.main_area_bottom{
	width: 880px;
	float: left;
}


/* サブメニュー共通 */
#page_body div.submenu {
	margin: -10px 0 30px 0;
	background-color: #bdfaff;
	padding: 3px 8px;
}
#page_body div.submenu a{
	height: 23px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	float: left;
	position: relative;
}

/* サブメニュー サポート */
#page_body div.submenu a#m_s_support{ width: 141px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_support.png) left top no-repeat; }
#page_body div.submenu a#m_s_faq{ width: 72px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_faq.png) left top no-repeat; }
#page_body div.submenu a#m_s_contact{ width: 111px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_contact.png) left top no-repeat; }

#page_body div.submenu a#m_s_support.active,
#page_body div.submenu a#m_s_support:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_support_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_faq.active,
#page_body div.submenu a#m_s_faq:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_faq_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_contact.active,
#page_body div.submenu a#m_s_contact:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_contact_h.png) left top no-repeat; }


#page_body div.submenu a#m_s_service{ width: 141px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_service.png) left top no-repeat; }
#page_body div.submenu a#m_s_function{ width: 91px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_function.png) left top no-repeat; }
#page_body div.submenu a#m_s_price{ width: 91px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_price.png) left top no-repeat; }
/* 非表示
#page_body div.submenu a#m_s_template{ width: 165px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_template.png) left top no-repeat; }
#page_body div.submenu a#m_s_results{ width: 101px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_results.png) left top no-repeat; }
*/
#page_body div.submenu a#m_s_template{ display: none; }
#page_body div.submenu a#m_s_results{ display: none; }

#page_body div.submenu a#m_s_service.active,
#page_body div.submenu a#m_s_service:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_service_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_function.active,
#page_body div.submenu a#m_s_function:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_function_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_price.active,
#page_body div.submenu a#m_s_price:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_price_h.png) left top no-repeat; }
/* 非表示
#page_body div.submenu a#m_s_template.active,
#page_body div.submenu a#m_s_template:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_template_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_results.active,
#page_body div.submenu a#m_s_results:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_results_h.png) left top no-repeat; }
*/

#page_body div.submenu a#m_s_information{ width: 111px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_information.png) left top no-repeat; }
#page_body div.submenu a#m_s_release{ width: 111px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_release.png) left top no-repeat; }
#page_body div.submenu a#m_s_future{ width: 141px;background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_future.png) left top no-repeat; }

#page_body div.submenu a#m_s_information.active,
#page_body div.submenu a#m_s_information:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_information_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_release.active,
#page_body div.submenu a#m_s_release:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_release_h.png) left top no-repeat; }
#page_body div.submenu a#m_s_future.active,
#page_body div.submenu a#m_s_future:hover
{ background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_s_future_h.png) left top no-repeat; }


/* 右エリア定義 */
div.main_col2 div.main_area_right div.banner_area img{
	margin-bottom: 15px;
}
div.main_col2 div.main_area_right div.frame_glay {
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	padding: 10px;
	margin-bottom: 15px;
}

div.main_col2 div.main_area_right div.frame_glay ul li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
html>body div.main_col2 div.main_area_right div.frame_glay ul li {
	margin: 0 0 0.5em -3em;
}

div.main_col2 div.main_area_bottom div.frame_glay {
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	padding: 10px;
	margin-bottom: 15px;
}

div.main_col2 div.main_area_bottom div.frame_glay ul li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
html>body div.main_col2 div.main_area_bottom div.frame_glay ul li {
	margin: 0 0 1em -3em;
}



/* フッター */
#page_footer {
	padding-top: 40px;
}
#page_footer .page_top {
	display: block;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/m_pagetop.png) center top no-repeat;
	width: 134px;
	height: 22px;
	margin-left: 615px;
	text-indent: -9999px;
}
#page_footer .menu {
	border-top: 5px solid #00a1e9;
	padding: 10px 0 20px 0;
	text-align: center;
}
#page_footer p.copyright{
	text-align: center;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/txt_copyright.png) center top no-repeat;
	height: 11px;
	text-indent: -9999px;
}


/* ---------------------------------------------------------------------------- */
/* フォーム関連共通 */
/* ---------------------------------------------------------------------------- */
input:focus, select:focus, textarea:focus {
	background-color: #fffad7;
}

/* form_style */
table.form_style {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	width: 550px;
}
table.form_style tbody th,
table.form_style tbody td{
	padding: 7px 10px 4px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
table.form_style tbody th{
	font-weight: bold;
	background-color: #f0f0f0;
	vertical-align: middle;
	width: 120px;
}


div.warnning {
	background-color: #ffe5e6;
	padding: 10px 10px 4px 10px;
	margin: 0 0px 15px 0px;
	width: 550px;
}

div.button_area {
	text-align: center;
	margin-bottom: 10px;
	width: 550px;
}
div.button_area p{
	text-align: center;
	margin-bottom: 10px;
}
div.button_area input.button{
	margin: 0 10px;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
}
html>body div.button_area input.button{
	border: none;
	height: 40px;
	color: transparent;
}
label.necessary {
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_necessary.png) center right no-repeat;
	padding-right: 38px;
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
}

/* ---------------------------------------------------------------------------- */
/* 共通パーツ */
/* ---------------------------------------------------------------------------- */
div.main_col2 div.main_area_left div.frame_free {
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/bg_free.png) center top no-repeat;
	width: 550px;
	height: 121px;
	text-align: center;
}
div.main_col2 div.main_area_left div.frame_free img{
	display: inline;
	margin-top: 50px;
}

div.section {
	margin-bottom: 20px;
}
/*
div.section h3{
	margin: 2em 0 0.5em 0;
}
div.section p{
	line-height: 1.7em;
}
*/

table.section {
	margin-bottom: 10px;
}
table.section th{
	width: 120px;
	padding: 15px;
	background-color: #1cdfe1;
	border: 2px solid #fff;
}
html>body table.section th{ width: 90px; }

table.function th {
/*	background-color: #f3f3f3;*/
	background-color: #1cdfe1;
	border: none;
	padding: 10px;
}
table.function td {
	border: 1px solid #ccc;
/*	border: 1px solid #1cdfe1;*/
	padding: 10px;
}

div.main_col2 div.main_area_left #release_info {
	margin-top:40px;
	margin-bottom: 40px;
}
div.main_col2 div.main_area_left #release_info ul li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding-left: 15px;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_eye02.png) left center no-repeat;
}
html>body div.main_col2 div.main_area_left #release_info ul li {
	margin: 0 0 1em -2.5em;
}

div.main_col2 div.main_area_bottom #release_info2 {
	margin-top:20px;
	margin-bottom: 40px;
	width: 240px;
	float: left;
	margin-right: 25px;
}
div.main_col2 div.main_area_bottom #release_info2 ul li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding-left: 15px;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_eye02.png) left center no-repeat;
}
html>body div.main_col2 div.main_area_bottom #release_info2 ul li {
	margin: 0 0 1em -3.5em;
}


#price_list {
	width: 550px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#price_list th,
#price_list td{
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#price_list th{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #1cdfe1;
}
#price_list td{
	width: 80px;
	vertical-align: middle;
	text-align: right;
}
#price_list thead td{
	text-align: center;
	background-color: #E5E5E5;
}
#price_list thead th{
	background-color: #f0f0f0;
}
#price_list tbody th{
	border-color: #fff;
}
#price_list td.td_1{
	text-align: center;
}
#price_list td.center{
	text-align: center;
}





/* ---------------------------------------------------------------------------- */
/* サイトマップ定義 */
/* ---------------------------------------------------------------------------- */

div.site_map {
	padding-top: 30px;
}
div.link_block {
	width: 143px;
	margin: 0 8px 20px 0;
	float: left;
}

div.link_block h3{
	background-color: #f0f0f0;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}

div.link_block ul {
	margin: 0;
	padding 0;
}
div.link_block ul li{
	list-style-type: none;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_eye01.png) left center no-repeat;
	padding-left: 15px;
	margin: 0 0 1em 0;
}
html>body div.link_block ul li{
	margin: 0 0 1em -3em;
}

div.link_block2 {
	margin: 40px 0px 20px 0;
//	float: left;
}

div.link_block2 h3{
	background-color: #f0f0f0;
//	text-align: center;
	margin-bottom: 3px;
	padding: 5px;
}



/* ---------------------------------------------------------------------------- */
/* サポートについて定義 */
/* ---------------------------------------------------------------------------- */

div.section {
	margin-bottom: 20px;
}

div.link_block ul {
	margin: 0;
	padding 0;
}
#faq_summary ul li{
	list-style-type: none;
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_eye01.png) left center no-repeat;
	padding-left: 15px;
	margin: 0 0 1em 0;
}
html>body #faq_summary ul li{
	margin: 0 0 1em -3em;
}

/* ---------------------------------------------------------------------------- */
/* インフォメーション 定義 */
/* ---------------------------------------------------------------------------- */

div.section {
	margin-bottom: 20px;
}
div.section p.date{
	background: #01b8c6 url(http://www.cuculec.jp/wp-content/themes/mimbo/img/bg_date.png) right center no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 1px 0 1px 5px;
	float: left;
	width: 85px;
}
div.section h3{
	float: left;
	margin-left: 10px;
}
div.section2 h2{
	background-color:#F0F0F0;
	margin-top: 30px;
	margin-left: 0px;
	padding: 5px;
}
div.section2 h3{
	margin-left: 10px;
}
div.section2 .contents{
	clear: both;
	margin-left: 100px;
}
div.section .contents{
	clear: both;
	margin-left: 100px;
}

div.future {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
div.future h3{
	float: none;
	margin-left: 10px;
}
div.future .contents{
	clear: both;
	margin-left: 10px;
}

div.archive {
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------------------- */
/* TOPページ定義 */
/* ---------------------------------------------------------------------------- */


/* メインイメージのためレイアウトの変更 */

#main_image {
	width: 880px;
	position: absolute;
	top: 77px;
}
#main_image .catch {
	float: left;
	margin-top: 70px;
	margin-left: 10px;
}
#main_image .free {
	float: left;
}
#main_image .free img{
	margin-left: 230px;
}

#information {
	margin-bottom: 30px;
	background-color: #fae8a0;
	-webkit-border-radius: 4px;
	padding: 4px 10px 2px 10px;
}
#information h3,
#information p
{
	float: left;
	margin: 0 10px 0 0;
	line-height: 20px;
}
#information p.more_info { float: right; margin: 0;}

#feature {
	margin-bottom: 10px;
}
#feature div.section {
	width: 265px;
	float: left;
	margin-bottom: 30px;
}
#feature1,
#feature3 {
	margin-right: 20px;
}

#feature div.section h3 { margin-bottom: 10px;}
#feature div.section .area_image {
	width: 126px;
	float: left;
}
#feature div.section .area_contents {
	width: 138px;
	float: left;
}
#feature div.section .area_contents .comment{
	height: 10em;
}


#request {
	margin-bottom: 40px;
}
#request div.section {
	width: 165px;
	float: left;
}
#request1,
#request2 {
	margin-right: 20px;
}

#feature p,
#request p
{
	line-height: 1.5em;
}


/* ---------------------------------------------------------------------------- */
/* FAQ定義 */
/* ---------------------------------------------------------------------------- */

div.section {
	margin-bottom: 10px;
}

div.section h3 {
	font-size: 14px;
	margin:0 1.0em 0.5em;
}
div.section h2 {
	background-color: #f0f0f0;
	padding: 8px 10px;
	font-size: 14px;
}

.accordion dt {
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_q.png) left center no-repeat;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.accordion dt:hover {
	background-color: #FFFF99;
	cursor: pointer;
	text-decoration: underline;
}
.accordion dd {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
.accordion dd p{
	background: url(http://www.cuculec.jp/wp-content/themes/mimbo/img/icon_a.png) -3px 0 no-repeat;
	border: 5px solid #e4007f;
	margin: 0 0 20px 40px;
	padding: 8px 10px 8px 40px;
	line-height: 1.7em;
}

p.contact {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	text-align: center;
	padding: 15px 5px;
	line-height: 2em;
	font-weight: bold;
}

#wpjr {
	margin-top: 40px;
}

/* ---------------------------------------------------------------------------- */
/* スタートガイド定義 */
/* ---------------------------------------------------------------------------- */

.start_guide dt {
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.start_guide dd {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
.start_guide dd p{
	border: 5px solid #e4007f;
	margin: 0 0 20px 40px;
	padding: 8px 10px 8px 40px;
	line-height: 1.7em;
}
.start_guide a {
	font-size:16px;
}