@charset "UTF-8";

/*
-----------------------------------------------------
livedoor Blog CSS
FileName:	Zen Style（3カラム）
Version:	2006.09.25
-----------------------------------------------------
*/


/**********************************
/           CSS Menu
**********************************
	1.Global
	2.Common
	3.Article
	4.side
	5.Other
*********************************/


/**********************************
***          Global             ***
**********************************/
*{
	word-break:break-all;
	font-family:MS UI Gothic, arial, sans-serif;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	color:#212321;
	background: #DEDED5;

}
a{
	color:#3366CC;
}
a:hover{
	text-decoration:none;
}
h1
,h2
,h3{
	margin:0;
	padding:0;
}

table#header{
	background:#ececec;
	width:100%;
	font-size:12px;
	color:#4d4d4d;
}
table#header a{
	color:#4d4d4d;
}
table#header th{
	width:1%;
}
table#header th img{
	margin:2px 10px;
}
table#header td.catprbox{
	width:1%;
	white-space:nowrap;
}
table#header td.catprbox span{
	margin-right:15px;
}
table#header td.newstickerbox{
	width:97%;
	text-align:right;
	padding-right:10px;
}
table#header td.startblogbox{
	width:1%;
	padding-right:10px;
	white-space:nowrap;
}
table#header td.startblogbox img{
	width:17px;
	height:16px;
	border:0px;
	vertical-align:middle;
	margin-right:3px;
}

#headline{
	width:1042px;
	height:150px;
	border:solid 1px;
	border-color:#000;
        padding: 0.5em;
	margin:0 auto;
        overflow: auto;
}

#headline_title{
	width:100%;
	margin:0 auto;
	border:1px solid #fff;
	background-color:#fff;
	text-align:left;
}

<!--▼▼ ヘッダーメニュー ▼▼-->
#globalnavi{
  margin: 0;
  padding: 0;
  width: 1060px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
	background-color: #eee;
}

#globalnavi li{
  float: left;
  width: 106px;
  margin: 0;
  padding: 0;
	font-size: 13px; /* 文字サイズ */
	list-style: none;
}

#globalnavi a{
	border-right: 1px solid #666;
	padding: 3px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

#globalnavi a:hover{
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

<!--▲▲ ヘッダーメニュー ▲▲-->
#container{
	margin:0 auto;
	text-align:center;
}

#banner{
	margin:0 auto;
	text-align:center;
	clear:both;
}
#banner a{
	color:#fff;
	text-decoration:none;
}
#banner a:hover{
	text-decoration:underline;
}
.blogtitle{
	width:1060px;
	margin:0 auto;
	padding:15px 0 2px;
	text-align:left;
	font-size:20px;
}
.description{
	width:1060px;
	margin:0 auto;
	padding:3px 0 0px;
	line-height:125%;
	text-align:left;
	font-size:12px;
	color:#000;
}
#blogcontainer{
	width:1060px;
	margin:0 auto;
	padding:0;
	height:1%;
	background: #fff;
}
#wrapper{
	float:left;
	width:895px;
	background: #fff;
}
#content{
	float:right;
	width:730px;
	text-align:left;
	background: #fff;
}
#contentin{}
#left{
	float:left;
	width:160px;
	margin:0 auto;
	padding:0;
	clear:left; /* leftでもrightでも可能 */
overflow: auto /
}
#lefttop{}
#leftbody{}
#leftbottom{}
#right{
	float:right;
	width:160px;
	margin:0 auto;
	padding:0;
}
#righttop{}
#rightbody{}
#rightbottom{}

#categorytitlebody{}
#categorytitle{
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#footer{
	height:156px;
	background:url(http://parts.blog.livedoor.jp/img/usr/zen_style/bottom.gif) repeat-x;
}
#outfooter{}

/**********************************
***          Common             ***
**********************************/
.datetop{}
.fullbody{}
.datebody{}
h3.date{
	padding:10px 0 0;
	font-size:12px;
	font-weight:bold;
}
.blogbodytop{}
.blogbody{
	margin:5px 0 30px;
	text-align:left;
	border:1px solid #7bb337;
	background: #fff;
}
.titlebody{}
h2.title{
	line-height:137%;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#a0522d;
	border-bottom:1px solid #7bb337;
	background-color:#7bb337;
}
h2.title a{
	color:#191970;
}

h2.title a:visited { color:#666666; } 
.main
,.mainmore{
	margin:10px 5px 20px;
	line-height:147%;
	font-size:15px;
	background:#fff;
}
blockquote{
	background:#f7fdef;
	border:1px solid #bfe09d;
	padding:15px;
	margin:10px 0;
	text-align:left;
}
.pict{
	margin:0 ;
}

a.continues
,.posted a
,.menu a
,.nextpage
,.commentttl a
,.trackbackttl a{}

a.continues:hover
,.posted a:hover
,.menu a:hover
,nextpage a:hover
,.commentttl a:hover
,.trackbackttl a:hover{}
 
.portal-links{
	font-size:12px;
	text-align:right;
	margin:5px 5px 12px;
}
.portal-links a{
	color:#f99c3c;
}
.portal-links a:hover{}

.posted{
	margin:5px;
	text-align:right;
	line-height:150%;
	font-size:12px;
}
.clipbutton{
	border:none;
}

.blogbodybottom{}
.dateend{}

.nextpage{
	text-align:right;
	margin:5px;
	font-size:12px;
}

/**********************************
***          Article            ***
**********************************/
.menu{
	font-size:12px;
	text-align:center;
	margin:0 0 0px;
}

#articletop{}
#articlebody{}

.comblogbodybottom{}
.subspace{
	margin:5px;
}

/*//   Trackback & Comment   //*/
.trackbackurltop{}
.trackbackurlbody{
	margin:0 auto 20px;
}
h3.trackbackurlttl
,h3.commenthead
,h3.trackbackhead
,h3.takecommenthead{
	font-size:14px;
	color:#000000;
}
h3.commenthead{
	font-size:14px;
	color:#a0522d;
	border:1px solid #7bb337;
	background-color:#7bb337;
}

.trackbackurl{
	margin:15px 0 0;
	text-align:left;
	font-size:12px;
}
.trackbackurl table{
	width:330px;
	margin:0 auto;
}
.trackbackurl table td{
	text-align:right;
}
.trackbackurl table td input.trackbackbox{
	width:225px;
}
.trackbackurl input{
	padding:2px 0;
}
.trackbackurlbottom{}

#commenttop{
	border:1px solid #7bb337;
}
,#trackbacktop{}
#comment
,#trackback{
	margin:0 auto 20px;
	border:1px solid #7bb337;}
#commentbody
,#trackbackbody{
	font-size:12px;
	margin:15px 10px 0;
}
.commentttl{}
,.trackbackttl{}
.commenttext
,.trackbacktext{
	margin:5px auto 10px;
	padding-left:15px;
	line-height:16px;
}
#commentbottom
,#trackbackbottom{}

/*//   Commnet Form   //*/
#formbodytop{}
#takecomment{}
#takecommentbody{}
.loginon,.loginoff{
	margin:5px 10px;
	font-size:12px;
}
.loginon a
,.loginoff a{}
.loginon a:hover
,.loginoff a:hover{}

#error{
	border:2px solid #f00;
	margin:10px 0;
	padding:10px 15px;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}
#error span{
	font-weight:normal;
}

#formbody{
	margin-top:20px;
}
#formbody table.form{
	margin:0px auto;
	font-size:12px;
	width:400px;
}
#formbody table.form th{
	font-weight:normal;
	padding:2px 5px 2px 0;
	text-align:right;
	white-space:nowrap;
}
#formbody table.form td{
	padding:2px 0;
}
#formbody table.form td span{
	margin-right:5px;
}
input#author{
	width:65%;
}
input#email{
	width:65%;
}
input#url{
	width:65%;
}
input#bake{}
textarea#text{
	width:600px;
	height:160px;
}
input.button{
	margin-top:10px;
	padding:2px 0;
	width:80px;
}
#formbodybottom{}
#articlebottom{}
#blogcommentbottom{}
#contentcommentbottom{}

/**********************************
***          Side               ***
**********************************/
/*//   CmnSide   //*/
.sidetitlebody{}
.sidetitle{
	border-top:1px solid #7bb337;
	padding:12px 0 0;
	line-height:100%;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.sidetitle a{
	color:#666;
}
.sidetop{}
.side{
	margin-bottom:10px;
	padding:10px 0 0;
	text-align:left;
	line-height:135%;
	font-size:12px;
}
.side a:visited{
	color:#898995;
}
.sidebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/zen_style/dot.gif) no-repeat 0 8px;
	line-height:18px;
	padding-left:10px;
	margin:0 7px 5px 10px;
	text-align:left;
	font-size:12px;
}
.sidebottom{}

/*//   Calendar   //*/
.calendarheadbody{
}
.calendarhead{
	border-top:1px solid #7bb337;
	padding:12px 0 0;
	line-height:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:160px;
}
.calendarhead a{
	color:#666;
	text-decoration:none;
}
.caltop{}
.calbody{
	padding:10px 0;
	text-align:center;
}
.caltbl{
	width:160px;
	margin:0;
}
.calendartable{}
.caltblwkbg{}
.calendarwd{}
.caltblwk{}
.caltblwk td{
	width:20px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.calendarweek{
	color:#999;
}
.weekday{}
.sun{}
.sat{}
.caltbldaybg{}
.caltblday{
	margin:0 auto 10px;
}
.caltblday td{
	width:20px;
	height:18px;
	padding:3px 0;
	text-align:center;
	font-size:12px;
}
.calendard{}
.calendardbg{}
.calendar{
	color:#999;
}
.calon{}
.caloff{}
.even{}
.odd{}
.calbottom{}

/**********************************
***          Other              ***
**********************************/
input.sf{
	width:122px;
	margin-right:3px;
}
.moblogbody
,.linkme
,.skypeme{
	text-align:center;
}
.afbody{
	text-align:center;
	padding-bottom:10px;
}
.afbody img{
	margin-bottom:3px;
}
.photo{
	text-align:center;
}
.nickname{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}
.message{
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	line-height:125%;
}
.blogtimes{
	margin:10px auto;
	text-align:center;
	width:160px;
}
.quotetable{
	background:#000;
	width:160px;
}
.quotetable img{
	width:160px;
}
.quote{
	color:#000;
	font-size:x-small;
	padding:1px;
	background:#fff;
}
.newslist{
	padding-right:5px;
}

/*//   Sidebanner   //*/
.elsehead{}
.elsebody{
	text-align:center;
}
.reader{
	padding-bottom:10px;
	width:117px;
	font-size:11px;
	text-align:left;
	margin:0 auto;
}
.powered
,.rss{
	padding-bottom:10px;
}
.elsebottom{}



/* 「含むはてなブックマーク」ボタン */
li.article-tool-box img {
	border:0 none;
	vertical-align:middle;
	}

/* ツイッター */
h4.twitter{
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-color:#000000;
font-size:18px;
font-weight: bold;
background-color:#8FBC8F;
}



/* AA表示 */

pre.aa{
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:12px;
line-height:14px;
font-weight: normal;
}


span.aa{
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-weight: lighter;
font-size:12px;
line-height:14px;
white-space: pre
}

table.amabest{
    border-top:1px solid #7bb337;
    border-left:1px solid #7bb337;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:12px;
}
.amabest th{
    border-right:1px solid #7bb337;
    border-bottom:1px solid #7bb337;
    color:#330000;
    background-color:#ffffff;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.amabest td{
    border-right:1px solid #7bb337;
    border-bottom:1px solid #7bb337;
    padding:0.3em 1em;
}

table.amatop td{
    empty-cells:show;
}
.amatop td{
    width:200px;
    padding:0.1em;
    font-size:11px;
	margin:0;
    text-align:center;
}

a img{ border:none}

hr.style1 {
    margin: 1em 0 1em;
    height: 4px;
    border: #7bb337 1px solid;
    }

.hatubaiyotei{
	line-height:137%;
	font-size:14px;
	font-weight:bold;
	color:#a0522d;
	border-bottom:1px solid #7bb337;
	background-color:#7bb337;
	padding:5px;
	margin:0 auto;
}
.hatubaiyotei a{
	color:#191970;
}

.hatubaibi{
	font-weight:bold;
	color:#green;
	background-color:#efefef;
}

#hatubai{
	width:100% ;
	height:150px;
	border:solid 1px;
	border-color:#7bb337;
        padding: 0;
        overflow: auto;
	background:#fff;

}
.res_b{
	font-weight:bold;
	font-size: 100%;
}

.msg{
	font-weight:bold;
	font-size: 100%;
}


.t_b t_i{
	font-weight:bold;
	font-size: 100%;
}

.t_b{
	font-weight:bold;
	font-size: 100%;
}


.daimei{
	width:100% ;
	padding : 10px ;
	border:solid 1px;
	border-color:#7bb337;
        overflow: auto;
	background:#7bb337;
}

.PortalLinks{
	line-height:137%;
	font-size:13px;
	color:#a0522d;
	background-color:#fff;
	margin:0 auto;
        padding: 0;
}

.ads01{
	float:right;
	padding:0;
	background-color:#green;
	margin:5px;
}

.hatubaitext{
	margin:10px 5px 20px;
	line-height:147%;
	font-size:13px;
	background:#fff;
}

blockquote {
background-color: #ffffff;
font-size: 90%;
color:#000000;
margin-left:10px;
margin-right:5px;　
margin-top:12px;　
margin-bottom:8px;
border: 1px #7bb337 outset;
padding: 12px;line-height: 160%;
}