@charset "utf-8";
/*
Theme Name: SEO塾テーマカスタマイズ
Theme URI:
Version: 1.0.3
Description: SEO塾テーマをカスタマイズ
Author: 
Author URI: 
Copyright (C) 2009 ETNET Co., Ltd. All Rights Reserved.
*/
/*



	GENERAL STYLES



*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 0.9em/1.5 'Hiragino Kaku Gothic Pro', 'メイリオ', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	line-height: 1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
ol, ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*



	LAYOUT TOOLS



*/



.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height:1px;
}
.layoutCenter {
	margin: 0 auto;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
/*



	PRINT TOOLS



*/



.page-break {
	page-break-before: always;
}
/*



	TYPOGRAPHIC TOOLS



*/



.error {
	border: 1px solid #fb4343;
	padding: 3px;
	color: #fb4343;
}
.warning {
	border: 1px solid #d4ac0a;
	padding: 3px;
	color: #d4ac0a;
}
.success {
	border: 1px solid #149b0d;
	padding: 3px;
	color: #149b0d;
}
.callOut {
	font-size: 125%;
	font-weight: bold;
}
.strikeOut {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.resetTypeStyle {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	text-transform: none;
	text-indent: 0px;
}
/* 



	STYLING EXTRAS



*/



/*



a[href^="mailto"]			{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }



a[href~=".pdf"]				{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }



a.button					{ color: black; border: 1px solid black; padding: 3px; }



	a.button:hover			{ background: black; color: white; }



.transpBlack				{ background: url(images/transpBlack.png); }



*/







/*



	DISPLAY VALUES



*/



.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
/*



	CAPTIONS



*/



.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #C9C9C9;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin:0 10px 10px 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;
}
/*



	IMAGES



*/



p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #C9C9C9;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
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;
}
/*



	CLEARFIX



*/



div {
	zoom:1;
}
/*******************/







/*



	ORIGINAL



*/



table {
	border:1px solid #C9C9C9;
	margin:10px;
}
table th {
	background: #F3F3F3;
	border:1px solid #C9C9C9;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
table td {
	background: #FFFFFF;
	border:1px solid #C9C9C9;
	padding:4px;
}
blockquote {
	border-left: 10px solid #0A0C0D;
	margin:20px;
	padding:10px;
	text-align: left;
}
blockquote p {
	margin:.4em 0 .4em 0;
}
.imedisabled {
	ime-mode: disabled;
}
.input {
	border:1px solid #C9C9C9;
	padding:3px 4px;
}
.textarea {
	border:1px solid #C9C9C9;
	padding:3px 4px;
}
.more-link {
}
.bold {
	font-weight:bold;
}
body {
	margin:0;
	padding:0;
	color:#000000;
	border:0;
	width:100%;
	min-width:950px;
	line-height:1.3em;
	font-size:0.9em;
	text-align:center;
}
a {
	color:#009;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#container {
	position:relative;
	width:900px;
	margin:0px auto;
	padding:0;
	top: 10px;
	border: 1px solid #CCC;
}
* html body div#container {
	width: 900px;
	clip: rect(auto,auto,auto,auto);
}
/*



	HEADER



*/



#header {
	color:#FFFFFF;
	height:260px;
	width:100%;
	position:relative;
	text-align:left;
	background-color: #FFF;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header h1 {
	font-size:12px;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	display: block;
	margin: 0px;
	width: 300px;
}
#header p {
	padding:5px;
	color: #333;
	font-size: 0.8em;
	background: #FFF;
	display: block;
	margin-left: 20px;
	width: 510px;
}
#header h2 {
	font-size:0.8em;
	color: #FFF;
	display: block;
	text-align: left;
	float: left;
	padding: 5px;
	position: absolute;
	top: 1px;
	background: #FFF;
	height: auto;
	margin-left: 10px;
	left: 304px;
}
#header h3 {
	font-weight:normal;
	left:20px;
	margin:0 0 0 20px;
	padding:0;
	position:absolute;
	top:155px;
	text-align:left;
	width:300px;
	color: #333;
	background-color: #FFF;
	font-size: 12px;
}
#header img {
	left:20px;
	margin:0 0 0 15px;
	padding:0;
	position:absolute;
	top:70px;
}
#header a img {
	display: block;
	margin-left: -9999px;
}
* html body #header img {
 behavior: expression(IEPNGFIX.fix(this));
}
#header a {
	color:#333;
}
#header a:hover {
	background:none;
}
#header h2 a:hover {
	background:#0A0C0D;
	color:#fff;
	text-decoration:none;
}
/*



	NAVIGATION



*/



#navigation {
	height:35px;
	left:0px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:left;
	top:225px;
	width:900px;
	color: #333;
	background: #FFF url(images/navigation.png) no-repeat center -5px;
	font-size: 0.8em;
	line-height: 0.8em;
}
* html body #navigation {
	background: #FFF url(images/navigation.png) no-repeat center -5px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation ul li a {
	color:#000;
	display:block;
	float:left;
	left:15px;
	line-height:1.3em;
	margin:0 0 0 1px;
	padding:11px 20px;
	position:relative;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}
#navigation ul li a:hover {
	color:#FFF;
	background: url(images/navigation_on.png) no-repeat center -5px;
}
#navigation ul li a span {
	display:block;
}
/*



	CONTAINER



*/



.colmask {
	clear:both;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:900px;
	background-color: #FFF;
}
.leftmenu {
	background-color: #FFF;
}
.leftmenu .col1top {
	background:#FFFFFF;
	float:left;
	left:245px;
	position:relative;
	width:200%;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:250px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 25px 0 275px;
	padding-top:20px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:240px;
	position:relative;
	right:240px;
	margin:0 10px 0;
}
.rightmenu {
	background:#FFFFFF;
}
.rightmenu .col1top {
	background:#FFFFFF;
	float:left;
	margin-left:-245px;
	position:relative;
	right:100%;
	width:200%;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 25px 0 275px;
	padding-top:20px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:240px;
	position:relative;
	left:240px;
	margin:0 10px 0;
}
/*



	ENTRY



*/



.entry {
	margin:0 0 20px 0;
}
.entry h2 {
	color:#333;
	font-size:1em;
	margin:0;
	line-height:30px;
	overflow:hidden;
	padding:5px 10px;
	height: 20px;
	_height: 40px;
	background: url(images/h2.png) no-repeat;
}
.entry h2 a {
	color:#333;
	text-decoration: none;
}
.entry h2 a:hover {
	background:none;
	text-decoration: none;
	color: #333;
}
.entry p.exerpt {
	border:1px dotted #C9C9C9;
	margin:10px;
	padding:10px;
}
.entry-body {
	margin:20px 0;
	font-size: 0.8em;
}
.entry-body p {
	margin:.4em 1em .8em 1em;
}
.entry-body blockquote p {
	margin:0;
}
.entry-body ul {
	margin:10px 20px;
}
.entry-body ol {
	margin:10px 20px;
}
.entry-body dl {
	margin:10px 15px;
}
.entry-body dl dt {
	font-weight:bold;
}
.entry-body dl dd {
	margin:0 20px;
}
.entry-body ul li {
	background:#FFFFFF;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:25px;
}
.entry-body ol li {
	background:#FFFFFF;
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:25px;
}
.entry-body h3 {
	background:#0A0C0D;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	margin:10px 10px;
	padding:0 10px;
	overflow:hidden;
}
.entry-body h4 {
	background:#0A0C0D;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	margin:10px 10px;
	padding:0 10px;
	overflow:hidden;
}
.entry-body h5 {
	background:#0A0C0D;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	margin:10px 10px;
	padding:0 10px;
	overflow:hidden;
}
.entry-body h6 {
	background:#0A0C0D;
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	margin:10px 10px;
	padding:0 10px;
	overflow:hidden;
}
.entry-footer {
	text-align:right;
	font-size: 0.8em;
}
ul.tags {
	text-align:right;
}
ul.tags li {
	float:right;
	background:url(images/tag.gif) no-repeat left center;
	padding-left:18px;
	margin-left:5px;
}
span.author {
	background:url(images/author.gif) no-repeat left center;
	padding-left:18px;
}
span.category {
	background:url(images/category.gif) no-repeat left center;
	padding-left:18px;
}
span.comment {
	background:url(images/comment.gif) no-repeat left center;
	padding-left:18px;
}
span.datetime {
	background:url(images/datetime.gif) no-repeat left center;
	padding-left:18px;
}
span.edit {
	background:url(images/edit.gif) no-repeat left center;
	padding-left:18px;
}
span.rss {
	background:url(images/rss_feed.gif) no-repeat left center;
	padding-left:22px;
}
div.post_navi {
	background:#F3F3F3;
	border:1px solid #C9C9C9;
	margin-top:-10px;
}
div.post_previous {
	float:left;
	margin:10px 0 10px 10px;
	width:45%;
}
div.post_next {
	float:right;
	text-align:right;
	margin:10px 10px 10px 0;
	width:45%;
}
div.breadcrumb {
	margin-bottom:15px;
}
div.related_posts {
}
div.related_posts_head {
	background:#F3F3F3;
	border:1px solid #C9C9C9;
	font-weight:bold;
	line-height:2em;
	margin:0 0 10px 0;
	padding:3px 10px;
}
ul.st-related-posts {
	background:#FFFFFF;
	margin-left:15px;
	position:relative;
}
ul.st-related-posts li {
	background:#FFFFFF url(images/post.gif) no-repeat;
	padding-left: 25px;
	margin:0;
}
div.related_posts {
	margin:30px 0;
}
div.adv {
	background:#F3F3F3;
	border:1px solid #C9C9C9;
	margin:20px 0;
	padding:15px;
	font-size: 0.8em;
}
#searchform {
	padding:10px 0;
	text-align:center;
}
div.comment {
	margin:30px 0;
	font-size: 0.8em;
}
div.comment p {
	padding-left:15px;
}
.nocomments {
	display:none;
}
.comments-head {
	background:#F3F3F3;
	border:1px solid #C9C9C9;
	line-height:2em;
	margin:0 0 10px 0;
	padding:3px 10px;
}
.comment-footer {
	margin:-5px 0 20px 0;
}
div.comment #author {
	width:200px;
}
div.comment #email {
	width:200px;
}
div.comment #url {
	width:200px;
}
div.comment #comment {
	width:500px;
}
ul.commentlist {
	padding-left: 15px;
}
ul.commentlist .reply {
	margin-bottom:10px;
}
ul.commentlist li ul.children {
	padding-left:25px;
}
div.comment-navi {
	margin-top:10px;
}
#trackbackurl {
	width:500px;
}
.ddsg-wrapper ul {
	margin:5px 10px;
}
.ddsg-wrapper ul li {
	list-style-image:none;
	list-style-type:none;
	width:100%;
}
.ddsg-wrapper ul li {
	margin-left:20px;
	background:#FFFFFF url(images/post.gif) no-repeat;
	padding-left: 25px;
}
ul.archive li {
	background:#FFFFFF url(images/post.gif) no-repeat;
	list-style-image:none;
	list-style-type:none;
	padding-left: 25px;
}
/*



	WP-PAGENAVI



*/



.wp-pagenavi {
	text-align:center;
	line-height:2em;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0A0C0D;
	color: #0A0C0D;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0A0C0D;
	color: #0A0C0D;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #0A0C0D;
	color: #FFFFFF;
	background-color: #0A0C0D;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #C9C9C9;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #C9C9C9;
	color: #C9C9C9;
	background-color: #FFFFFF;
}
/*



	SIDEBAR



*/



.sidebar {
	margin:0;
	padding:0;
	background-color: #FFF;
}
.sidebar div.sidebar_div {
	padding:20px 0 0 0;
	margin:0;
}
.sidebar ul.sidebar_ul {
	margin:0 0 10px;
	padding:0;
	height: auto !important;
	height: 1%;
}
.sidebar .search {
	font-size:13px;
	height: 15px;
	width: 100px;
	vertical-align: top;
	padding:2px;
}
li.box {
	margin:0 15px 0 15px;
	padding-bottom:20px;
	width:210px;
	background: #FFF;
	color: #000;
	font-size: 10px;
}
li.box h3 {
	background:url(images/side_h3.png) repeat;
	color:#333;
	margin:0;
	text-align:left;
	width: 195px;
	_width: 210px;
	line-height: 30px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
li.box p {
	padding:10px 10px;
	margin:0;
	font-size: 11px;
}
li.box ul {
	padding:10px 10px;
	margin:0;
}
li.box ul li {
	margin:0;
	padding-left: 25px;
}
li.box ul li {
	background:url(images/post.gif) no-repeat left top;
}
li.box ul li.comment {
	background:url(images/comment.gif) no-repeat;
}
li.box ul li.categorytab {
	background:url(images/category.gif) no-repeat;
}
li.box ul li.hometab {
	background:url(images/home.gif) no-repeat;
}
li.box ul li.sitemap-page {
	background:url(images/sitemap.gif) no-repeat;
}
li.box ul li.contact-page {
	background:url(images/contact.gif) no-repeat;
}
li.box ul.st-tag-cloud li {
	background:url(images/tag.gif) no-repeat;
}
/*



	FOOTER



*/



#footer {
	background:url(images/footer.png);
	clear:both;
	color:#333;
	margin:-5px auto 0px;
	padding:0px 0px 10px;
	position:relative;
	text-align:right;
	width:900px;
	font-size: 0.8em;
	border-top: 1px dotted #CCC;
	_float: left;
	_margin-right: -3px;
	_margin_top:0px;
}
#footer a:hover {
	background:none;
}
#footer h3 {
	margin:0 20px;
	padding:10px 0 0;
	line-height:35px;
}
#footer h3 a {
	color:#333;
}
#footer h3 a:hover {
	color:#333;
	line-height:1;
}
#footer img {
	padding:0;
	display: none;
	margin-left: -9999px;
}
* html body #footer img {
 behavior: expression(IEPNGFIX.fix(this));
	display: none;
}

