@charset "utf-8"; 

/*simple_2x740px
2カラム 固定
061109

【1】共通設定
◆1-1　要素初期化
◆1-2　共通クラス
◆2-1　ヘッダ
◆2-2　フッタ

【3】レイアウト(2カラム固定)
◆3-1　全体枠
◆3-2　コンテンツ
◆3-3　中段
◆3-4　サイド1(2カラム)
◆3-5　サイド左(3カラム)
◆3-6　サイド右(3カラム)
◆3-5　補助枠(3カラム)

【4】コンテンツ内
◆4-0　ブログ本体
◆4-1　記事部分
◆4-2　記事日付
◆4-3　記事タイトル
◆4-4　記事本文
◆4-5　記事追記
◆4-6　記事下部
◆4-7　ページメニュー
◆4-8　ページトップ

【6】コメント･TB関連
◆6-1　コメント投稿フォーム
◆6-2　トラックバック一覧
◆6-3　コメント一覧

【7】プラグイン設定
◆7-0　プラグイン共通
◆7-1　カレンダー
◆7-2　RSS
◆7-3　最近の記事
◆7-4　過去記事
◆7-5　カウンター
◆7-6　最近のコメント
◆7-7　最近のトラバ
◆7-8　お気に入り
◆7-9　ブログ内検索
◆7-10　QRコード
◆7-11　読者登録
◆7-12　プロフィール
◆7-13　オーナーメール
◆7-14　インフォメーション
◆7-15　カテゴリ
◆7-16　新規投稿
◆7-17　カスタム1
◆7-18　カスタム2
◆7-19　カスタム3
*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/
*{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Pゴシック", "Osaka?等幅", sans-serif;
}
textarea,select,input {
}
body{
	margin:0px;
	padding:0px;
	color:#525647;
	text-align:center;
	font-size:100%;/*16px*/
	background:#FFFFFF;
}
html>/**/body{
	font-size:16px;/*Good bye IE6+7*/
}
img{
	border:none;
}
a:link , 
a:visited{color:#4C7D88;text-decoration:none;}
a:active , 
a:hover{color:#0099cc;text-decoration:underline;}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	margin:0px;
	padding:0px;
	font-size:100%;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	height:105px;
        width:940px;
	margin:0 auto;
	padding:0 10px;
        text-align:left;
        border-bottom:#003366 solid 15px;
}
#banner_outer{
       height:105px;
       border-bottom:#003366 solid 15px;
}

.blogtitle{
	padding:20px 10px 0px 0px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{color:#333333;text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {color:#4C7D88;text-decoration:underline;}
.description{
	color:#163A70;
	font-size:14px;
	padding:4px 10px 0px 50px;
	text-align:right;
	letter-spacing:2px;
}
/*◆2-2　フッタ*/
#footer_outer{
        background:#F1F4F5;
} 
#footer{
        width:960px;
        margin:0 auto;
	clear:both;
        background:#F1F4F5;
        padding:40px 0;
}
#copyright{
	height:37px;
	font-size:100%;
	font-weight:normal;
	color:#666666;
	line-height:37px;
	text-align:center;
	font-style: normal;
}
/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
#container{
	width:940px;
	margin:0px auto;
        padding:0 10px;
	text-align:left;
	font-size:90%;
}
#container_outer{
        border-top:solid #CC0000 15px;
        border-bottom:solid #003366 15px;
}
/*◆3-2　コンテンツ*/
#content{
	width:670px;
	float:right;
	background-color:#ffffff;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0 10px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:230px;
	float:left;
	text-align:left;
	padding:20px 10px 0px 0px; 
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin:20px 0;
	width: 660px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0;
	padding: 0;
}
/*◆4-2　記事日付*/
.date{
	color:#DBE3E6;
	font-size:12px;
	letter-spacing:2px;
}


/*◆4-3　記事タイトル*/
.title {
        color:#4C7D88;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-size: 116.666%;
	border-bottom:dotted 1px #666666;
	height:38px;
        line-height:34px;
}
.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:underline;}


/*◆4-4　記事本文*/
.main{
	width:640px;
	color:#525647;
	padding:15px 10px;
	overflow:auto;
	 line-height:1.5;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#4C7D88;
	font-size:83.4%;
	text-align:right;
	margin:0px 0px 25px 0px;
}
a.aposted{font-weight:bold;}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#000;
	text-align:right;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:12px;
	text-align:right;
	margin:0px 0px 25px 0px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	color:#654A2B;
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #484848;
}
#email{
	width:200px;
	border:1px solid #484848;
}
#url{
	width:200px;
	border:1px solid #484848;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
}
.trackback-url{
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 13px;
	width: 489px;
}
.trackback-title{
	color:#4C7D88;
	font-weight:bold;
	line-height:150%;
	width: 502px;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 489px;
}
.trackback-post{
	color:#525647;
	text-align:right;
	margin:0px 0px 25px 13px;
	font-weight:bold;
	width: 489px;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#4C7D88;text-decoration:none;font-weight:bold;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#4C7D88;text-decoration:underline;font-weight:bold;}
/*◆6-3　コメント一覧*/
#comment {
	margin:15px 0 0;
}
.comments-head{
	color:#4C7D88;
	font-weight:bold;
	line-height:150%;
	width: 502px;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 13px;
	width: 489px;
}
.comments-post{
	color:#654A2B;
	text-align:right;
	margin:0px 0px 25px 13px;
	width: 489px;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	color:#666666;
	height:25px;
	line-height:25px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	padding:5px 0px 5px 10px;
	background:#DBE3E6;
}
.side{
	font-size:12px;
	line-height:1.5;
	margin:0px 0px 20px 0px;
	padding:8px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	height:25px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:25px;
	text-align:center;
	padding:5px 0px 5px 5px;
	background:#DBE3E6;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0 auto 10px;
	width:230px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
	border-bottom:1px solid #D6D2C8;
	border-right:1px solid #D6D2C8;
	border-left:1px solid #D6D2C8;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	color:#654A2B;
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 180%;
}
.calendard{ /*日付(セル)*/
	line-height: 180%;
}
.calendartable a:link , .calendartable a:visited, .calendartable a:hover , .calendartable a:active {
        color:#0099CC;
        text-decoration:underline;}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#999 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#4C7D88;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#654A2B;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
/*◆7-4　過去記事*/
.archives {}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.photo{
	text-align:center;
}
.nickname{
	color:#4C7D88;
	font-weight:bold;
	margin:10px 0px;
}
.message{
}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}