@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

body {
        width; auto;
	/*background: url(http://blog-imgs-37-origin.fc2.com/i/m/o/imosokuvip/bg.jpg) repeat;
*/
        background: #e5e5e5;
	color: #333333;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}


img,
a img {
	border: none;
        margin: 5px 0px 0px 0px ;
}


/*li{}置き場*/

br.clear {
	clear: both;
	font: 0px/0px sans-serif ;
}

input,textarea,select {
	font-size: 12px;
	padding: 0px;
}

hr {
   border: solid #b2b2b2;
   border-width: 1px 0 0 0;
   height: 1px; /* IE6 */
   clear: both; /* IE6 */
}

/*
レイアウト
-------------------------------------------------*/

#base {
	width:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: *auto;
	background: #;/*url(http://blog-imgs-37-origin.fc2.com/i/m/o/imosokuvip/bg.jpg) repeat fixed;
*/
}

#wrap {
	width: 1024px;
	background: #e9e9e9;/*url(http://blog-imgs-37-origin.fc2.com/i/m/o/imosokuvip/bg.jpg) repeat fixed;
*/
}

#contents {
	padding: 5px;
	background: #e9e9e9;/*fff;*//*:url(http://blog-imgs-37-origin.fc2.com/i/m/o/imosokuvip/bg.jpg) repeat fixed;
*/
}
	
#leftside {
	width: 220px;/*180px;イメチェン前*/
	float: right;
	margin-top: 10px;
	overflow: hidden;
}

#main {
	float: left;
	width: 780px;/*825px;イメチェン前*/
}

#footer {
	clear:both;
	width:100%;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	border:1px solid #666;
	margin-top: 10px;
	background-color: #f5f5f5;
}

/* 
ヘッダー
------------------------------------- */
#header {
	background-image: url(http://blog-imgs-38-origin.fc2.com/i/m/o/imosokuvip/tyuruya_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 70px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

#h1 {
	font-size: 20px;
}

#header h1 {
	font-size: 20px;
}

#header h1 a {
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;
}

#header h1 a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.description {
	font-size: 10px;
	color: #BAFFB5;
	padding-top: 13px;
}

/* 
サイド
------------------------------------- */
#side a {
	color: #0000ff;
	text-decoration:none;
}

#side a:hover {
	color: #ff9933;
	text-decoration:none;
}


#side a:hover img {
	border: none;
	color: #f5f5f5;
	text-decoration:none;
}

#side {
	background-color: #f5f5f5;
	color: #333;
	font-size:12px;
	padding: 0px;
	border: 1px solid #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}


#side dt {
	margin-bottom: 10px;
        font-weight:bold;
	color: #ffffff;
	background-color: #006600;
	line-height: 32px;
	height: 32px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#side dd {
	margin: 0px;
	padding-left: 5px;
}

#side dd li a {
	display:block;/*
	background-image: #fff;
	background-repeat: no-repeat;
	background-position: 7px center;
*/	padding-left: 18px;
}

#side dd li a:hover {
	background-color: #fff;
/*	background-image: #fff;
	background-repeat: no-repeat;
	background-position: 9px center;
*/
}

/* 
フッター
------------------------------------- */

address {
	font-style:normal;
	margin-top:5px;
}




/* 横カレンダーの設定
------------------------------------------------------------ */

	#x_calender {
	text-align : center;
	width : 700px;
	font-size:11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
	border-top-width: 2px;
	border-right-width: 7px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-top-style: none;
	border-color: #fff;
	}

	#x_calender ul {
		margin : 0px;
		padding : 0px;
		text-align : center;
		/*list-style-position : inside;*/
	}

	#x_calender li {
	display : inline;
	list-style-type : none;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #fff;
	}

	#x_calender li a{
		text-decoration : none;
	}

	#x_calender li a:hover {
		text-decoration : none;
	}

	li.day {
		padding : 0px 2px;
	}

	.c_link {
		margin : 0px;
		padding : 0px  3px;
	}
	
#x_calender li.day a {
	color: #0000ff;
	background-color: #fff;
	text-decoration: underline;
}
#x_calender li.day a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}


/* プラグインカレンダーの設定
------------------------------------------------------------ */

	.calender {
		width :150px;
		font-size :11px;
		border-collapse :separate;
		margin : 5px auto 0px;
	}

	.caption {
		margin : 10px 0px 5px;
		padding : 0px;
	}
	
	th#sat {
		color :#3b5fcc;
	}

	th#sun {
		color :#b60000;
	}

	.calender a:link,
	.calender a:visited {
		text-decoration: none;
	}

	.calender a:hover {
		text-decoration : underline;
	}

	.calender th {
		width : 20px;
		height : 25px;
		font-size : 10px;
		text-align : center;
		border-bottom : 1px solid #cccccc;
	}

	table.calender td {
		text-align : center;
	}

	.calender td a {
		display:block;
	}

	.calender td a:link,
	.calender td a:visited {
		color : #ffffff;
		text-decoration : none;
		background-color : ghostwhite;
		border-bottom : 0px;
	}

	.calender td a:hover {
		text-decoration : none;
		background-color : #ffffff;
		border-bottom : 0px;
	}


/*
RSSリンク
------------------------------------- */

.feed {
	text-align: center;
	margin: 10px auto;
}

.feed img {
	margin:2px;
}


.chun2 {
	font-weight:bold;
	font-size:10px;
	text-align:left;
	margin:0px 0px 10px 0px;
}
.chun2 a:link{color:#ff9900}
.chun2 a:visited{color:#ff9900}



/* 
メイン
------------------------------------- */
/* 記事 枠、位置など*/ 
.tsetting {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}

.e_area {
	border:1px solid #666;
	background-color: #f5f5f5;
	padding-left: 20px;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.e_area dt {
	padding:15px 15px 5px 15px; 
}

.e_area dd {
	margin:0px 15px 0px 15px;
	padding-bottom:40px;
}

table#exsites {
    width: auto;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

table#exsites th {
    padding: 1px;
    border: none;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    /*font-weight: bold;
    line-height: 120%;*/
}
table#exsites td {
    padding: 1px;
    border: none;
    border-width: 0 0 1px 1px;
}

.rsspickup_body1st {
	font-size: 14px;
	font-weight: bold;
	height:300px;
	background-color: #f5f5f5;
	overflow:scroll;
	overflow-x:hidden;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rsspickup_body2nd {
	border:1px solid #666;
	font-size: 14px;
	font-weight: bold;
	height:300px;
	background-color: #fff;
	overflow:scroll;
	overflow-x:hidden;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rsspickup_body3rd {
	border:1px solid #999;
	font-size: 14px;
	font-weight: bold;
	height:300px;
	background-color: #fff;
	overflow: hidden;
	overflow-x: hidden;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.douzine_body {
	border:1px solid #666;
	font-size: 14px;
	font-weight: bold;
	height:125px;
	background-color: #fff;
	overflow:scroll;
	overflow-x:hidden;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rsspickup_bodymini {
	font-size: 14px;
	font-weight: bold;
	height:50px;
	background-color: #fff;
	overflow:scroll;
	overflow-x:hidden;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* 記事タイトルですよ奥さん */
.e_area .e_title {
	font-size:18px;
	font-weight:bolder;
	margin-top:10px;
	color: #f5f5f5;
        background: #006600;/*#f5f5f5;*/
        border-left: 10px solid #ffcc00;
}

h2 a {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;/*#3366FF;*//*#FFCC33;*//*#fff;*//*#003300;*/
}

.e_date {
	font-size:10px;
	text-align:right;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.e_body {
	line-height:150%;
	background-color: #f5f5f5;
	color: #000;
	border: none;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 140%;
}

.e_more {
	margin-bottom:20px;
}

.entry_state {
	font-size: 10px;
	}

blockquote {
	background: #f9f9f9;
	font-size: 14px;
	color: #333;
	border: 1px #336699 dotted;
	margin: 2px;
	padding: 10px 10px 10px 10px;
	line-height:120%;
}

.pickup_body {
	border:1px solid #666;
	background-color: #f5f5f5;
	padding-left: 20px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rsspickup_body {
	border:1px solid #666;
	background-color: #fff;
	padding-left: 1px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*全記事*/
.main_body {
	border:1px solid #666;
	background-color: #000;
	padding-left: 20px;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* 記事内の画像 */
.pict {
	border:1px #CCC dotted;
	padding:3px;
	display: block;
}

.e_navi {
	margin-bottom: 20px;
	text-align:center;
}

.e_navi span {
	margin:0px 15px; 
}

/*
ページナビ
------------------------------------- */

#main .page_navi {
	background:#fff;
	margin:0px;
	text-align:center;
	font-size: 14px;
	padding: 5px;
}


.page_navi_h_f {
	text-align:center;
	font-size: 14px;
	padding: 5px;
	border:1px solid #666;
	background-color: #fff;
	margin: 10px;
	line-height:200%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*
コメント・トラックバック
------------------------------------- */
.comm_name{
        color: #008000;
        font-size: 126%;
        font-weight: bold;
}

.e_area dt .tb_head {
	font-weight: bolder;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #552031;
}

.e_area dd.tb_box {
	margin:10px 15px;
	border:1px solid #6F2B41;
	padding:5px;
}

dd.tb_box .tb_state {
	font-size: 10px;
	padding:5px;
}

dd.tb_box .tb_body {
	padding:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

dd.tb_box .tb_title {
	padding:0px 5px 5px 5px;
	font-weight:bolder;
}


.e_area dd.com_form {
	margin:15px;
}

dd.com_form .form {
	width:300px;
}

dd.com_form th {
	font-weight:normal;
	text-align:left;
	padding-right:10px;
}


.e_area dt h3 {
	font-size:12px;
	margin-bottom:10px;
}
/*ブログ全域のイメージに影響
#contents a img {
	border: 2px solid #f5f5f5;
}
*/

.entry_footer ul li {
	display: inline;
	margin-right: 5px;
}
.entry_footer ul {
	border: none;
	padding: 2px;
}
#main .pagetop {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
form .form_width {
	width: 380px;
}
form .form_width_l {
	width: 500px;
}
form .form_width_s {
	width: 250px;
}
#main .form_box {
	background-color: #fff;
	padding: 10px 10px 0px 20px;
	margin: 10px;
}
#main .li_right {
        padding 10px 10px 0px 20px
}

#contents #main p {
	margin: 10px;
}
.comment_body {
	line-height:135%;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
}
.comment_footer {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.comment_footer li {
	display: inline;
}
.comment_footer .comment_header {
	font-weight: bold;
}

/* AA表示用 aaなにっき様感謝*/

.aa {
	font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	font-size:16px;
	line-height:18px;
}


.aa a img{
	border: 2px solid #f5f5f5;
}

.aa a:hover img {
	border: 2px solid #0099cc;/*#ffcc66;*/
/*	position: relative;*/
/*
	opacity: 0.9;
	filter: alpha(opacity=90);
*/
}

/* comment */
ol.comnum li {
	color: #333;
	list-style: decimal;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;

}
ol.entry_num li {
	list-style-type: decimal;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
}

/* 記事囲み */
.entry_block {
height:250px;
width: 800px;
text-align:left;
border-collapse:collapse; /* 余白をなしに */
background-color:#fff; /* 背景色 */
border:1px solid #333; 
padding: 1px 5px 1px 10px;
margin:10px 10px 10px 100px; 
overflow:scroll;
overflow-x:hidden;
background-image: url(
http://blog-imgs-29-origin.fc2.com/i/m/o/imosokuvip/tyuruya_smile3.jpg);
/*
background-image: url(http://blog-imgs-30-origin.fc2.com/i/m/o/imosokuvip/chu3.jpg);
*/
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: scroll;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.headlinetitle {
color: #ffffff;
text-align: center;
font-size: 12px;
font-weight: 700;
background: #006633;
padding: 1px;
}

.headleft {
float: left;
width: 300px;

}

.headright {
float: right;
width: 300px;
}

.headcontent {
text-align: left;
font-size: 12px;
color: #000;
line-height: 150%;
padding: 3px;
}

p#ayaponrss {
margin: 10px 0px 0px 0px; 
text-align: center; 
font-size: 10px;
}

.char {
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
}
.char2nd {
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
}

/*トップメヌー*/

ul#tm {
	background: url(http://blog-imgs-29-origin.fc2.com/i/m/o/imosokuvip/bar.png) repeat-x;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 24px;
	position: relative;
}

ul#tm li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: solid 1px #003333;
	line-height: 24px;
}

ul#tm li a {
	padding: 0 10px;
	display: block;
        color: #ffffff;
	text-decoration: none;
}

ul#tm li a:hover {

	background: url(http://blog-imgs-45-origin.fc2.com/i/m/o/imosokuvip/obar.png) repeat-x;
/*	background-color: #006600;
*/	color: #FFFFFF;
}



/* プラグイン3タイトル */
.p3_title {
text-align:left;
font-size:15px; /* 文字サイズ */
font-weight:bold; /* 文字の太さ */
background-image: url(http://blog-imgs-30-origin.fc2.com/i/m/o/imosokuvip/tyuruyasan.jpg);
background-repeat: no-repeat;
color:#000; /* 文字色 */
background-color:#FFFFFF;/*#dcdcdc;*/ /* 背景色 */
	line-height: 31px;
	padding-left: 45px;
	margin: 5px;
}

p.entry_more {
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(http://templates.blog.fc2.com/template/sky_cube/sky_cube_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* 「含むはてなブックマーク」ボタン */
img.b_entry{
	float: none;
	clear: both;
	border: none;
}

.rdtxt {
	line-height: 30px;
}

.awasete_yomitai {
}
.awasete_yomitai ul{
font-size:0.9em!important;
margin:0px!important;
}
.awasete_yomitai ul.awasete_favicon {
list-style-image:none;
list-style-type:none!important;
list-style-position: outside;
}

.awasete_yomitai li{
background-position:0px top;
background-repeat:no-repeat;
margin:1pt 0;
list-style-image:none!important;
list-style-type:none!important;
list-style-position: outside;
}
.awasete_yomitai .awasete_favicon li{
padding:0pt 0pt 0pt 20px;
}

.ranking_title { 
color:#ffffff;
font-size:14pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#006600;          /* 背景色    (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
border-bottom:#666666 1px solid;   /* 飾り線(下)(記事タイトル)*/
padding:5px 20px;
margin:0;
} 


.ranking {
	border:1px solid #333;
	background-color: #fff;
	padding-left: 5px;
	margin-bottom: 20px;
	line-height:200%;
}
