/*
Theme Name: Cool Roundness Blue
Theme URI: http://movabletype.decoweb.jp/
Description: クールなテンプレート
Version: two-left
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link{
	color: #666;
}

a:visited{
	color: #666;
}

a:active{
	color: #666;
}

a:hover{
	color: #999;
	text-decoration: none;
}

#contents .entry-title a:link{
	color: #FFF;
	text-decoration: none;
}

#contents .entry-title a:visited{
	color: #FFF;
	text-decoration: none;
}

#contents .entry-title a:hover{
	color: #EEE;
	text-decoration: underline;
}

.menu a,
.menu a:visited,
.menu a:active{
	color: #FFF;
	text-decoration: underline;
}

.menu a:hover{
	color: #9DB7D0;
	text-decoration: none;
}

#footer a,
#footer a:visited,
#footer a:active,
#calendar a{
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover,
#calendar a:hover{
	color: #9DB7D0;
	text-decoration: none;
}

/*************** body ***************/

body{
	font-size: small;
	background: url("images/body_back.jpg") repeat-x top #3F6081;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	color: #444;
}

img{
	border: 0;
}

div#main-container{
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

/*************** ヘッダー  ***************/

div#banner
{
	width: 860px;
	height: 80px;
	padding: 10px 0;
}

/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0;
	padding: 0;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	font-size: small;
	color: #9DB7D0;
	margin: 5px 0 0 0;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFF;
	text-decoration: none;
}

div#banner a:hover{
	color: #EEE;
	text-decoration: none;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	width: 860px;
	background: url("images/main_back.gif") no-repeat top left #FFF;
	margin: 20px 0 0 0;
	padding: 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

body.layout-one-column #contents{
	float: left;
	width: 660px;
}

body.layout-two-column-right #contents{
	width: 660px;
	float: left;
}

body.layout-two-column-left #contents{
	width: 660px;
	float:right;
}

body.layout-three-column #contents{
	width:460px;
	float:left;
	position: relative;
	top: 0;
	left: 200px;
}

/****** コンテンツ内定義 ******/

body.layout-three-column #contents div.contents-main{
	width: 440px;
	padding: 10px;
}

body.layout-two-column-left #contents div.contents-main,
body.layout-two-column-right #contents div.contents-main,
body.layout-one-column #contents div.contents-main
{
	width: 640px;
	padding: 10px;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2 {
	margin: 5px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: double #3F6081;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 5px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 2px solid #3F6081;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 5px 0;
	padding: 0 5px;
	font-size: small;
	border-bottom: 1px dotted #3F6081;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #3F6081;
}

/*** エントリー以外 blockquote ***/

.info,
.comment blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 5px;
	border: 1px dotted #3F6081;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol,
.archive-body ul {
	margin-left: 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li,
.archive-body li {
	margin: 5px 0 5px 20px;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin: 5px 0;
	padding: 0;
	font-size: x-small;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
}

/****** エントリー ******/

body.layout-three-column div.entry{
	width: 440px;
	margin: 0 0 40px 0;
}

body.layout-two-column-left div.entry,
body.layout-two-column-right div.entry,
body.layout-one-column div.entry{
	width: 640px;
	margin: 0 0 40px 0;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align: right;
	font-size: small;
	margin-bottom: 5px;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

body.layout-three-column .entry-title-top{
	height: 10px;
	background: url("images/entry-title-top_back.jpg") no-repeat bottom left;
	margin: 0;
	padding: 0;
}

body.layout-three-column .entry-title-bottom{
	height: 8px;
	background: url("images/entry-title-bottom_back.jpg") no-repeat top left;
	margin: 0 0 20px 0;
	padding: 0;
}

body.layout-two-column-left .entry-title-top,
body.layout-two-column-right .entry-title-top,
body.layout-one-column .entry-title-top
{
	height: 10px;
	background: url("images/entry-title-top_back_s.jpg") no-repeat bottom left;
	margin: 0;
	padding: 0;
}

body.layout-two-column-left .entry-title-bottom,
body.layout-two-column-right .entry-title-bottom,
body.layout-one-column .entry-title-bottom
{
	height: 8px;
	background: url("images/entry-title-bottom_back_s.jpg") no-repeat top left;
	margin: 0 0 20px 0;
	padding: 0;
}

body.layout-three-column #contents h1.entry-title,
body.layout-three-column #contents h2.entry-title{
	width: 420px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #666;
	color: #FFF;
}

body.layout-two-column-left #contents h1.entry-title,
body.layout-two-column-left #contents h2.entry-title,
body.layout-two-column-right #contents h1.entry-title,
body.layout-two-column-right #contents h2.entry-title,
body.layout-one-column #contents h1.entry-title,
body.layout-one-column #contents h2.entry-title{
	width: 620px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #666;
	color: #FFF;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body,
.comment,
.trackback,
.trackbacks-info,
.trackback-notice,
.comment-notice
{
	margin: 0;
	padding: 0 10px;
	line-height:1.5;
	letter-spacing: .1em;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 0px 0px 2px 0px;
}

/****** タグヘッダー ******/

div.entry-tags-header{
	padding:0 0 5px 0;
	margin: 0px 10px 5px 10px;
	font-size: small;
	font-weight:bold;
	background-color:transparent;
	border-bottom:1px dotted #CCC;
}

div.entry-tags ul.entry-tags-list{
	list-style:none;
	padding: 0;
	margin: 0 0 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display: inline;
	padding: 0 5px 0 0;
}

/*** エントリー内ページ分割ナビ ***/

div.entry-body-link-pages-navi{
	margin-top:5px;
	padding: 0;
	text-align: center;
}


/****** 投稿時間 ******/

div.posted {
	margin: 10px 10px 0 10px;
	padding: 5px 0;
	font-size: x-small;
	border-top: 2px dotted #CCC;
	text-align: right;
}

/****** トラックバック、コメント、コメント書き込み ******/

/****** コメントRSS ******/
div.comments-rss
{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}

 /***  見出し ***/

body.layout-three-column div.trackbacks-title,
body.layout-three-column div.comments-title,
body.layout-three-column div.comments-open-title,
body.layout-three-column div.comments-active-title,
body.layout-three-column div.retrieval-result-title
{
	width: 420px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #CCC;
	color: #222;
	font-weight: bold;
}

body.layout-two-column-left div.trackbacks-title,
body.layout-two-column-left div.comments-title,
body.layout-two-column-left div.comments-open-title,
body.layout-two-column-left div.comments-active-title,
body.layout-two-column-left div.retrieval-result-title,
body.layout-two-column-right div.trackbacks-title,
body.layout-two-column-right div.comments-title,
body.layout-two-column-right div.comments-open-title,
body.layout-two-column-right div.comments-active-title,
body.layout-two-column-right div.retrieval-result-title,
body.layout-one-column div.trackbacks-title,
body.layout-one-column div.comments-title,
body.layout-one-column div.comments-open-title,
body.layout-one-column div.comments-active-title,
body.layout-one-column div.retrieval-result-title

{
	width: 620px;
	margin: 0;
	padding: 0 10px;
	font-size: small;
	letter-spacing: .1em;
	background: #CCC;
	color: #222;
	font-weight: bold;
}


body.layout-three-column .h-title-top{
	height: 10px;
	background: url("images/h-title-top_back.jpg") no-repeat bottom left;
	margin: 0;
	padding: 0;
}

body.layout-three-column .h-title-bottom{
	height: 8px;
	background: url("images/h-title-bottom_back.jpg") no-repeat top left;
	margin: 0 0 10px 0;
	padding: 0;
}

body.layout-two-column-left .h-title-top,
body.layout-two-column-right .h-title-top,
body.layout-one-column .h-title-top
{
	height: 10px;
	background: url("images/h-title-top_back_s.jpg") no-repeat bottom left;
	margin: 0;
	padding: 0;
}

body.layout-two-column-left .h-title-bottom,
body.layout-two-column-right .h-title-bottom,
body.layout-one-column .h-title-bottom
{
	height: 8px;
	background: url("images/h-title-bottom_back_s.jpg") no-repeat top left;
	margin: 0 0 10px 0;
	padding: 0;
}

#trackbacks,
#comments,
#comments-open,
#comments-active,
.retrieval-result
{
	margin-bottom: 30px;
}

div.comments-sys,
div.retrieval-result{
	margin-top:5px;
}

/*** コメントヘッダー ***/

.comment-header {
	padding: 10px 0 0 10px;
}

/*** コメントフッター ***/

.comment-footer {
	font-size: x-small;
	padding: 5px 0;
	margin-bottom: 30px;
	border-top: 1px dotted #cccccc;
	text-align: right;
}

/*** コメントボトム ***/

.comment-bottom {
	border-bottom: 2px dotted #95B0CC;
}


/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin:5px 0px 0px 5px;
}

/****** フォームカラー ******/

#comment-form input,
#comment-form textarea,
input.trackback-url,
.search input#search,
#search-form input#search
{
	background: #EEE;
	border: 1px solid #26394D;
	color: #222;
	padding: 2px;
}

#comment-form input:hover,
#comment-form textarea:hover,
input.trackback-url:hover,
.search input#search:hover,
#search-form input#search:hover
{
	background: #86A5C4;
}

input#forget,
input#remember,
#search-form #search-options input
{
	border: 0;
	background: none;
}

#form-button input,
.search input,
#search-form input
{
	background: #527BA5;
	color: #FFF;
	border: 1px solid #333;
}

#form-button input:hover,
.search input:hover,
#search-form input:hover
{
	background: #26394D;
}

/*** フォームボタン ***/

#form-button{
	width: 355px;
	text-align: center;
	margin: 10px 0;
}


/*************** サイドレイアウト  ***************/

body.layout-one-column div#left-side,
body.layout-one-column div#right-side
{
	display:none;
}

body.layout-two-column-right div#side
{
	float: right;
	font-size: small;
}

body.layout-two-column-right div#right-side,
body.layout-two-column-right div#left-side
{
	width: 200px;
}

body.layout-two-column-left div#side
{
	float:left;
	font-size: small;
}

body.layout-two-column-left div#right-side,
body.layout-two-column-left div#left-side
{
	width: 200px;
}

body.layout-three-column div#left-side
{
	width:200px;
	float:left;
	position: relative;
	top: 0;
	left: -460px;
	font-size: small;
}

body.layout-three-column div#right-side
{
	width:200px;
	float: left;
	font-size: small;
}

/************ WP用 ************/

body.layout-two-column-right ul#left-side,
body.layout-two-column-right ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width:200px;
}

body.layout-two-column-left ul#left-side,
body.layout-two-column-left ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width:200px;
}

body.layout-three-column ul#left-side
{
	margin: 0;
	padding: 0;
	width:200px;
	float:left;
	position: relative;
	top: 0;
	left: -400px;
	list-style: none;
	font-size: small;
}

body.layout-three-column ul#right-side
{
	margin: 0;
	padding: 0;
	width:200px;
	float: left;
	list-style: none;
	font-size: small;
}


body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content,
body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content,
body.layout-three-column div.right-content,
body.layout-three-column div.left-content
{
	padding: 0;
}

/*************** サイドバー（左右カラム） ***************/

div.menu *,
li.widget *
{
	margin: 0;
	padding: 0;
}

div.menu,
li.widget
{
	width:180px;
	margin: 10px;
	font-size: small;
	background:	url("images/menu_back.jpg") no-repeat top left #324B65;
	list-style: none;
	color: #FFF;
}

div.menu-bottom{
	height: 20px;
	background: url("images/menu-bottom_back.jpg") no-repeat top left;
}

/*** サイドバー内見出し ***/

div.menu-title,
li.widget h2.widgettitle
{
	padding: 10px 5px 5px 10px;
	font-size: small;
	font-weight: bold;
	color: #FFF;
}

/*** WP用 ***/

li#calendar h2
{
	visibility: hidden;
}

div#calendar_wrap
{
	margin: -50px 0 0 0;
	padding: 0;
}

/*** サイドバーリスト ***/

div.menu ul,
li.widget ul
{
	font-size: small;
	margin: 3px 5px 0 25px;
	padding: 2px 0;
}

div.menu ul li,
li.widget ul li
{
	padding:2px 0px;
}

div.menu ul li ul,
li.widget ul li ul
{
	margin: 0 0 0 10px;
}

/*************** サイド上部カレンダー ***************/

div#calendar *,
#calendar_wrap *
{
	margin: 0;
	padding: 0;
}

div#calendar,
#calendar_wrap
{
	line-height: 140%;
	margin: 10px;
	border-collapse:collapse;
	border:0px;
	color:#FFF;
	background:	url("images/menu_back.jpg") no-repeat top left #324B65;
}

div#calendar-bottom{
	height: 20px;
	background: url("images/menu-bottom_back.jpg") no-repeat top left;
}

#calendar table,
#calendar_wrap table
{
	width: 170px;
	border-collapse: collapse;
	border: 0;
	margin: 0 auto;
}

#calendar caption,
#calendar_wrap caption
{
	padding:8px 0px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.3em;
}

#calendar th,
#calendar_wrap th
{
	text-align:center;
	font-weight:normal;
}

#calendar td,
#calendar_wrap td
{
	text-align:center;
}

/*************** 検索 ***************/

div.search{
	margin-top:5px;
	text-align: center;
}

.search input#search{
	width: 100px;
}

/*************** Feeds ***************/

div.feeds{
	margin-bottom:20px;
}

img.feedicon{
	vertical-align: middle;
}


div.feedlink{
	margin: 5px 0 0 10px;
}

/*************** フッター ***************/

div#footer
{
	clear:both;
}

div#footer
{
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url("images/footer_back.gif") no-repeat top left;
	color: #FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	padding-top: 20px;
	text-align: center;
}

/*** decoウェブバナー ***/

div#deco-banner{
	text-align: center;
	font-size: x-small;
	margin-top: 5px;
	padding-bottom: 10px;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

/*************** アーカイブ ***************/

div.archive-body{
	margin:10px 5px;
}