@charset "utf-8"; 

/*simple_2x740px
2カラム 固定
061219

【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

◆7-20　参加サークル
◆7-21　マイプロフィール
◆7-22　フレンドブログ
◆7-23　マイフレンド

*/

/*【1】共通設定*/
/*◆1-1　要素初期化*/


/*◆1-2　共通クラス*/


/*◆2-1　ヘッダ*/

/*◆2-2　フッタ*/

/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
/*◆3-2　コンテンツ*/
/*◆3-3　中段*/

/*◆3-4　サイド1*/

/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{}
/*◆4-1　記事部分*/
.blogbody{
	width:640px;
	background:url(http://www.kyo2.jp/_img/rfs/bg_blogbody_body.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆4-2　記事日付*/
.date{
	background:url(http://www.kyo2.jp/_img/rfs/bg_blogbody_top_faf0ed.gif) no-repeat 0 0;
	padding:10px 20px 0 20px;
	margin:0 0 5px;
}


/*◆4-3　記事タイトル*/
.subject{
	font-size:134%;
	color:#2CB4AD;
	font-weight:bold;
	background: url(http://www.kyo2.jp/_img/rfs/bg_subject.gif) no-repeat 0 0;
	padding:8px 0 0 0;
	margin:0 20px 30px;
}
.subject a:link , .subject a:visited {color:#2CB4AD;text-decoration:none;}
.subject a:hover , .subject a:active {color:#2CB4AD;text-decoration:underline;}


/*◆4-4　記事本文*/
.article{
	width:600px;
	margin:0 20px 30px;
	overflow:auto;
	line-height:135%;
}
.article img{
	margin:0px 5px 5px 5px;
}
.article-continues{
}
/*記事本文リンク色*/
.article a:link , .article a:visited {}
.article a:hover , .article a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	font-size:83.4%;
	padding:3px 0 0 0;
	text-align:right;
	margin:0 20px;
	border-top:#666 solid 1px;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}


.main .content{
	padding:0 0 15px;
	background:url(http://www.kyo2.jp/_img/rfs/bg_blogbody_bottom_faf0ed.gif) no-repeat 0 100%;
}
.blogentry .main .content {
	padding-bottom:30px;
}

.menu{
	text-align:right;
	font-size:83.4%;
	margin:0;
}
.blogentry .menu {
	padding:5px 20px 0 0;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{}

form {
	margin:0;
	padding:0;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 70px;
}
.form th {
	vertical-align:top;
	text-align:right;
	font-weight: normal;
}
label{}
#author{
	width:300px;
	border:1px solid #aaa;
}
#email{
	width:300px;
	border:1px solid #aaa;
}
#url{
	width:300px;
	border:1px solid #aaa;
}
#text{ 
	font-size:12px;
	width:300px;
	height:200px;
	border:1px solid #aaa;
}
.form .button {}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:15px 0 0;
	padding:10px 20px 20px;
}
.trackback-url{
	color:#999;
	font-weight:bold;
	margin:0 0 40px;
}
.trackback-title{
	font-size:134%;
	color:#2CB4AD;
	font-weight:bold;
	background:url(http://www.kyo2.jp/_img/rfs/bg_trackback-title.gif) repeat-x 0 100%;
	padding:0 0 5px;
	margin:0 0 10px;
}
.trackback-body{
	line-height:135%;
	margin:0 10px 0 50px;
	border-left:#CCC solid 2px;
	padding:10px 0 5px 10px;
}
.trackback-post{
	margin:0 10px 15px 50px;
	text-align:right;
	border-left:#CCC solid 2px;
	font-size:83.4%;
	background:url(http://www.kyo2.jp/_img/rfs/bg_dotted.gif) no-repeat 100% 0;
	padding:5px 0 0 0;
}
a.atrackback-post:link , 
a.atrackback-post:visited {text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	margin:15px 0 0;
	padding:0 20px 20px;
}
.comments-head{
	font-size:134%;
	color:#2CB4AD;
	font-weight:bold;
	background:url(http://www.kyo2.jp/_img/rfs/bg_trackback-title.gif) repeat-x 0 100%;
	margin:0 0 20px;
	padding:0 0 5px;
}
.comments-body{
	line-height:135%;
	margin:0 10px 0 50px;
	border-left:#CCC solid 2px;
	padding:10px 0 5px 10px;
}
.comments-post{
	margin:0 10px 15px 50px;
	text-align:right;
	border-left:#CCC solid 2px;
	font-size:83.4%;
	background:url(http://www.kyo2.jp/_img/rfs/bg_dotted.gif) no-repeat 100% 0;
	padding:5px 0 0 0;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_top_faf0ed.gif) no-repeat 0 0;
	padding:8px 10px 8px;
	font-size:117%;
	font-weight:bold;
	line-height:100%
}
.side{
	line-height:140%;
	margin:0px 0px 0px 0px;
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_bottom_faf0ed.gif) no-repeat 0 100%;
	padding:5px 10px 10px 15px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;
	background:url(http://www.kyo2.jp/_img/rfs/bg_colendar_bottom_faf0ed.gif) no-repeat 0 100%;
	padding:0 0 5px;
	margin:0 0 10px;
}
.calendarhead {
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:8px 0px 4px 0px;
	font-size:12px;
	background:url(http://www.kyo2.jp/_img/rfs/bg_colendar_top_faf0ed.gif) no-repeat 0 0;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:185px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
	font-size:10px;
	border-top:#666 solid 2px;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	font-weight: bold;
	display:block;
	padding:8px 0 8px 0;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
	padding:3px 0;
}
.calendartable a:link , .calendartable a:visited{
	display:block;
	background-color:#D9D9D9;
	padding:0 0 3px;
}
 .calendartable a:hover , .calendartable a:active {
 	display:block;
	background-color:#D9D9D9;
	padding:0 0 3px;
}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{
	margin:0 0 10px;
}
.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:#333333;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#333333;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-4　過去記事*/
.archives {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-5　カウンター*/
.counter {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-6　最近のコメント*/
.comment {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-7　最近のトラバ*/
.trackback {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-8　お気に入り*/
.link {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-9　ブログ内検索*/
.search {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-10　QRコード*/
.qrcode {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-11　読者登録*/
.subscription {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-12　プロフィール*/
.profile {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 5px;
}
.profile .photo{
	margin:0 0 0 10px;
	padding:10px 0;
}
.profile .photo img{
	
}
.nickname{
	color:#2CB4AD;
	font-weight:bold;
	margin:10px 0px;
	display:none;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-14　インフォメーション*/
.ad {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-15　カテゴリ*/
.category {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-16　新規投稿*/
.blog_entry {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}
/*◆7-20　参加サークル*/
.circle{}
/*◆7-21　新規投稿*/
.tag_cloud {
	background:url(http://www.kyo2.jp/_img/rfs/bg_sidecolumn_body_fafae4.gif) repeat-y 0 0;
	margin:0 0 10px;
}

/*◆7-22　フレンドブログ*/
.friend_blog {}

/*◆7-23　マイフレンド*/
.friend {}
