@charset "utf-8";
/*
 Copyright(C)2011 / 沖縄縁かいな;
 client  : 沖縄縁かいな;
 site    : www.okinawa-enkaina.com;
 style   : 2カラムサイドバータイプ;
 created : 2011-04-16;
 edit    : Mobile Marketing OVIC;
*/

/* =================================== */
/*     CSSリセット設定 */
/* =================================== */

*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, sans-serif;
}

/* =================================== */
/*    HTML基本タグ設定 */
/* =================================== */

body {
    text-align: center;
	margin: 0pt auto;
	padding: 0pt;
    background-color:#f9f9f4;
    background-repeat:repeat-x;
    font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:150%;
    color:#999;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	margin: 0px;
	padding: 0px;
	}
img {
	border: medium none;
	vertical-align: top;
    /* margin: 2px 6px 6px 2px; */
	}
table {
	border: medium none;
	margin-bottom: 30px;
	}
br {letter-spacing: normal;}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	}
a:link { text-decoration: underline; color: rgb(0, 93, 144); }
a:visited { text-decoration: underline; color: rgb(0, 93, 144); }
a:active { text-decoration: underline; color: rgb(0, 93, 144); }
a:hover { text-decoration: underline; color: rgb(0, 93, 144); }


/* =================================== */
/*     共通クラス */
/* =================================== */
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.text_red {
	color: #ff0000;
	}
.imgC img {
            display:block;
            margin: 0 auto;
            text-align: center;
}


/* =================================== */
/*     レイアウト設定 */
/* =================================== */

#container {
	width: 956px; /* 100% > 956px */
	margin: 0pt auto;
	padding: 0pt;
	text-align: center; /* left center */
	background :url("http://img02.ti-da.net/usr/okinawaenkaina/bg02.gif") repeat-y;
	}

/***********************************************************  TOPページの設定 start ****************************************************************************/

/* **************************************************** ヘッダーエリアここから ******************************************************* */
#header {
	margin: 0pt auto;
	width:950px;
	text-align: left; /* left center */
	}
#header h1{
	height:19px;
	font-size:10px;
	font-weight:normal;
	padding-right:4px;
	padding-top:3px;
	margin:0px;
	text-align:left;
	line-height:normal;
    background-color:#F0F0F0;
	}
#header h1{
	}
#header h2{
    text-indent:-9999px;
    display:none;
}
#logo{
	float:left;
	width:162px;
	}
#header_link{
	float:right;
	width:950px;
	font-size:10px;
	padding-top:37px;
	line-height:100%;
	text-align:right;
	}
/* **************************************************** ヘッダーエリアここまで ******************************************************* */


/* **************************************************** グローバルナビエリアここから ******************************************************* */
#menu_block {
	width: 950px; /*width: 100%;*/
	background-color:#fff;   /*background-color: rgb(50, 111, 25);*/
	margin-left: auto;
    margin-right: auto;
	padding: 0pt;
	height: 42px;
	}
#navi {
	clear:both;
	width: 950px;
	margin: 0pt auto;
	padding: 0pt;
	text-align: center;
	/*clear:both;
	padding 0px;
	margin: 0px;*/
	}
#navi ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#navi li{
	display:block;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
	}
/* **************************************************** グローバルナビエリアここまで ******************************************************* */


/* **************************************************** メインイメージエリアここから ******************************************************* */
#mainpict_block {
	width: 100%;
	margin: 0pt 0pt 0px;
	padding: 0pt;
	}
#mainpict {
	width: 950px;
	margin: 0pt auto;
	padding: 0pt;
	text-align: center;
	}
/* **************************************************** メインイメージエリアここまで ******************************************************* */



#wrapper {
    background-color:#fff;
	width: 950px;
	margin: 0pt auto;
	padding-top: 30px;
	text-align: left; 
	}



/* **************************************************** サイドナビエリアここから ******************************************************* */
#side {
	float: left;
	width: 210px;
	margin-left:10px;
	}
/*
#side a:link { color: rgb(68, 68, 68); text-decoration: none; }
#side a:visited { color: rgb(68, 68, 68); text-decoration: none; }
#side a:active { color: rgb(68, 68, 68); text-decoration: underline; }
#side a:hover { color: rgb(68, 68, 68); text-decoration: none; }

#side .sidebody a:link { color: rgb(68, 68, 68); text-decoration: none; }
#side .sidebody a:visited { color: rgb(68, 68, 68); text-decoration: none; }
#side .sidebody a:active { color: rgb(68, 68, 68); text-decoration: underline; }
#side .sidebody a:hover { color: rgb(68, 68, 68); text-decoration: underline; }
*/

#side a {
	background-color: rgb(235, 240, 230);
	margin-bottom: 1px;
	padding: 15px 15px 15px 25px;
	display: block;
	color: rgb(68, 68, 68);
	text-decoration: none;
	width: 170px;
	height: 20px;
	}
#side a:hover {
	background-color: rgb(228, 242, 239);
	margin-bottom: 1px;
	color: rgb(68, 68, 68);
	text-decoration: none;
	}

#side .s_banner {	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgb(235, 240, 230);
	display: block;
	/*width: 190px;
	height: 100px;*/
	}	
#side .s_banner a {
	margin-bottom: 0px;
	padding: 10px;
	background-color: rgb(235, 240, 230);
	display: block;
	width: 200px;
	height: 50px;
	}
#side .s_banner a:hover {
	margin-bottom: 0px;
	background-color: rgb(228, 242, 239);
	}



#side .s_banner02 {	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgb(235, 240, 230);
	display: block;
	/*width: 190px;
	height: 100px;*/
	}	
#side .s_banner02 a {
	margin-bottom: 0px;
	padding: 10px;
	background-color: rgb(235, 240, 230);
	display: block;
	width: 200px;
	height: 70px;
	}
#side .s_banner02 a:hover {
	margin-bottom: 0px;
	background-color: rgb(228, 242, 239);
	}


#side .s_banner03 {	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: rgb(235, 240, 230);
	display: block;
	/*width: 190px;
	height: 205px;*/
	}	


#side .s_banner03 a {
	margin-bottom: 0px;
	padding: 10px;
	background-color: rgb(235, 240, 230);
	display: block;
	width: 200px; /* 135 > 200 */
	height: 195px;
	}

#side .s_banner03 a:hover {
	margin-bottom: 0px;
	background-color: rgb(228, 242, 239);
	}
#side .s_banner03 .cap01 {
	padding: 10px;
	background-color: rgb(235, 240, 230);
	display: block;
	width: 200px; /* 135 > 200  */
	}
#side .s_banner03 .cap01 a {
	margin: 0px;
	padding: 10px;
	background-color: rgb(235, 240, 230);
	display: block;
	width: 200px; /* 135 > 200  */
	}
#side .s_banner03 .cap01 a:hover {
	margin-bottom: 0px;
	background-color: rgb(228, 242, 239);
	}



.category_name {
	background-color: rgb(122, 177, 123);
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 4px;
	}
.square {
	font-size: 14px;
	font-weight: bold;
	color: rgb(50, 111, 25);
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	}

.side_arrow {
	background:url("http://img02.ti-da.net/usr/ovicdevelopersblog/side_arrow.png") no-repeat scroll 4px 16px;
	margin-left: 0px;
	padding-left: 0px;
	}

#side ul{
	list-style-type: none;
	padding: 0pt;
	margin-bottom: 15px;
	}
#side li {
	margin-bottom: 1px;
	padding-left: 0px;
	}
.sidebox {
	width: 174px;
	height: 20px;
	padding: 8px;
	margin-bottom: 10px;
	text-align: left;
	}
.sidebox p img {
	/*text-align: center;*/
	margin: auto;
	padding-left: 30px;
            padding-bottom:10px;
	}
.sidebox a {
	background-color: rgb(255, 255, 255);
	margin-bottom: 0px;
	/*padding: 8px 8px 8px 8px;*/
	display: block;
	color: rgb(68, 68, 68);
	text-decoration: none;
	}
.sidebox a:hover {
	background-color: rgb(255, 255, 255);
	margin-bottom: 0px;
	color: rgb(68, 68, 68);
	text-decoration: underline;
	}





/* **************************************************** サイドナビエリアここまで ******************************************************* */




/* **************************************************** メインコンテンツエリアここから ******************************************************* */
#main {
	float: right;
	/*width: 573px;*/
	width: 675px;
	font-size: 120%;
	line-height: 150%;
	}

#main div#main_msgBox {
	width: 610px;
	font-size: 14px;
	line-height: 150%;
}


h3 {
    background-color: #ffffff;
    background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2.jpg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #1e8323;
    line-height: 45px;
    padding-left: 26px;
    margin-top: 0;
    margin-bottom: 0;
            }

h3 .tit01 {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
            }


/*
#main h3 .new {
            background-color: #ffffff;
            background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2_new.jpg);
            background-repeat: no-repeat;
            font-size: 14px;
	font-weight: bold;
            color: #1e8323;
            line-height: 45px;
            padding-left: 26px;
            margin-top: 0;
            margin-bottom: 0;
            }
#main h3 .hinshitu {
            background-color: #ffffff;
            background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2_hinshitu.jpg);
            background-repeat: no-repeat;
            font-size: 14px;
	font-weight: bold;
            color: #1e8323;
            line-height: 45px;
            padding-left: 26px;
            margin-top: 0;
            margin-bottom: 0;
            }
*/

/*
h3 {
	background-color: rgb(214, 229, 199);
	padding: 8px;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	margin-bottom: 18px;
	font-weight: normal;
	font-size: 16px;
	color: rgb(50, 111, 25);
	}
.square2 {
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	}
*/


.banner_area {  }
.left { text-align: left; }
.right { text-align: right; }
.text { margin: 4px 4px 10px; line-height: 150%; }

/* ************************************************ 
 *       TOP新着情報RSS配信設定
 * ************************************************ */
#news ul {
	margin: 0px 2px 35px;
	}
#news li {
	margin-bottom: 2px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 7px;
	border-bottom: 1px dotted rgb(153, 153, 153);
	}
.toprss {
	/* width: 670px; */
	width: 600px; /* 650px > 600px  */
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	overflow: hidden;
            }
.toprss img{
	margin: 5px;
            }
.toprss ul {
	padding: 0px;
	width: 600px; /* 650 > 600 */
	font-size: 14px; /* 120% > 12px > 14px */
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
            }
.toprss ul li {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
	width: 650px;
	padding-right: 0px;
	padding-left: 10px; /* 20 > 10  */
	display: block;
	list-style-type: none;
	color: #999;
            }


.rText{
	text-align: right;
	margin-top: 5px;
}

/* 2011-11-22画像周りマージン追加 */
div#container div#wrapper div#main div#content div.blog div.blogbody div.main img {
	margin: 5px 10px 5px 0;
}



/* **************************************************** メインコンテンツエリアここまで ******************************************************* */

/* ***************** フッター上バナー*************************** */
#banner_area2 {
	clear: both;
	width: 900px;
            height:70px;
	margin: 0pt auto;
            /*margin-bottom:15px;*/
	text-align: right;
	}
#banner_area2 p {
	float: right;
	width: 275px;
            height:64px;
            margin-right:5px;
            }
#banner_area2 img {
            margin-right:5px;
            padding:0px:
            }

/* ***************** TOP戻るボタン*************************** */
#wrapper #pagetop {
	clear: both;
	display: block;
    background-color:#fff;
	width: 950px;
	margin: 0pt auto;
	/* margin: 0pt 10pt 0pt 0pt; */
	text-align: right;
	}
#wrapper #pagetop_but {
	background: none repeat scroll 0% 0% rgb(122, 177, 123);
	padding: 2px 8px;
	text-align: center;
	width: 150px;
	float: right;
	font-size: 11px;
    margin-top:20px;
    margin-right: 10px;
	}
#wrapper #pagetop a:link { color: rgb(255, 255, 255); text-decoration: none; }
#wrapper #pagetop a:visited { color: rgb(255, 255, 255); text-decoration: none; }
#wrapper #pagetop a:hover { color: rgb(255, 255, 255); text-decoration: underline; }
#wrapper #pagetop a:active { color: rgb(255, 255, 255); text-decoration: underline; }


/* **************************************************** フッターエリアここから ******************************************************* */
#footer {
	clear: both;
	display: block;
       /* background-color: rgb(238, 238, 238);*/
	background-image: url(http://img02.ti-da.net/usr/okinawaenkaina/footer.png);
	margin: 0pt auto;
	width: 100%;
    height: 114px;
	}
#copyright {
	margin: 0pt auto;
	padding: 4px 2px 35px;
	/*width: 823px;*/
	width: 950px;
	font-size: 10px;
	text-align: right;
	color: #1e8323;
	}
#copyright a:link { color: rgb(255, 255, 255); }
#copyright a:visited { color: rgb(255, 255, 255); }
#copyright a:hover { color: rgb(255, 255, 255); }
#copyright a:active { color: rgb(255, 255, 255); }
/* **************************************************** フッターエリアここまで ******************************************************* */

/***********************************************************  TOPページの設定 end ****************************************************************************/




/***********************************************************  個別記事、アーカイブ側の設定 start *************************************************************/

/* ************************************************ 
 *     個別記事表示部の設定箇所
 * ************************************************ */

/* ブログ記事表示エリアの配置 */

#content{
	float: right;
	width: 630px; /* 640 > 600 */
	margin-right: 5px;
    margin-top:0px;
	padding: 5px 40px 5px 5px; /* 5 */
    text-align:left;
}
/* ブログ外枠 */
.blog{
	margin-top: 0;
	margin-bottom: 5px;
            overflow: hidden;
}

/* パン屑メニュー */
.topicpass {
	font-size: 10px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	line-height: 16px;
	vertical-align: bottom;
}
.topicpass img {
	border: none;
	vertical-align: bottom;
}

/* サイド（左サイド） */
#links{
	/*float: left; */
	width: 210px;
	/*margin: 10px auto 10px 15px; */
	margin: 0px 0px 0px 0px;
	font-size: 85%;
            line-height: 150%;
            text-align:left;
}


/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	background-image: url(http://img02.ti-da.net/usr/okinawaenkaina/tit.png) ;
    text-decoration:none;
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	font-size: 15px;
	/* background-color: ffffcc; */
	/* padding-top: 0px; */
	padding: 7px 0 0px 25px;
	margin: 0px 0px 0px 0px;
	color: #666666;
            }

.title a {
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	/*
	margin-bottom: 20px;
	padding-bottom: 0px;
	*/
	}

.titleTrackBack{
	/* background-image: url(http://img02.ti-da.net/usr/okinawaenkaina/tit.png) ; */
    text-decoration:none;
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	font-size: 15px;
	/* background-color: ffffcc; */
	/* padding-top: 0px; */
	padding: 7px 0 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
            }

.titleTrackBack a {
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 10px 0 0 30px;
	}

.title01{
	background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h3.jp) ;
	background-repeat: no-repeat;
	/* width: 620px; */
	/* height: 45px; */
	font-size: 16px;
	font-weight: bold;
            color: #1e8323;
	/* background-color: ffffcc; */
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 26px;
	margin: 0px 0px 0px 0px;
            }

.title02{
	background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2.jpg) ;
	background-repeat: no-repeat;
	/* width: 620px; */
	/* height: 45px; */
	font-size: 14px;
	/* background-color: ffffcc; */
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin: 0px 0px 0px 0px;
	color: #666666;
            }

.title_sub{
	/* background-image: url(http://img05.ti-da.net/usr/ryukyurise/title2a.gif) ; */
	background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2.jpg) ;
	background-repeat: no-repeat;
	/* width: 650px; */
	/* height: 45px; */
	font-size: 1.2em;
            font-weight:bold;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin: 0;
	color: #666666;
            }


/* 記事日付 */
.date{
	font-size: 12px;
	color: #666666;
    padding-top: 0px;
	padding-right: 30px;
	margin-top: 0px;
	text-align: right; 
	margin-bottom: 10px;
}

h3 .date{
	font-size: 12px;
	color: #666666;
	text-align: right; 
    font-weight: bold;
    line-height: 1.8%;
    padding-top: 0px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* 記事本文 */
.blogArticle{
	width: 620px;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 20px;
	color: #666666;
	line-height: 150%;
}
/* 記事本文内画像 */
.blogArticle img{
	margin: 10px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	width: 560px;
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
	font-size: 78%;
}

/* このページの上へ */
.blog_pagetop{
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}



/* ************************************************ 
 *      トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0 0 5px 10px;
	font-size: 90%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 90%;
	font-weight: bold;
	color: #916721;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 80%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 78%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/title_h2.jpg) ;
	font-size: 90%;
	background-color: #916721;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 36px;
	margin: 0 0 10px;
	color: #FFFFFF;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 78%;
	text-align: right;}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 80%;
	line-height: 130%;
}

/* コメント入力テーブル */
form table {
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
form table tr td {
	line-height: 170%;
    font-size: 12px;
    color: #666;
}

/* 本文 */
#text{}

/* メールアドレス */
#email{}

/* 名前 */
#author{}

/* URL */
#url{}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	margin-bottom: 10px;
}

/* サイドタイトル */
.sidetitle{
	/* border-left: 0px solid #584748; */
	/* border-right: 0px solid #584748; */
	/*background-image: url(http://img02.ti-da.net/usr/ovicdevelopersblog/sideTitle.gif) ;*/
	/*background-repeat: no-repeat;*/
	/* width: 170px; */
	/* height: 20px; */
	/* background-color: #FFF; */
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
            margin-bottom: 10px;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 10px;
	/*margin-right:auto;*/
	margin-left:5px;
	width: 210px;
	font-size: 11px;
}
#side .sidebody a {
	background-color: rgb(255, 255, 255);
	margin-bottom: 1px;
	padding: 15px 15px 15px 5px;
	display: inline;
	color: rgb(68, 68, 68);
	text-decoration: underline;
	width: 170px;
	height: 20px;
	}
#side .sidebody a:hover {
	background-color: rgb(255, 255, 255);
	margin-bottom: 1px;
	color: rgb(68, 68, 68);
	text-decoration: underline;
	}

/* 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;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid ##666666;
	border-collapse:collapse; /* カレンダー枠線1本の場合には追記すること  */
	font-size: 12px;
	width: 176px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCCCCC;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
            padding--left:5px;
}

/* 最近の記事 */
.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: 80%;
	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{}

/***********************************************************  個別記事、アーカイブ側の設定 end *************************************************************/