@charset "utf-8";
@import "deco.css";

/*---------------------------------------------------------------------

2009 1/11 更新

---------------------------------------------------------------------*/

/*初期設定
----------------------------------------------------------------*/

*{
  margin:0;
  padding:0;
}
body {
	margin:0px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #333333;
	font-size:13px;
	line-height:21px;
	text-align:center;
	/*background-color:#222;*/
	background-color:#ffffff;
}
h1,h2,h3,h4,h5,h6,p,blockquote,address,abbr,pre,code{
	margin:0;
	padding:0;
	font-size:13px;	
	line-height:21px;
	font-weight:100;	
	}
td,th{
	color: #333333;
	font-size:13px;
	line-height:20px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight:100;
	}
form {
	margin:0;
	padding:0;
	}	
select,input {
	margin:0 0 0 0;
	padding:0;
	vertical-align:top;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	}
option{
    padding-right:1em;
    }    		
textarea{
	resize:none;
	width:99%;
	vertical-align:top;	
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	}
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}	
fieldset,img,abbr,acronym {
    border: 0;
} 

address {
    font-style: normal;
    display: inline;
}

blockquote {
	clear:both;
	}

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


/*
基本カラム
---------------------------------------------------------------------*/


/* container 全体を包むコンテナ
----------------------------------------------------------------*/
#container {
	background-color:#ffffff;
	}
#container-inner {
    text-align: left;
	background-color:#ffffff;
	}	
	
/*　header
----------------------------------------------------------------*/	
#header {
    background-image:url(../common_img/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
/*#header {
	background-color:#000000;
	border-bottom:solid 5px #de368d;
	}*/
#header-inner {
	width: 960px;
	margin: 0 auto;	
	padding:25px 0 20px 0;
	}	

/*　content メインのカラム
----------------------------------------------------------------*/		
#content {
	border-top:solid 3px #eaeaea;
	}
#content-inner {
    width: 960px;
    min-height: 100%;
    margin: 0 auto;	
	}
		
	
/*　alpha　エントリーのカラム
----------------------------------------------------------------*/		
#alpha {
	width:560px;
	float:left;
	}
#alpha-inner {
	padding:40px 0;
	}	
	
/*　beta　ナビのカラム　カテゴリーなど　
----------------------------------------------------------------*/		
#beta {
	width:180px;
	float:right;
	margin:0 0 0 20px;
	}	
#beta-inner {
	padding:40px 0;
	}		
	
/*　gamma　ナビのカラム　検索、最近のコメント、タグクラウドなど
----------------------------------------------------------------*/		
#gamma {
	width:180px;
	float:right;
	}		
#gamma-inner {
	padding:40px 0;
	}	
	
/*　footer　フッタ
----------------------------------------------------------------*/		
#footer {
	background-color:#222;
	border-top:solid 5px #555;
	clear:both;
	}			
#footer-inner {
	width: 940px;
	margin: 0 auto;	
	padding:20px 0;
	font-size:11px;
	line-height:15px;
	color:#666;
	}		
	#footer .widget-content a {
		color:#666;
		}
	#footer .widget-content a:hover {
		color:#5a89a1;
		}			

/*---------------------------------------------------------------------

ヘッダ

---------------------------------------------------------------------*/
#header-content {
	padding:0 20px;
	}	
#header-name {
    font-family:Helvatica,'メイリオ','Meiryo',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size:21px;
	font-weight:bold;
	margin:0 0 2px 0;
	}	
#header-name a{
   color:#FFFFFF;
   text-decoration:none;
	}
#header-name a:hover{
   text-decoration:underline;
	}			
#header-description {
	font-size:12px;
	color:#FFF;
	}	
	
/*---------------------------------------------------------------------

エントリー

---------------------------------------------------------------------*/	
#page-title {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 15px 15px;
	}

/*　エントリー
----------------------------------------------------------------*/		
.entry-asset { 
	margin-bottom:30px;
	text-align:left;
	border:solid 1px #e1e1e1;
	padding:15px;
	background:#FFFFFF;
	}
	
/*　エントリー　ヘッダ　タイトル */			
.asset-header {
	margin-bottom:15px;
	background-color:#d9e5eb;
	/*background:url(../common_img/dot_08.gif) repeat 0 0;*/
	padding:10px;
	border:solid 1px #c9d4d9;
	}
.asset-header .entry-title {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	}
	.asset-header .entry-title a {
	 	/*color:#ffffff;*/
		color:#222;
		}
	.asset-header .entry-title a:hover {
		color:#5a89a1;
		}
		
/*個別ページタイトル*/		
.asset-header #page-title {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin:0;
	color:#222;
	}
	
		
/*　ソーシャルボタン
----------------------------------------------------------------*/				
.social {
margin:0 0 15px 0;
}
.social div {
float:left;
margin-right:15px;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
min-height:1px;
}
/*.clear {
clear:both;
}*/
	
		
/*　ヘッダ下部のナビ　*/
.asset-header .asset-meta {
	font-size:10px;
	line-height:14px;
	}
	.asset-header .asset-meta a {
		color:#555;
		border-bottom:dotted 1px #555;
		}		
	.asset-header .asset-meta a:hover {
		color:#000;
		border-bottom:dotted 1px #000;
		}			
		
/*　エントリー　本文
----------------------------------------------------------------*/				
.asset-body {
	}	
	.asset-body .ph img{
		padding:6px;
		border:solid 4px #e7e7e7;
		}	
	.asset-body a:hover .ph img{
		border-color:#c7c6c6;
		}				
	.asset-body a {
		line-height:14px;
		}
	.asset-body a:hover {
		line-height:14px;
		}	
		
/* 引用　*/		
.asset-body blockquote {
    font-size:12px !important;
	line-height:18px !important;
	padding:10px;
	background-color:#EEE;
	margin:15px 0;
	}
.asset-body blockquote p{
    font-size:12px !important;
	line-height:18px !important;
	}
		
.asset-more blockquote {
	font-size:12px !important;
	line-height:18px !important;
	padding:10px;
	background-color:#EEE;
	margin:15px 0;
	}
.asset-more blockquote p{
	font-size:12px !important;
	line-height:18px !important;
	}
		
/*　続きへのリンク　*/
.asset-more-link {
	margin:10px 0 0 0;
	background-image:url(../common_img/arw_04_pink.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 15px;
	color:#666;
	}
	.asset-more-link a {
		color:#de368d;
		/*color:#666;*/
		font-weight:bold;
		text-decoration:underline;
		}
	.asset-more-link a:hover {
		color:#ff86c5;
		/*color:#5a89a1;*/
		font-weight:bold;
		text-decoration:underline;
		}	
			
/*　続きの内容　*/
.asset-more {
	}	
	.asset-more .ph img{
		padding:6px;
		border:solid 4px #e7e7e7;
		}
	.asset-more a:hover .ph img{
		border-color:#c7c6c6;
		}		
	.asset-more a {
		line-height:14px;
		}
	.asset-more a:hover {
		line-height:14px;
		}
.asset-more blockquote {
	padding:10px;
	background-color:#EEE;
	margin:15px 0;
	}
	
/*　エントリー　フッタ */
.asset-footer {
	clear:both;
	}
	
/*　画像　*/	
.ph {
	/*padding-bottom:15px;*/
	margin:0 0 15px 0;
	}
.mt-image-right,.ph-right {
	margin:0 0 10px 15px;
	}
.mt-image-left,.ph-left {
	margin:0 15px 10px 0;
	}
.mt-image-right {
	margin:0 0 10px 15px;
	}	
	
/*---------------------------------------------------------------------

ナビのカラム

---------------------------------------------------------------------*/	
.widget-header {
	font-size:13px;
	line-height:17px;
	margin-bottom:0px;
	border-bottom:solid 1px #CCC;
	font-weight:bold;
	background-image:url(../common_img/icon_maru2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0 0 5px 18px;		
	}
#content .widget-content {
	margin-bottom:25px;
	}
	#content .widget-content2 {
	margin-bottom:15px;
	}
.widget-list, .recent-comments-list {
	}	
.widget-list li, .recent-comments-list li {
	font-size:12px;
	line-height:16px;
	}	
		
	
/*　カテゴリ*/	
.widget-archive-category .widget-list-item
{
background-color:#FAFAFA;
		}
.widget-archive-category .widget-list-item a
{
		display:block;
		padding:7px;
		border-bottom:dotted 1px #DDD;
		color:#666;
		font-weight:bold;
		height:auto;
		}
.widget-archive-category .widget-list-item a:hover
{
		display:block;
		color:#222222;
		background-color:#EAEAEA;
		border-bottom:dotted 1px #DDD;
		font-weight:bold;
		height:auto;
		}		

/*月別、最近のブログ記事　*/
.widget-archive-monthly .widget-list-item a,
.widget-recent-entries .widget-list-item a,
.widget-archive-current-category-monthly .widget-list-item a,
.widget-tags a
 {
		display:block;
		padding:6px;
		border-bottom:dotted 1px #DDD;
		color:#666;
		}
.widget-archive-monthly .widget-list-item a:hover,
.widget-archive-current-category-monthly .widget-list-item a:hover,
.widget-recent-entries .widget-list-item a:hover,
.widget-tags a:hover
{
		display:block;
		color:#333;
		background-color:#f5f5f5;
		border-bottom:dotted 1px #DDD;
		}	
	
/*　最近のコメント　*/	
.widget-recent-comments li {
	padding:5px;
	border-bottom:dotted 1px #DDD;
	}
.widget-recent-comments a{
		color:#666;
		}
.widget-recent-comments a:hover {
		color:#5a89a1;
		}		
		
/*　このページについて　*/
.widget-about-this-page .widget-header{
	margin-bottom:5px;
	}		
	
/* RSS */
.widget-syndication {
	border:solid 1px #EEE;
	/*margin-bottom:25px;*/
	}
.widget-syndication li {
	margin:0;
	padding:0;
	}
.blog-feeds li{
	background-image:url(../images/feed.gif);
	background-repeat:no-repeat;
	background-position:0 0;
  }	
  .blog-feeds li{
  padding:0 0 0 20px;
  line-height:17px;
  }		
.blog-feeds .blog a {
  color:#222222;
  }	
.blog-feeds .blog a:hover {
  color:#666666;
  }	
/*　検索
----------------------------------------------------------------*/				
.widget-search {
	width:170px;
	}
.widget-search form {
	padding:5px 0 0 0;
	}	
.widget-search input.ti {
	width:160px;
	margin:0 auto 5px auto;
	padding:0;
	}		
		
		
		
/*　アイテム
----------------------------------------------------------------*/				
.widget-recent-assets .widget-header{
	margin-bottom:5px;
	}
	
.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
	}
.widget-recent-assets .widget-list li{
	margin:0;
	padding:0;
	border:0;
	}
	
.item {
    display: inline;
    margin: 0px 5px 8px 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width:170px;
	}
	.widget-recent-assets li a {
		display:block;
		border:solid 5px #EEE;
		background-color:#000;
		padding:5px 0;
		margin-bottom:5px;
		}
	.widget-recent-assets li a:hover {
		border:solid 5px #5a89a1;
		}		
		
		
/*　タグクラウド
----------------------------------------------------------------*/				
.widget-tag-cloud .widget-header{
	margin-bottom:5px;
	}
.widget-tag-cloud ul{
	margin: 0;
	padding:0;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
.widget-tag-cloud .widget-list {
	}
.widget-tag-cloud .widget-list li{
	border:solid 0;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
	}	
.widget-tag-cloud .widget-list li a{
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	color: #fff;
	background-color: #fff;
	}		
	
.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}	
	
/*　タグのランク　*/	
.widget-tag-cloud li.rank-1 a{
	z-index: 10;
	font-size: 200%;
	background-color:#6897af;
	font-weight:bold;
	}
.widget-tag-cloud li.rank-2 a{
	top: 5px;
	z-index: 9;
	font-size: 136%;
	background-color:#7ea6ba;
	font-weight:bold;
	}
.widget-tag-cloud li.rank-3 a{
	z-index: 8;
	font-size: 114%;
	background-color:#95b6c7;
	font-weight:bold;
	}	
.widget-tag-cloud li.rank-4 a{
	top: 5px;
	z-index: 7;
	font-size: 100%;
	background-color:#acc6d3;
	font-weight:bold;
	}
.widget-tag-cloud li.rank-5 a{
	z-index: 6;
	font-size: 85%;
	background-color:#c3d6df;
	}	
.widget-tag-cloud li.rank-6 a{
	z-index: 5;
	font-size: 70%;
	background-color:#d9e5eb;
	}								
.widget-tag-cloud li.rank-7 a{
	z-index: 4;
	font-size: 70%;
	background-color:#d9e5eb;
	font-weight:100;
	}	
.widget-tag-cloud li.rank-8 a{
	z-index: 3;
	font-size: 70%;
	background-color:#d9e5eb;
	font-weight:100;
	}		
.widget-tag-cloud li.rank-9 a{
	z-index: 2;
	font-size: 70%;
	background-color:#d9e5eb;
	font-weight:100;
	}
.widget-tag-cloud li.rank-10 a{
	z-index: 1;
	font-size: 70%;
	background-color:#d9e5eb;
	font-weight:100;
	}		
	
					
/* オンマウス */
.widget-tag-cloud .widget-list li a:hover {
	z-index: 10;
	background-color: #5a89a1;
}		


/*　カレンダー　*/

.widget-calendar table {
	width:170px;
	margin:5px 0;
	}
.widget-calendar th {
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	line-height:20px;
	}	
.widget-calendar td {
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	line-height:13px;
	padding:2px;
	}

.widget-calendar a {
	display:block;
	padding:2px 0 0 0;
	border:solid 1px #FFF;
	}
.widget-calendar a:hover {
	display:block;
	padding:2px 0 0 0;
	border:solid 1px #DDD;
	}	
	
	
/* アーカイブ　プルダウン　*/
.widget-archive-monthly-dropdown select {
	margin:5px 0 0 0;
	width:170px;
	}	
	
/* */	
.widget-sign-in .widget-header {
	margin-bottom:5px;
	}
	
/*購読する*/
.widget-syndication {
	border:0;
	}
.widget-syndication li img{
	float:left;
	padding:5px 8px 0 0;
	}	
.widget-syndication a{
	color:#666;
	font-weight:bold;
	}	
	
.widget-syndication a:hover{
font-weight:bold;
	color:#333;
	}	
	
/*プロフィール画像*/
.userpic{}
.userpic img{ text-align:center;}
.userpic p{ font-size:11px;	
	line-height:18px;
	font-weight:100;
	padding-left:15px;
	color:#666666;
	}		
		
/*---------------------------------------------------------------------

トラックバック

---------------------------------------------------------------------*/
#trackbacks {
	border-top:solid 5px #EEE;
	padding:15px 0;
	}
	

/*---------------------------------------------------------------------

コメント

---------------------------------------------------------------------*/	
#comments {
	border:solid 1px #EEE;
	background-color:#f5f5f5;
	padding:15px;
	}
.comments-open-header {
	font-size:18px;
	color:#CCC;
	font-weight:bold;
	margin-bottom:10px;
	}
	
/* フォーム　項目*/
#comments-form label {
	margin:0 0 10px 0;
	}	
#comment-author, #comment-email, #comment-url {
	margin:0 0 15px 10px;
	}	
	
/* テキストエリア　*/
#comments-open-text {
	margin:15px 0;
	}	
	
.comment-content{ 
    background-color:#FFFFFF;
	border-bottom:solid 1px #CCCCCC;
	background-image:url(../common_img/comment_fukidashi.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto 15px 0;
	padding:20px 10px 10px 10px;
	width:auto;
	}		
#comments .asset-meta{
font-weight:bold;
color:#666666;
margin:0;
	}
	
/*---------------------------------------------------------------------

コンテンツナビ

---------------------------------------------------------------------*/	
.content-nav {
	padding:0;
	color:#CCC;
	/*text-align:center;*/
	}

.content-nav a{
	font-size:11px;
	line-height:15px;
	padding:3px 10px;
	border:solid 1px #333;
	background-color:#333;
	color:#FFF;
	}	
.content-nav a:hover{
	font-size:11px;
	line-height:15px;
	padding:3px 10px;
	border:solid 1px #ff86c5;
	background-color:#ff86c5;
	}		
	
/*---------------------------------------------------------------------

アーカイブ

---------------------------------------------------------------------*/	
.archive-title {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 15px 15px;
	}

.archive-header {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	background-image:url(../common_img/icon_maru.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 0 5px 15px;	
	}
/*	
.archive-content {
	margin-bottom:30px;
	text-align:left;
	border:solid 1px #EEE;
	padding:15px 15px 10px 15px;
	}
	
.archive-list-item {
	background-image:url(../common_img/icon_maru.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 5px 15px;
	}	*/

.archive-content {
	border-left:solid 5px #e588b9;
	padding:0 0 0 5px;
	margin-bottom:25px;
	}
	
.archive-list-item {
	margin-bottom:5px;
	}	
.archive-list-item a {
	display:block;
	padding:5px 8px;
	background-color:#F5F5F5;	
	}		
.archive-list-item a:hover {
	display:block;
	padding:5px 8px;
	background-color:#ffe5f2;	
	}	
			
/*ページ遷移*/	
.multiple-pages {
     text-align:center;
	 padding:0 0 20px 0;
	 }
.multiple-pages a, .multiple-pages a:visited{
    font-size:11px;
    color:#FFFFFF;
	line-height:15px;
	padding:5px;
	border:solid 1px #333;
	background-color:#333;
	color:#FFF;
	}
	.multiple-pages b, .multiple-pages a:hover{
	     color:#FFFFFF;
		 font-size:11px;
		 line-height:15px;
		 padding:5px;
		 border:solid 1px #ff86c5;
		 background-color:#ff86c5;
		 }	
		 
/*関連記事の表示
---------------------------------------------------------------------*/	
.related-article{
    width:498px
    margin:10px auto;
	background-color:#eef3f6;
	padding:10px;
	border: solid 1px #e2e8eb;
}
.related-article h3{
    font-size:14px;
    font-weight:bold;
	color:#838a8e;
	margin:0 0 5px 0;
	}
.related-article li{
    background-image:url(../common_img/arrow01-2.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:0 0 3px 8px;
	}
.related-article li a{
    color:#677074;
	}
.related-article li a:hover{
    color:#343d41;
	text-decoration:underline;
	}
	
/*パンくず
---------------------------------------------------------------------*/	
.bread-crumb {
     font-size:11px;
	 line-height:15px;
     text-align:left;
	 padding:0 0 10px 0;
	 }
.bread-crumb a, .bread-crumb a:visited{
    color:#FFFFFF;
	padding:3px 5px;
	/*border:solid 1px #333;*/
	background-color:#ababab;
	font-weight:bold;
	}
	.bread-crumb b, .bread-crumb a:hover{
	     color:#FFFFFF;
		 padding:3px 5px;
		 /*border:solid 1px #ff86c5;*/
		 background-color:#7b7b7b;
		 }	
		 
/*記事ナビ
---------------------------------------------------------------------*/	
.cate_nav a{
   color:#348001;
   text-decoration:underline;
   }
   .cate_nav a:hover{
      color:#83ba5d;
	  text-decoration:underline;
	  }

/*　タグクラウド
----------------------------------------------------------------*/		
.widget-site-link{
	margin-top:25px;
	}		
.widget-site-link .widget-header{
	margin-bottom:10px;
	}
.widget-site-link ul{
	}
.widget-site-link .widget-list {
	}
.widget-site-link .widget-list li{
	}	
.widget-site-link .widget-list li a{
	}	  	  