/* ページ全体の設定 */
body {
text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
font-size: 12px; 
color: #333; 
background-color: #ececec; 
background-image: url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_bg.gif);  
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
font-family : "Verdana","Tahoma","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka";
line-height : 1.2em;
margin-top : 0px;
margin-left : auto;
margin-right : auto;
margin-bottom : 0px;}

/*リンクの設定*/


a:link {
color: #222; 
text-decoration: none;
}

a:active {
color: #999; 
text-decoration: none;
}

a:visited {
color: #222; 
text-decoration: none;
}

a:hover {
color: #999; 
text-decoration: none;
}

a img {
border-style : none;
border-width : 0px;	
text-decoration : none;}

/*コンテナ部分の設定*/
div#container {
  background-color : #ececec;
  width : 764px;       /* コンテンツ幅を764pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}

/* エントリー欄の設定 */
div#box_main{
  width : 570px;
  float: right;
}

.entry_title{
font-family : "Verdana","Tahoma","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","ＭＳ Ｐゴシック";
	height : 27px;
	background-image : 
url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_main_h.jpg);
	background-repeat : no-repeat;
        background-position : top center;
}

.title_txt{
        text-align : center;
        color : #fff;
        font-size: 12px; 
	font-weight : bold;
        padding : 6px 30px 4px 30px;
        margin : 0;
}

.main_txt {
        color: #555;
        font-size: 12px;
	background-image : url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_main_c.jpg);
	background-repeat : repeat-y;
        background-position : top center;
        padding : 12px 34px 10px 32px;
        line-height : 1.4em ;
}

.main_txt a:link {color: #555; border-bottom: 1px dotted #555;}
.main_txt a:active {color: #ccc;}
.main_txt a:visited {color: #555; border-bottom: 1px dotted #555;}
.main_txt a:hover {color: #ccc;}

.main_txt img {margin : 0px 5px 3px 0px;}

.main_txt ul{
	padding : 0;
        list-style-type : none;
	list-style-position : outside;
}

.main_txt ul li{
        margin : 0.4em;
	padding : 1px 0px;
}

.main_btm{
        height : 41px;
	background-image : url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_main_b.jpg);
	background-repeat : no-repeat;
        background-position : top center;
}

.btm_txt{
        font-size : 12px;
        font-weight : bold;
        padding : 0px 34px 19px 32px;
        text-align : right;
}
      
.state {
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing : 1px;
}

.navi {color: #777;
margin: 0 20px 10px 20px;
text-align: center;
}

/* 著作権表示の設定 */
.copyright{clear : both;
        text-align : center ;
	padding : 20px 10px 10px 10px;
	font-size : 11px ;
        color : #333;
}

/*ヘッダーの設定*/ 
.head{
	height : 93px ;
        text-align : center ;
	background-image : url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_ban.jpg);
	background-repeat : no-repeat;
        background-position : center top;
}  

/* ブログのタイトルの設定 */
.site_title{
font-family : "Verdana","Tahoma","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","ＭＳ Ｐゴシック";
	font-weight : bold ;
	padding : 20px 50px 4px 30px;
        margin : 0;
}

.site_title a:link {font-size: 18px; color:#222;}
.site_title a:active {font-size: 18px; color:#aaa;}
.site_title a:visited {font-size: 18px; color:#222;}
.site_title a:hover {font-size: 18px; color:#aaa;}

/* ブログの説明文の設定 */
.site_s{
        color : #333;
	font-size : 12px;
        font-family : "Verdana","Tahoma","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka";
        font-weight : normal;
	padding : 0px 50px 20px 30px;
        margin : 0;
}

/* 投稿欄、ボタンの設定 */
textarea,button,submit,input,select{
font-size :12px;
line-height : 1.4em ;
color :#f0f0f0;
border-top : #111 1px solid; 
border-left : #111 1px solid; 
border-bottom : #777 1px solid;
border-right : #777 1px solid;
background : #444;
}

/* サイドバーの設定 */
div#box_side{
	background-image : 
url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_side_c.jpg);
	background-repeat : repeat-y;
        background-position : top left; 
        width : 194px;
        float : left;
        overflow : hidden;
}

.side_head{
	background-image : url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_side_h.jpg);
	background-repeat : no-repeat;
        background-position : top left; 
	height : 22px;
}

.side_title{  
        margin : 0px;  
        padding : 7px 12px 0px 5px;
        font-family : "Verdana","Tahoma","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","ＭＳ Ｐゴシック";
        color : #222;
        font-size : 11px;
	font-weight : bold;
}

.side_txt{
	font-size : 11px ; 
	padding : 2px 12px 0px 5px;
        line-height: 1.2em;
}

.side_txt p{
	margin : 0.4em;
}

.side_txt ul{
	margin : 0px 10px 0px 5px;
        list-style-type : none;
	list-style-position : outside;
        padding : 0;
}

.side_txt li{
	font-size : 11px;
	line-height : 1.4em;
	padding : 1px 0px;
}

.side_btm{
	margin : 0px;
        height : 30px;
	background-image : url(http://blog-imgs-30-origin.fc2.com/o/r/e/oresamachan/obs_side_b.jpg );
	background-repeat : no-repeat;
        background-position : top left; 
}

br {letter-spacing : normal ;}

hr {
color : #999;
height : 1px;}


/* カレンダーの設定 */
.plugin-calender
	{
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px }
.calender
	{
	text-align: center;
	color: #555;
	margin: 0;
	padding: 0 }
.calender caption
	{
	color: #222;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px;
	padding: 0 }
.calender th
	{
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	width: 21px;
	height: 20px;
	border-style: solid;
	border-width: 0 0 3px;
	border-color: #555 }
.calender th#sun
	{
	color: #222;
	text-align: center;
	border-style: solid;
	border-width: 0 0 3px;
	border-color: #222}
.calender th#sat
	{
	color: #999;
	text-align: center;
	border-style: solid;
	border-width: 0 0 3px;
	border-color:  #999;}
.calender td
	{
	color: #555;
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 17px; }
.calender td a:link
	{
	color: #fff;
	font-weight: bold;
	background-color: #222;
	display: block;
	margin: 0;
	padding: 0;
	width: 21px;

	height: 17px }
.calender td a:visited
	{
	color: #fff;
	font-weight: bold;
	background-color: #222;
	display: block;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 17px }
.calender td a:hover
	{
	color: #222;
	font-weight: bold;
	text-decoration: none;
	background-color:#fff;
	display: block;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 17px }

/* 引用部分の設定  */
blockquote {
	margin : 1em 25px 1em 13px;
	padding : 0 10px;
        color: #777;
        border : 2px dotted #555;
}

/* 絵文字に対する設定 */
img.emoji 
	{
	background-color: transparent;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
	vertical-align: middle }