/* オリジナルテンプレート3カラム（サイドバー左右）　(C)2007 C-point Corp. */

*{
 padding:0px;
 margin:0px;
 font-family:Verdana, Arial, sans-serif;
}

/* HTMLタグ設定 */
body{
 margin: 0px;
 padding: 0px;
 text-align: center;
 background-color: #cccccc;
 font-size:12px;
line-height:1.6;
}
img{
 border: none;
}
form{
 margin: 0px;
 padding: 0px;
}
label{
 font-weight: bold;
 letter-spacing: 0.2em;
 white-space: nowrap;
 text-align: right;
 font-size: 12px;
}
blockquote {
 background-color: #CCC;
 padding: 5px;
 color: #333;
/* font-size: 85%; */
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
 text-align: left;
 padding: 0px;
 width: 1000px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 background-color: #FFFFFF;
 color: #666666;
}
/* ブログタイトル・概要 */
#banner{
 background-color: #387A9A;
 height: 80px;
 width: 1000px;
 margin: 0px;
 overflow: hidden;
 background-image: url();
}

/* ブログの配置 */
#content{
 width: 600px;
 padding: 0px;
 float: left;
}

/* ブログ外枠 */
.blog{
 margin-top: 10px;
 margin-left: 10px;
 margin-bottom: 15px;
 overflow: hidden;
 width: 578px;
}

/* サイド（左サイド） */
#links{
 margin-top:10px;
 margin-right:10px;
 margin-bottom: 15px;
 width: 188px;
 float: right;
 overflow: hidden;
border:solid 1px #66CCCC;
}

/* 右サイド（右サイド） */
#links2{
 margin-top:10px;
 margin-right:10px;
 _margin-right:6px;
 margin-bottom: 15px;
 width: 188px;
 float: right;
 overflow: hidden;
border:solid 1px #66CCCC;
}

/*フッタ*/
#footer{
 background-color: #387A9A;
 text-align: center;
 padding-top: 5px;
 _padding-top: 0px;
 padding-bottom: 5px;
 clear: both;
 display: block;
} 

/* ************************************************ 
 * リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{}
a:link{}
a:visited{}
a:active{
 text-decoration: none;
}
a:hover{
 text-decoration: none;
}

/*　ブログタイトル・概要　*/
#banner a{
 text-decoration: none;
 color: #ffffff;
}
#banner a:link{
 text-decoration: none;
 color: #ffffff;
}
#banner a:visited{
 text-decoration: none;
 color: #ffffff;
}
#banner a:active{
 text-decoration: underline;
 color: #ffffff;
}
#banner a:hover{
 text-decoration: underline;
 color: #ffffff;
}

/* カレンダー */
.calendar a{}
.calendar a:link{}
.calendar a:visited{}
.calendar a:active{}
.calendar a:hover{}

/* 続きを読む */
.acontinues a{}
.acontinues a:link{}
.acontinues a:visited{}
.acontinues a:active{}
.acontinues a:hover{}

/* 次のページ・前のページ */
.amenu a{}
.amenu a:link{}
.amenu a:visited{}
.amenu a:active{}
.amenu a:hover{}

/* サイドバー */
/* サイドバー */
.side a{}
.side a:link{}
.side a:visited{}
.side a:hover{}

.aside a{}
.aside a:link{}
.aside a:visited{}
.aside a:hover{}

/*　サイドタイトル　*/
.title a{
 text-decoration: none;

}
.title a:link{
 text-decoration: none;
 color: #ffffff;
}
.title a:visited{
 text-decoration: none;
 color: #ffffff;
}
.title a:active{
 text-decoration: underline;
 color: #ffffff;
}
.title a:hover{
 text-decoration: underline;
 color: #ffffff;
}


/*　このページの上へ　*/
.aposted a{}
.aposted a:link{}
.aposted a:visited{}
.aposted a:active{}
.aposted a:hover{}

/*　トラックバック　*/
.atrackback-post a{}
.atrackback-post a:link{}
.atrackback-post a:visited{}
.atrackback-post a:active{}
.atrackback-post a:hover{}

/*　RSS　*/
.rss a:link{}
.rss a:visited{}
.rss a:hover{}
.rss a:active{}


/* ************************************************ 
 * バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
 font-size: 18px;
 margin: 0px;
 padding: 10px 10px 0;
 text-align: left;
 clear: both;
}

/* ブログ説明文 */
.description{
 font-size: 12px;
 padding: 0px 10px 0px;
 text-align: left;
 color: #cccccc;
}

/* ************************************************ 
 * 記事の設定
 * ************************************************ */

/* パン屑メニュー */
.topicpass {
 font-size: 10px;
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
 color: #666666;
 line-height: 16px;
 vertical-align: bottom;
}
.topicpass img {
 border: none;
 vertical-align: bottom;
}

/* 記事 */
.blogbody{
 overflow: hidden;
background:#F5F5F5;
border:solid 1px #387A9A;
margin-bottom:8px;
}

/* 記事タイトル */
.title{
 font-size: 14px;
 color: #ffffff;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left: 8px;
 margin: 0px 0px 10px;
 background-color: #387A9A;
}

/* 記事日付 */
.date{
 color: #666666;
 margin-top: 0px;
 text-align: right;
 margin-bottom: 2px;
}

/* 記事本文 */
.main{
 padding: 10px 0 0px 15px;
 margin: 0px;
 overflow: auto;
 line-height: 150%;
 width: 556px;
}


/* 記事本文内画像 */
.main img{
 margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #387A9A;
 padding-top: 3px;
 text-align: right;
 margin-bottom: 10px;
 
 padding-right:10px;
 clear: both;
}


/* ************************************************ 
 * トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
 margin: 0px 0px 5px 10px;
}

/* この記事へのトラックバックURL */
.trackback-url{
 font-weight: bold;
 color: #387A9A;
 margin-top: 0px;
 margin-left: 10px;
 margin-bottom: 15px;
}

/* トラックバックURL */
#trackback-text{
 width: 210px;
}

/* トラックバック本文 */
.trackback-body{
 margin: 5px 20px;
 line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
 margin-top: 0px;
 margin-right: 20px;
 margin-bottom: 15px;
 margin-left: 20px;
 padding-top: 3px;
 text-align: right;
}


/* ************************************************ 
 * コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
 margin: 0px 0px 0px 15px;
 font-weight: bold;
}

/* コメント投稿者日時など*/
.comments-post{
 margin-top: 0px;
 margin-right: 20px;
 margin-bottom: 15px;
 margin-left: 20px;
 padding-top: 3px;
 text-align: right;}

/* コメント本文 */
.comments-body{
 margin: 5px 20px;
 line-height: 130%;
}

/* コメント入力テーブル */
table.form {
 width: 280px;
 margin-top: 10px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
}

/* 本文 */
#text{
 width: 200px;
}

/* メールアドレス */
#email{
 width: 200px;
}

/* 名前 */
#author{
 width: 200px;
}

/* URL */
#url{
 width: 200px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 * プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
 margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
 background-color: #66CCCC;
 padding: 3px;
 margin-top: 0px;
 margin-bottom: 5px;
 font-weight: bold;
 color: #ffffff;
}

/* サイド本文 */
.sidebody{
 margin-bottom: 3px;
 margin-right:5px;
 margin-left:5px;
 width: 170px;
}

/* RSS */
ul.rss{
 text-align: center;
 margin-top: 5px;
 margin-bottom: 10px;
}
ul.rss li{
 display: inline;
 margin-left: 10px;
 font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
 text-align: center;
 margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
 font-weight: bold;
 margin-bottom: 3px;
}
/* 枠 */
.calendartable{
 border: 1px solid #CCCCCC;
 width: 140px;
 margin-right: auto;
 margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
 background-color: #387A9A;
 padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
 text-align: center;
 border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
 color: #387A9A;
}
/* 土曜日 */
.sat{
 color: #0099FF;
}
/* 今日 */
.today{
 font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
 margin-bottom: 10px;
}

/* 最近の記事 */
.recententry {}

/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}

/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
 margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
 margin-bottom: 10px;
}

/* QRコード */
.qrcode {
 margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
 margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
 margin-bottom: 10px;
}

/* プロフィール */
.profile {
 margin-bottom: 10px;
}
.nickname{
 font-weight: bold;
 word-spacing: 0.2em;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 5px;
}
.photo{
 text-align: center;
 margin-top: 5px;
 margin-right: auto;
 margin-bottom: 5px;
 margin-left: auto;
}
.message{
 font-size: 85%;
 line-height: 120%;
 margin: 5px;
}

/* お勧め商品 */
.article_ad {
 margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
 margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
 margin-bottom: 10px;
}

/* カスタムプラグイン2 */
.custom2 {
 margin-bottom: 10px;
}

/* カスタムプラグイン3 */
.custom3 {
 margin-bottom: 10px;
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
 margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* ************************************************ 
 * フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
 text-align: right;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* このBlogのトップへ */
.menu{
 margin-top: 15px;
 margin-bottom: 10px;
 letter-spacing: 0.2em;
 text-align: center;
}

/* コピーライト */
#copyright{
 color: #ffffff;
}

#copyright a{
color: #ffffff;
text-decoration: none;
}

/* Powered by  */
.adFooter{
 line-height: 150%;
 text-align: center;
}

/* 200801030023 plus */

.google_ad2{
text-align:center;
margin-bottom:8px;
}

.google_ad4{
text-align:center;
}"

.google_ad{
border: 1px solid #336699;
margin-bottom:15px;
padding:1px;
}

.google_ad2{
margin-bottom:5px;
text-align:center;
}

.google_ad3{
margin-top:5px;
margin-bottom:5px;
text-align:center;
}

.side-pr{
margin:5px 5px 10px;
text-align:center;
}

.center-pr{
margin:15px 15px 20px;
}

/* 20081222 plus */
.m1gp{
border: 1px solid #336699;
padding:2px 8px;
margin-bottom:10px;
background:#F1F5FA;
color:red;
_width:500px;
}

.m1gp a{
color:blue;
}