@charset "utf-8";
/*
Theme Name: Ciao Ciao 
Theme URI: http://www.ms-inc.co.jp/
Description: オリジナルデザインテーマ
Version: 1.0
Author: Mission Statement
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* ++++++++++++++++++++++++++++++++++++
+ CSS: common.css ->all
+++++++++++++++++++++++++++++++++++++ */ 

@import url("css/common.css");

/* ++++++++++++++++++++++++++++++++++++
+ CSS: sidebar.css ->all
+++++++++++++++++++++++++++++++++++++ */  

@import url("css/sidebar.css");

/* ++++++++++++++++++++++++++++++++++++
+ CSS: top.css ->index.php
+++++++++++++++++++++++++++++++++++++ */  
@import url("css/top.css");


/* ++++++++++++++++++++++++++++++++++++
+ CSS: category.css ->category.php
+++++++++++++++++++++++++++++++++++++ */  
@import url("css/category.css");


/* ++++++++++++++++++++++++++++++++++++
+ CSS: page.css ->page.php
+++++++++++++++++++++++++++++++++++++ */  
@import url("css/page.css");


/* ++++++++++++++++++++++++++++++++++++
+ CSS: single.css ->single.php
+++++++++++++++++++++++++++++++++++++ */  
@import url("css/single.css");



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone{
	padding:8px 0 8px 0;
}

.alignleft {
	float: left;
	padding:8px 8px 8px 0;
}

.alignright {
	float: right;
	padding:8px 0 8px 8px;
}

/*has layout hack*/
.entry *{
  line-height: 1.8;
  zoom:1;
}

/*記事ビジュアルエディタ*/
#ctBox .entry h1{ font-size: 18px;}
#ctBox .entry h2{ font-size: 16px;}
#ctBox .entry h3{ font-size: 14px;
  background: none;
  margin: 0;
  padding: 0;
  color: #655959;
}
#ctBox .entry h4{ font-size: 12px;}