@charset "UTF-8";
/*====================================
	tag-reset
====================================*/
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	}

/*¥*/
a{
	overflow: hidden;
}
/**/


/*====================================
	common-tag
====================================*/
body{
	font-family: "News Gothic", "Century Gothic", Futura, "Optima", "Trebuchet MS", "Gill Sans", "Lucida Grande", Arial, Helvetica,"ヒラギノ丸ゴ Pro W4",Osaka,meiryo, sans-serif,"MS Pゴシック";
	font-size:90%;
	line-height:1.5;
	color: #333;
	background-color:#CFDB00;
	text-align: center;
	}
h1{
	padding:5px 0;
	font-size:90%;
	}
a{
	color:#339900;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
img{
	border:0;
	}
strong{
	font-weight:bold;
	}
.clear{
	clear: both;
	line-height: 0;
	}
ul{
	list-style: none;
	}
.alC{
	text-align:center;
	}
.alR{
	text-align:right;
	}
.flL {
	float: left;
	margin-bottom:10px;
	}
.flR {
	float: right;
	margin-bottom:10px;
	}
.section{
	margin:10px;
	}
/*====================================
	parts
====================================*/
div#container{
	width:760px;
	margin:0 auto;
	text-align:left;
 	}
div#header{
	width:760px;
	height:110px;
	background:#CFDB00 url(template-lime/img/header-bg.jpg) no-repeat 0 0;
	}
div#inner{
	width:760px;
	background:#CFDB00 url(template-lime/img/inner-bg.jpg) repeat-y;
	}
div#main{
	width:510px;
	padding-top:10px;
	float:left;
	}
div#sidemenu{
	width:250px;
	float:left;
	}
div#footer{
	width:760px;
	background:#CFDB00 url(template-lime/img/footer-top.jpg) no-repeat 0 0;
	text-align:center;
	}

/* header
---------------------------------------*/
div#header h2 a{
	display:block;
	float:left;
	width:380px;
	height:110px;
	text-indent:-9999px;
	}
div#header p a{
	display:block;
	float:right;
	width:300px;
	height:30px;
	text-indent:-9999px;
	}

/* main
---------------------------------------*/
div#main p.topback{
	text-align:right;
	}
div#main p.entryBot{
	text-align:right;
	border-top:1px solid #CCCCCC;
	margin-top:10px;
	padding-top:5px;
	}
div#main p.entryBot img{
	margin:0;
	padding:0;
	border:0;
	background:none;
	}
div#main h2{
	margin-left:35px;
	margin-bottom:5px;
	font-size:120%;
	font-weight:bold;
	}
div#main p.searchP{
	margin-left:35px;
	}
	
/*==topphoto==*/
div#main #topphotoBox{
	width:450px;
	margin-left:35px;
	margin-bottom:5px;
	}
div#main #topphotoBox p.topphoto{
	width:93px;
	height:93px;
	background:url(template-lime/img/topphoto-bg.jpg) no-repeat 0 0;
	padding-right:18px;
	padding-bottom:15px;
	float:left;
	}
div#main #topphotoBox .topphoto img{
	margin-top:7px;
	margin-left:7px;
	}

/*==topAd==*/
div#main .ad{
	width:468px;
	margin-left:30px;
	margin-bottom:5px;
	}


/*==entryBox==*/
div#main .entryBox{
	width:450px;
	padding-top:5px;
	margin-left:35px;
	background:url(template-lime/img/entry-bg.jpg) no-repeat 0 0;
	}
div#main .entryBox a{
	margin:0 2px;
	}
div#main .entryBox h3{
	color:#339900;
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
	}
div#main .entryBox h3 a{
	font-weight:bold;
	}
div#main .entryBox h4{
	border-bottom:1px dashed #339900;
	border-left:3px solid #339900;
	padding-left:5px;
	margin-top:25px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(template-lime/img/h4-bg.jpg) repeat-x 0 100%;
	}	
div#main .entryBox h5{
	background:url(template-lime/img/entry-dot.jpg) no-repeat 0 6px;
	color:#339900;
	font-weight:bold;
	padding-left:10px;
	}
div#main .entryBox ul{
	background:#fff url(template-lime/img/entry-ul-bg.jpg) repeat-y;
	margin-left:5px;
	margin-bottom:10px;
	padding:5px 0;
	}
div#main .entryBox li{
	background:url(template-lime/img/entry-dot.jpg) no-repeat 0 6px;
	margin-left:10px;
	padding-left:10px;
	}	
div#main .entryBox p{
	margin-bottom:10px;
	}
div#main .entryBox blockquote{
	padding:5px 10px;
	margin:10px 0 10px 5px;
	border:1px solid #999999;
	background:url(template-lime/img/blockquote-bg.jpg) no-repeat 0 0;
	}
div#main .entryBox img{
	margin:5px;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
	}
div#main ul.navi{
	width:450px;
	margin-left:35px;
	height:3em;
	}
div#main ul.navi li.prev{
	float:left;
	}
div#main ul.navi li.next{
	float:right;
	}

/*==commentBox==*/
div#main .commentBox{
	width:450px;
	padding-top:5px;
	margin-left:35px;
	background:url(template-lime/img/comment-bg.jpg) no-repeat 0 0;
	}
div#main .commentBox h3,
div#main .commentBox h3 a{
	font-weight:bold;
	}
div#main .commentBox blockquote{
	margin-left:20px;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #999999;
	background:url(template-lime/img/blockquote-bg.jpg) no-repeat 0 0;
	}

/*==tbBox==*/
div#main .tbBox{
	width:450px;
	padding-top:5px;
	margin-left:35px;
	margin-bottom:15px;
	background:url(template-lime/img/tb-bg.jpg) no-repeat 0 0;
	}

div#main .tbBox .tbentryBox{
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #999999;
	background:url(template-lime/img/tbentry-bg.jpg) no-repeat 0 0;
	}

/*==searcnResult==*/
div#main .searchResult form{
	margin-left:35px;
	margin-bottom:10px;
	}

/*==form==*/
div#main .commentBox input.info,
div#main .commentBox input.button,
div#main .commentBox textarea,
div#main .tbBox input{
	border:1px solid #339900;
	}
div#main .commentBox input.info{
	width:200px;
	}
div#main .commentBox input.button{
	color:#006600;
	background-color:#CFDB00;
	margin-top:5px;
	}
div#main .commentBox textarea{
	width:300px;
	}
	
/*-prev-*/	
div#main #commnetPrevForm{
	margin-left:50px;
	}
div#main #commnetPrevForm input.info,
div#main #commnetPrevForm input.button,
div#main #commnetPrevForm textarea{
	border:1px solid #339900;
	}
div#main #commnetPrevForm input.info{
	width:200px;
	}
div#main #commnetPrevForm input.button{
	color:#006600;
	background-color:#CFDB00;
	margin-top:5px;
	}
div#main #commnetPrevForm textarea{
	width:300px;
	}

/*-tb-*/	
div#main .tbBox input{
	width:350px;
	margin-bottom:15px;
	}

/* sidemenu
---------------------------------------*/
div#sidemenu h4{
	width:250px;
	height:18px;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
/*==about==*/
div#sidemenu #about h4{
	background-image:url(template-lime/img/side-about-h4.jpg);
	}
div#sidemenu #about p{
	background:url(template-lime/img/side-about-bg.jpg) no-repeat 0 100%;
	padding:5px 10px 15px 60px;
	margin-bottom:10px;
	font-size:90%;
	}

/*==tags==*/
div#sidemenu #tags h4{
	background-image:url(template-lime/img/side-tags-h4.jpg);
	}
div#sidemenu #tags p{
	margin-left:60px;
	margin-bottom:15px;
	}
div#sidemenu #tags span{
	margin-right:5px;
	}
div#sidemenu #tags span.taglevel6{
	font-size:90%;
	}
div#sidemenu #tags span.taglevel5{
	font-size:100%;
	}
div#sidemenu #tags span.taglevel4{
	font-size:110%;
	}
div#sidemenu #tags span.taglevel3{
	font-size:120%;
	}
div#sidemenu #tags span.taglevel2{
	font-size:130%;
	}
div#sidemenu #tags span.taglevel1{
	font-size:140%;
	}

/*==catelist==*/
div#sidemenu #catelist{
	margin-bottom:10px;
	}
div#sidemenu #catelist h4{
	background-image:url(template-lime/img/side-cate-h4.jpg);
	height:126px;
	}
div#sidemenu #catelist ul{
	width:200px;
	margin-left:50px;
	}
div#sidemenu #catelist ul li{
	width:200px;
	height:35px;
	}
div#sidemenu #catelist ul li a{
	display:block;
	width:200px;
	height:35px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(template-lime/img/side-cate.jpg);
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	padding-left:30px;
	padding-top:3px;
	}
div#sidemenu #catelist ul li a:hover{
	background-position:0 -60px;
	}
/*
div#sidemenu #catelist ul li a#xhtmlcss{
	background-image:url(template-lime/img/side-cate-html.jpg);
	}
div#sidemenu #catelist ul li a#design{
	background-image:url(template-lime/img/side-cate-design.jpg);
	}
div#sidemenu #catelist ul li a#mac{
	background-image:url(template-lime/img/side-cate-mac.jpg);
	}
div#sidemenu #catelist ul li a#tips{
	background-image:url(template-lime/img/side-cate-tips.jpg);
	}
div#sidemenu #catelist ul li a#tools{
	background-image:url(template-lime/img/side-cate-tools.jpg);
	}
div#sidemenu #catelist ul li a#memo{
	background-image:url(template-lime/img/side-cate-memo.jpg);
	}
div#sidemenu #catelist ul li a#diary{
	background-image:url(template-lime/img/side-cate-diary.jpg);
	}
div#sidemenu #catelist ul li a#bookmark{
	background-image:url(template-lime/img/side-cate-bookmark.jpg);
	}
*/

/*==seminer==*/
div#sidemenu #seminer{
	margin-bottom:10px;
	}
div#sidemenu #seminer h4{
	background-image:url(template-lime/img/side-seminer-h4.jpg);
	}
div#sidemenu #seminer p{
	margin-left:60px;
	}

/*==me==*/
div#sidemenu #me h4{
	background-image:url(template-lime/img/side-me-h4.jpg);
	}

/*--twitter--*/
div#sidemenu #me #bnr{
	margin-left:60px;
	margin-bottom:10px;
	}	
div#sidemenu #me #bnr p{
	margin-bottom:5px;
	}

/*--kotonoha--*/
div#sidemenu #kotonoha-roll{
	margin-bottom:10px;
	}
div#sidemenu #kotonoha-roll li{
	display: block;    /* overwrite */
	padding:3px 5px;
	background:#E5F302 url(template-lime/img/side-kotonoha-bg.jpg) repeat-x;
	}
div#sidemenu #kotonoha-roll li span.kotonoha-maru,
div#sidemenu #kotonoha-roll li span.kotonoha-batsu{
	width:20px;
	color:#339900;
	font-size:120%;
	font-weight:bold;
	font-family: Osaka,meiryo, sans-serif,"MS Pゴシック";
	}
div#sidemenu #kotonoha-roll li span.kotonoha-batsu{
	color:#ff3300;
	}
div#sidemenu #kotonoha-roll li div.kotonoha-comment{
	font-size:85%;
	color:#666;
	}
div#sidemenu #kotonoha-roll li span.kotonoha-count{
	color:#666;
	}

/*==entrylist==*/
div#sidemenu #entrylist h4{
	background-image:url(template-lime/img/side-entry-h4.jpg);
	}
div#sidemenu #entrylist ul{
	margin-left:60px;
	margin-bottom:10px;
	}
div#sidemenu #entrylist ul li{
	background:url(template-lime/img/side-entry-dot.gif) no-repeat 0 4px;
	padding-left:15px;
	}

/*==archive==*/
div#sidemenu #archive h4{
	background-image:url(template-lime/img/side-archives-h4.jpg);
	}
div#sidemenu #archive ul{
	margin-left:60px;
	margin-bottom:10px;
	}
div#sidemenu #archive ul li{
	background:url(template-lime/img/side-archives-dot.jpg) no-repeat 0 4px;
	padding-left:10px;
	}

/*==commentlist==*/
div#sidemenu #commentlist{
	margin-bottom:10px;
	}
div#sidemenu #commentlist h4{
	background-image:url(template-lime/img/side-comment-h4.jpg);
	}
div#sidemenu #commentlist ul{
	margin-left:60px;
	}
div#sidemenu #commentlist ul li{
	background:url(template-lime/img/side-entry-dot.gif) no-repeat 0 4px;
	padding-left:15px;
	}
div#sidemenu #commentlist ul li ul{
	margin-left:0;
	}
div#sidemenu #commentlist ul li ul li{
	background:url(template-lime/img/side-comment-dot.jpg) no-repeat 0 4px;
	margin-left:10px;
	padding-left:20px;
	}

/*==serach==*/
div#sidemenu #searchform{
	margin-bottom:10px;
	}
div#sidemenu #searchform h4{
	background-image:url(template-lime/img/side-search-h4.jpg);
	}
div#sidemenu #searchform form{
	margin-left:60px;
	}
div#sidemenu #searchform input#search{
	width:100px;
	}
	
/*==feeds==*/
div#sidemenu #feeds h4{
	background-image:url(template-lime/img/side-feeds-h4.jpg);
	}
div#sidemenu #feeds ul{
	margin-left:60px;
	}
div#sidemenu #feeds ul li a{
	color:#FF6600;
	background:url(template-lime/img/side-feeds-dot.jpg) no-repeat 0 3px;
	padding:3px 0 5px 20px;
	}

/*==links==*/
div#sidemenu #links h4{
	background-image:url(template-lime/img/side-links-h4.jpg);
	}
div#sidemenu #links ul{
	margin-left:60px;
	margin-bottom:10px;
	}
div#sidemenu #links ul li a{
	background:url(template-lime/img/side-archives-dot.jpg) no-repeat 0 3px;
	padding-left:10px;
	}

/*==parts==*/
div#sidemenu #parts{
	margin-left:50px;
	}

/*==else==*/
div#sidemenu #else{
	margin-left:60px;
	margin-bottom:10px;
	}
div#sidemenu #else ul li{
	margin-bottom:1px;
	line-height:0;
	}
/*
div#sidemenu #else ul li a#bnr-mt{
	display:block;
	width:88px;
	height:31px;
	text-indent:-9999px;
	background:url(mt-static/images/powered-bk.gif) no-repeat 0 0;
	}
div#sidemenu #else ul li a#bnr-tech{
	display:block;
	width:145px;
	height:25px;
	text-indent:-9999px;
	background:url(template-lime/img/side-else-tech.gif) no-repeat 0 0;
	}
*/

/* footer
---------------------------------------*/
div#footer address{
	padding-top:50px;
	padding-bottom:5px;
	background:url(template-lime/img/footer-bg.jpg) no-repeat 0 100%;
	}
	





