/*
Theme Name: netakoko
Theme URI: 
Description:  
Version: 
Author: 
Author 
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Thank you for 960 Grid System : http://960.gs */
@import url('reset.css');
@import url('text.css');

/* Begin Typography & Colors */
body {
	color: #000000;
	text-align: center;
	}
	
.clear {
clear:both;}

a:link, a:active, a:visited {
color:#FF0000;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}


#wrapper {
	background-color: #BED638;
	text-align: left;
	width:1024px;
	margin:0 auto;
	padding:0;
	}

#sub-header,#sub-header h3, #footer, #recent-block a:link, #recent-block a:visited, #recent-block h2, #recent-block h3, #recent-block { color:#fff !important; }

#footer a:link, #footer a:visited { color:#fff; text-decoration:none;}
#footer a:hover { color:#999; text-decoration:none;}

#welcome h1 { font-size:2.2em; line-height:1em; }

#content {
	font-size: 1em;
	}

.entry p {
	font-size: 1.1em;
	}

.entry {
	line-height: 140%;
	}

#tag_cloud a {
	line-height:0.8em
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

pre {
	overflow:scroll;
	padding:7px 0;
	margin:4px 0;
   }
	
h1, h2, h3, #topnav a {
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	}

h2, h2.pagetitle, h3#comments{
	font-size: 1.6em;
	}


#sidebar h2 {
	}

h3, #tag_cloud a {
	font-size: 1.3em;
	}
	
#topnav a {
font-size:0.95em;
}

h3#comments { margin-top:20px; }	
	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, #spbox2 ul li a, #topnav a {
	text-decoration: none;
	color:#FF0000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	width:243px;
	float:right;
	margin:0 9px;
	text-align:left;
	}
	
#sidebar p {
text-align:left;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, h2.post-title a:hover, #topnav a:hover, h1 a:hover {
	color: #999;
	text-decoration: none;
	}

a:hover, #spbox2 ul li a:hover  {
	color: #222;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size:1.3em;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
/* End Typography & Colors */



/* Begin Structure */

#header {
	background-color: #FFFFFF;
	background: #FFFFFF;
	height:100px;
	width:1024px;
	}

#header .logo {
float:left;
width:539px;
}

#header .header-right {
width:120px;
float:right;
}



#header .area {
}
#header .header-totop {
}

#topnav {
float:right;
width:260px;
margin-top:20px;
}


#topnav ul li{
list-style:none;
display:inline;
margin-right:10px;
	}

#topnav ul img {
margin-right:5px;
}

#bottomnav ul li {
background:url(images/footer-liststyle.gif) no-repeat;
padding-left:5px;
display:inline;
}
	
	
#topnav ul li a, #bottomnav ul li a, #footer p {
	}

#recent-block {
	background:#000 url(images/recent-bg.png) top left no-repeat;
	padding:10px 0
	}
	
#recent-block .grid_4 { margin:10px; }

#recent-block ul li { list-style:none; background:url(images/icon2.gif) 0 5px no-repeat; padding:4px 0 4px 18px; border-bottom:1px dashed #333; margin-left:10px; }


#bottomnav ul, #footer p {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:0.9em;
	}
	
#bottomnav ul li a { 
	padding:4px 8px;
	}
#footer p {
padding-top:10px;
}

#bottomnav ul li#gotop a {
	float:right;
	padding-right:16px !important;
	background:url(images/up-arrow.gif) 100% 4px no-repeat;
	}

#sub-header { 
	background:url(images/subhead-bg.gif) repeat-x #BED638;
	padding-top:11px;
	clear:both;
	}

#spbox2 ul {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	}
	
#spbox2 ul li {
	list-style:none;
	float:left;
	}
	
#spbox2 ul li a {
	background:url(images/feed-icon.gif) left no-repeat;
	padding:10px 0 10px 45px;
	display:block;
	font-weight:bold;
	}

#spbox1 p {
	margin-bottom:15px;
}
	sin
#welcome { margin-top:15px; }

#content-wrapper {
 margin-top:10px;
 padding-bottom:20px !important;
 
 }

.post {
padding:10px;
	margin: 0 0 20px 9px;
	text-align: left;
	width:734px;
	float:left;
	background:#FFFFFF;
	}



.post h2 {
margin:20px 10px;
padding-bottom:10px;
border-bottom:#999999 1px dotted;
}

.tags-title, .cat-tag {padding:0 0 0 20px; background: url(images/tag16.png) left no-repeat; margin-top:15px;}
.cat-tag { margin:0 4px; }

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	padding: 4px 0 10px 42px;
	background:url(images/clock.gif) 0 3px no-repeat;
	word-spacing:1px;
}

#footer {
	clear: both;
	}

#footer div {
	text-align: left;
	clear: both;
	}
	
.footer-copyright {
background:url(images/footer-logo.gif) no-repeat right;
height:40px;
}	

/* End Structure */



/*	Begin Headers */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding:10px 20px;
	margin:0;
	line-height:140%;
	border:none;
	}
	
.entry p {
margin:5px 25px;
line-height:150%;
}

.entry h1 {
font-size:3.8em !important;
border:none !important;
color:#000066 !important;
}

.entry h2 {
	font-size:2.8em;
	color:#663300;
	}

.entry h3 {
	font-size:1.8em;
	color:#000000;
	}

.entry h4 {
	font-size:1.2em;
	}

#sidebar h2 {
	}
	
#sub-header h3 {
	}
	
h3 {
	padding:4px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h2.post-title { 
	line-height:1.2em;
	}
	
#content h1, h2.pagetitle {
	width:734px;
	padding:20px 0 20px 9px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	}
	
h2.post-title a {
	font-weight:bold;
	font-size:1.30em;
	letter-spacing:0.025em;
	color:#FF0000;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform div {
	margin: 0 auto;
	padding:0 !important;
	width:240px;
	height:31px;
	float:left;
	}
	
/*#sidebar #searchform div, #content #searchform div { border:1px solid #ccc; }*/

/*.searchsubmit {
	color:#777;
	float:right;
	margin:5px 5px 0 0;
	background:none;
	font-weight:bold;
	border:0 !important;
	cursor:pointer;
	font-size:1.2em;
	}*/
	
#s {
	width:160px;
	float:left;
	padding:2px;
	margin-right:5px;
	height:20px;
	border:1px solid #ccc;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin:20px 0 20px 9px;
	height:24px;
	width:754px;
	float:left;
	}

.single {
	border:1px solid #fff; border-width:1px 0;
	padding:4px 0 3px 0;
	}
	
.singlepage {
	width:680px !important;
	}

.border-bottom {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */




/* index boxes */

.sidebar1, .sidebar2 {
width:243px;
margin:0 9px;
float:left;
text-align:left;
padding:0;
}


.widget-contents {
padding:10px;
}

.widget-post-title {
margin:0 0 5px 0;
padding:0;
}

.widget-post-title a:link, .widget-post-title a:visited, .widget-post-title a:active {
font-weight:bold;
font-size:1.2em;
color:#FF0000;
text-decoration:none;
line-height:1.2em;
}

.widget-post-title a:hover {
color:#999;
}

.widget-post {
margin:0;
padding:0;
}

.widget-entry {
margin:0;
padding:0;
text-align:right !important;
}

.widget-entry p {
text-align:center !important;
margin:0 auto;
padding:0;
}

.widget-entry img {
width:70%;
margin:0 auto;
border:#000 1px solid;
}


.middleArea {
float:left;
width:500px;
}

.sidebar3, .sidebar4 {
margin-bottom:10px;
}

.textwidget {
background:#FFFFFF;
margin-bottom:10px;
list-style:none;
clear:both;
}

.widget {
background:#FFFFFF;
margin-bottom:10px;
list-style:none;
clear:both;
}

.execphpwidget {
padding:0;
margin:0 0 10px 0;
background:#FFFFFF;
list-style:none;
}

* html .execphpwidget {  /*WIN IE6 �̂�*/
float:left;
margin:0;
}

*:first-child+html .execphpwidget {  /*WIN IE7 �̂�*/
float:left;
margin:0;
}


.toppage-cat {
background:#FFFFFF;
margin-bottom:10px;
clear:both;
}

.sidebar5 {
margin:0 10px 0 20px;
}

.sidebar5 h2 {
visibility:hidden;
height:10px;
margin:0;
padding:0;
}

.sidebar5 ul {
}

.sidebar5 li {
display:inline;
float:left;
margin:0 10px 10px 0;
white-space:normal;
}

#pages {
padding:10px;}

#pages h2 {
clear:both;
margin-bottom:10px;
}


#pages ul li {
margin:5px 10px;}


.widget_pages, .categories, .pagenav {
background:#FFFFFF;
padding:10px;
margin-bottom:10px;
}

.widget_pages h2, .categories h2, .pagenav h2 {
clear:both;
margin-bottom:10px;
}


.widget_pages ul li, .categories ul li, .pagenav ul li {
margin:5px 10px;}

li.widget_pages, li.categories, li.pagenav {
list-style:none;
}


#twitter-tools {
padding:10px;}


#twitter-tools h2 {
clear:both;
margin:0;
}


#twitter-tools ul li {
margin:5px;}

li.aktt_more_updates {
list-style:none;
padding-top:10px;
padding-bottom:5px;
}


/*チラシの裏　board*/

.board-area {
padding:0;
	margin: 0 0 20px 9px;
	text-align: left;
	width:754px;
	float:left;
	background:#FFFFFF;
	}



.board-area h2 {
margin:10px;
}

.board-title {
width:100%;
}

.board-apply {
text-align:right;
padding-right:10px;
padding:10px;
}

.board-entry {
line-height: 140%;
}

.board-entry p {
margin:5px 25px;
line-height:150%;
}


.board-menu {
width:694px;
margin:10px auto 0 auto;
}

.board-cat {
}

.board-cat ul li {
display:inline;
list-style:none;
}

.board-cat ul li img {
margin-right:5px;
margin-bottom:0;}


.board-top {
text-align:right;
}

.board-bg {
background:url(images/board-bg.jpg) repeat-y;
clear:both;
width:714px;
margin:0 auto 20px auto;
padding-top:10px;
}

.board-bg-cat01 {
background:url(images/board-bg01.jpg) repeat-y;
}

.board-bg-cat02 {
background:url(images/board-bg02.jpg) repeat-y;
}

.board-bg-cat03 {
background:url(images/board-bg03.jpg) repeat-y;
}

.board-bg-cat04 {
background:url(images/board-bg04.jpg) repeat-y;
}

.board-bg-cat05 {
background:url(images/board-bg05.jpg) repeat-y;
}

.board-bg-cat06 {
background:url(images/board-bg06.jpg) repeat-y;
}

.board-bg-cat07 {
background:url(images/board-bg07.jpg) repeat-y;
}

.board-bg-cat08 {
background:url(images/board-bg08.jpg) repeat-y;
}

.board-bg-cat09 {
background:url(images/board-bg09.jpg) repeat-y;
}

.board-bg-cat10 {
background:url(images/board-bg10.jpg) repeat-y;
}

.board-bg-cat11 {
background:url(images/board-bg11.jpg) repeat-y;
}

.board-bg-cat12 {
background:url(images/board-bg12.jpg) repeat-y;
}




.board {
margin-left:10px;

}

.board ul li span{
   margin:10px 0 0 10px;
}

.board pre{
 overflow:hidden;
 margin-left:10px;
}

.board pre p {
margin:0;
padding:0;
}

.board pre span {
margin:0;
padding:0;
}

.board pre br {
margin:0;
padding:0;
display: none;
}

.board ul li {
width:224px;
margin-right:10px;
margin-bottom:10px;
padding:0;
text-indent:0;
float:left;
height:300px;
font-size:0.95em;
list-style:none;
background:url(images/board-post-bg.gif);
}

.board ul li div {
margin:5px;
}



/* blog area */


.blog-area {
    padding:0;
	margin: 0 0 20px 9px;
	text-align: left;
	width:754px;
	float:left;
	background:#FFFFFF; 
}

.blog-entry{margin:10px 20px;}
.blog-entry h2 {margin-bottom:10px;}
.blog-entry #slider {color:#555555; margin:20px 0; padding-top:15px; border-top:1px dotted #999999;}
.blog-entry ol{list-style-type:decimal; margin:0 10px 10px 10px;}
.blog-entry ol li p {margin-bottom:20px;}




/* tweet area */
.tweet-area {
padding:0;
	margin: 0 0 20px 9px;
	text-align: left;
	width:754px;
	float:left;
	background:#FFFFFF;
	}



.tweet-area h2 {
margin:10px;
}


.tweet-entry {
line-height: 140%;
margin:0 20px 20px 20px;
}

.tweet-entry p {
margin:5px 25px;
line-height:150%;
}


/* slider */
#s3slider, #s3slider2, #s3slider3, #s3slider4, #s3slider5, #s3slider6 {
   width: 240px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin:-5px -10px -10px -10px;
}

#s3slider ul, #s3slider2 ul, #s3slider3 ul, #s3slider4 ul, #s3slider5 ul, #s3slider6 ul { list-style-type: none; }
 
#s3sliderContent, #s3slider2Content, #s3slider3Content, #s3slider4Content, #s3slider5Content, #s3slider6Content {
   width: 240px; /* important to be same as image width or wider */
   position: relative; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   text-decoration:none;   
   text-align:center;
}

 
.s3sliderImage, .s3slider2Image, .s3slider3Image, .s3slider4Image, .s3slider5Image, .s3slider6Image {
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage img, .s3slider2Image img, .s3slider3Image img, .s3slider4Image img, .s3slider5Image img, .s3slider6Image img {
   padding:-10px;
   border:1px solid #021a40;
   width:148px;
   margin:-20px 0 auto 0 auto;
}

.s3sliderImage span, .s3slider2Image span, .s3slider3Image span, .s3slider4Image span, .s3slider5Image span, .s3slider6Image span{
   position:relative;
   float:right;
   right:10px;
   bottom: -8px;   
}

.s3sliderImage div, .s3slider2Image div, .s3slider3Image div, .s3slider4Image div, .s3slider5Image div, .s3slider6Image div {
  border:1ps solid #FF0000;
  text-align:center;
  margin:-10px 0 auto 0 auto;
}


.clear{
 clear:both;
}


.navigation .alignleft {
width:300px;
text-align:left;
}

.navigation .alignright {
width:300px;
text-align:right;
}

.navigation .btn-totop {
text-align:center;
width:154px;
float:left;
}


.btn-totop-page {
text-align:right;
padding:10px;
}




