@charset "utf-8";
/*Auth by kappa-lab.com*/

/*----------------------------------------------------
*++++++++++++++++++++visual index ++++++++++++++++++++
*  _________________________________________________
* body___|_________________________________________ |
* |#wrapper                                        ||
* ||  ___________________________________________  ||
* || #header                                     | ||
* || |___________________________________________| ||
* || #contents________________________________   | ||
* || | | #mainCol,       | #subCol  |#extrCol |  | ||
* || | |                 |          |         |  | ||
* || | |                 |          |         |	 | ||
* || | |_________________|__________|_________|	 | ||
* || |___________________________________________| ||
* || #footer                                     | ||
* || |___________________________________________| ||
* ||_______________________________________________||
* |_________________________________________________|
*
*++++++++++++++++++++++++++++++++++++++++++++++++++++
*
*+++++++++++++++++++ index ++++++++++++++++++++++++++
1.font,color etc...
2.layout
3.entries
4.modules
*++++++++++++++++++++++++++++++++++++++++++++++++++++
*

*++++++++++++++++++++表記順序+++++++++++++++++++++
 display
 z-index
 Position  
 top,right,bottom,left
 float,clear
 width, height
 margin, padding
 background
 border
 text-align（テキスト関連、font-size、color等）
*++++++++++++++++++++++++++++++++++++++++++++++++++++

*/
/*------------------1.font,color etc..------------------*/
form { margin: 0; padding: 0; }
a { text-decoration: underline; color:#333333;}
a img { border:#FFFFFF 2px solid; text-decoration:none}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, a, span, td{
	margin:0px;
	padding:0px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
ol, ul{ margin-left:15px;}
a:hover { color: #FF0000;}
a:hover img{ border:#FF6666 2px solid;}
/*a:visited { color:#66316A}*/
/*code{
	display:block;
	background: #FFF5EC;
	border:#CCCCCC 1px solid;
	padding:5px;
}
pre{
	display:block;
	background: #FFF5EC;
	border:#CCCCCC 1px solid;
	line-height:50%;
	padding:1em;
	margin:10px 0;
}
*/
.syntaxhighlighter {
	border:#CCCCCC 1px solid !important;
}

blockquote{
	border:#999999 1px dotted;
	background:#f5f5f5;
	margin:-1.5em 0 1.5em 0;
	padding:5px;
}
.red{color:#FF0000}
.blue{color:#0000FF}
.green{color:#009900}
.gray{color:#666666}
.center{ text-align:center }

/*------------------2.layout--------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background:#669900 url(images/bgd_body.gif) repeat-x;
  font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
  font-size: 12px;
	line-height:150%;
}
#wrapper {
	width: 850px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#header {
	width: 850px;
	height:115px;
	margin:0px;
	padding:0px;
	background: url(images/header_wrapper.gif)  no-repeat;

}
#header h1{
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#header a{
	display:block;
	height:110px;
	width:100%;
	margin:0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
}
#contents {
	width: 850px;
	height: auto;
	margin:0;
	padding: 0;
	background: url(images/bgd_contents.gif) repeat-y;
}
#mainCol{	
	float:left;
	height: auto;
	width: 471px;
	margin:0;
	padding: 0px ;
}
#mainCol_inner{
	margin:25px 15px 10px 30px;
	padding:0px;
}
#subCol{
	float:left;
	width: 180px;
	height: auto;
}
#subCol_inner{
	margin:25px 5px 0 5px;
	padding:0;
}
#extraCol{
	float:left;
	width: 180px;
	height: 100%;
}
#extraCol_inner{
	margin:25px 5px 0 5px;
	padding:0;
}
#footer{
	clear:both;
	width: 850px;
	height:20px;
	margin:0px;
	padding:0px;
	background: url(images/footer_wrapper.gif)  no-repeat bottom;
}	



.oneColumn #contents {
	width: 850px;
	height: auto;
	margin:0;
	padding: 0;
	background: url(images/bgd_contents_oneColumn.gif) repeat-y;
}

.oneColumn #mainCol{	
	float:left;
	height: auto;
	width: 700px;
	margin:0;
	padding: 0px ;
}
.oneColumn #footer{
	clear:both;
	width: 850px;
	height:20px;
	margin:0px;
	padding:0px;
	background: url(images/footer_wrapper_oneColumn.gif)  no-repeat bottom;
}	

.twoColumn #contents {
	width: 850px;
	height: auto;
	margin:0;
	padding: 0;
	background: url(images/bgd_contents_twoColumn.gif) repeat-y;
}
.twoColumn #mainCol{	
	float:left;
	height: auto;
	width: 650px;
	margin:0;
	padding: 0px ;
}
.twoColumn #footer{
	clear:both;
	width: 850px;
	height:20px;
	margin:0px;
	padding:0px;
 background: url(images/footer_wrapper_twoColumn.gif)  no-repeat bottom;
}	


/*------------------3.entryes------------------*/
#archive-title {
	width:200px;
	margin:-26px 0 40px 0 ;
	padding:6px 0 ;
	overflow:visible;
	background: #99cc33 url(images/bgd_category_title.gif) no-repeat right bottom;


}
#archive-title span{
	margin:10px;
	font-size:12px;
	color:#FFFFFF;
}
.content-nav{
	height:1.7em;
	margin:0 0 35px 0;
}
.content-nav a{
	display:block;
	width:200px;
	font-size:10px;
	text-decoration:none;
}

.content-nav-left{
	float:left;
}
.content-nav-right{
	margin:0 0 0 220px;
	text-align:right;	
}
.entry{
	margin:0 0 65px 0;
	padding:0;
}
.entry-header {
    margin:0 0 2px 0;
    padding: 0 ;
    color: #FF3333;
		font-weight:bold;
		font-size:12px;
		letter-spacing:0.5px;		
}
.entry-header a { text-decoration: none;  color: #FF3333;}

.entry-body{
  margin: 0;
  padding: 10px 1px;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	line-height:160%;
	letter-spacing:0.5px;
}
.entry-body p{
	margin-bottom:1.5em;
}
.entry-body ul, .entry-body ol{
	padding:0.5em 2em;
	margin-bottom:1.5em;
	background:#EEEEEE;
}

.entry-footer p{
  margin: 0;
  padding: 0 ;
  font-size:10px;
  color:#666666;
  text-align:right;
}
.entry-footer a{
	color:#666666;
}
.entry-footer a:hover{color:#aa0000;}
.entry-footer .twitter{
    margin:10px 110px 0 0;
}
.entry-footer .facebook{
    margin:-20px 0 0 320px;
}



.comment-content,
.trackback-content,
.comment-author,
.trackback-footer {
    margin-left: 5px;
}
.comment-author a{ color:#333333;}
.comment-author .author-name, .comment-author .author-name a{
 color: #FF3333;
}
.comment-header{
	margin-bottom:5px;
}
.trackbacks{	margin: 0 0 50px 0;}
.trackbacks-header, .comments-header{
  font-size: 12px
}
#trackbacks-info {
	margin:0 0 5px 0;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	border:#99cc33 1px solid;
}

.trackback{
	margin:0 0 7px 0;

}

.comment{
	margin: 0 0 15px 0;
	padding:8px 5px;
	color: #292e33;
	font-size: 12px;
	border:#99cc33 1px solid;
}
.comment-content {
	width:99%;
	overflow:hidden;
}
.comments-open-header{
	margin:5px 0 0 0;
	border-top:#CCCCCC 1px solid;
	font-size: 14px;
}
.comments-open-moderated{
	padding:0 5px;
	font-size:11px;
}


.search-results-header{
	margin:10px 0;
}
.search-results-container .entry-footer{
	margin:0 0 15px 0;
}

/*------------------4.modules------------------*/
.module-categories, .module-archives, .module-search, .module-tagcloud, .module-flash, .module-google, .module-amazon, .module-rss{
	margin-bottom:32px;
}
.module-header {
	margin:0 2px;
	padding:0;
	color:#CC3300;
	font-size:12px;
	font-weight:bold;
}
.module-header a{
	color:#CC3300;
	text-decoration:none;
}
.module-content{
	margin:0;
	padding:1px;
	border:#CCCCCC 1px solid;
}
.module-categories ul{
	margin:1px;
	padding:0;
	list-style:none;
}
.module-categories li{
	margin:1px 5px;
	padding:0;
	list-style:none;
}
.module-categories a, .module-archives .module-content a{
	color:#000000;
	/*text-decoration:none;*/
}
.module-categories a:hover, .module-archives .module-content a:hover, .module-tagcloud a:hover{
	color: #FF0000;
	/*text-decoration:none;*/
}
.module-archives ul{
	margin:1px;
	padding:0;
	list-style:inside;
}
.module-archives li{
	margin:1px 5px 6px 5px;
	padding:0;
	list-style:inside;
}

.module-search .module-content{
	margin:-3px 0 0 0 ;
	padding:0;
	border:none;
}
#search{
	width:112px;
	margin:0 0 0 -1px;
	padding:0;
}
.module-search input, .search-buttom{
	height:19px;
	margin:0;
	padding:0;
	background: #EAEAEA;
	border: #009900 1px solid;
}
.module-tagcloud .module-content, .module-flash .module-content,.module-syndicate .module-content{
	padding:3px 1px 1px 1px;
	border:none;
	border-top:#CCCCCC 1px solid;
}
.module-google .module-content, .module-amazon .module-content {
	margin:0 auto;
	padding:3px 20px 1px ;
	border:none;
	border-top:#CCCCCC 1px solid;
}
.module-tagcloud a{
	color:#000000;
	text-decoration:none;
}

.module-tagcloud ul{
	margin:0 2px;
	padding:0; 
}
.module-tagcloud .module-list {text-align: left; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }




.module-syndicate ul{
	margin:0;
	padding:0; 
	list-style: none; 
	
} 
.module-syndicate li{
	display: inline;
	margin:2px 5px;
	padding:0; 
	list-style: none; 
} 

.module-syndicate li{
	display: inline;
	margin:2px 5px;
	padding:0; 
	list-style: none; 
} 

.module-credit{
	margin-top:120px;
}

.oneColumn .module-credit, .twoColumn .module-credit{
	margin-top:0;
}

.module-credit .module-content{
	border:none;
	border-top:#CCCCCC 1px solid;
	font-size:9px;
	color: #666666;
	line-height:120%;
}

