/*
Theme Name: Webtech
Theme URI: http://webtech-walker.com/
Description: Webtech Walker template. written by kazuhito hokamura
Version: 1.0
Author: WordPress Japan
Author URI: http://webtech-walker.com/
*/

/*==================================================

1 Base Style
	1-1 body
	1-2 Text Module
	1-3 Link Module
	1-4 List Module
	1-5 Forms Module
	1-6 Tables Module
	1-7 Image Module

2 Main Style
	2-1 outline
	2-2 header
	2-3 footer
	2-4 main
		2-4-1 common
		2-4-2 index
		2-4-3 archive
		2-4-4 single
		2-4-5 about
		2-4-6 link
		2-4-7 feed

3 Adjust Style
	3-1 IE7
	3-2 IE6
	3-3 Mac IE

[font size adjust]

32px	200%
30px	188%
28px	175%
26px	163%
24px	150%
22px	138%
20px	125%
19px	119%
18px	113%
17px	107%
16px	100%
15px	94%
14px	88%
13px	82%
12px	75%
11px	69%
10px	63%

===================================================*/


/*===========================================

1 Base Style

===========================================*/

/*  1-1 body
-------------------------------*/

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0 3em;
	background: #0d2640;
	line-height: 1.6;
}

*html body {
	font-size: 100%;
}

*+html body {
	font-size: 100%;
}

/*  1-2 Text Module
-------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 15px 0;
	padding: 0;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 113%;
}

h3 {
	font-size: 107%;
}

h4,
h5,
h6 {
	font-size: 100%;
}

pre {
	font-family: "Osaka－等幅", monospace;
	font-size: 99%;
}

div.gist pre {
	font-size: 82%;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

address {
	font-style:normal;
}

/*  1-3 Link Module
-------------------------------*/

a {
	color: #236ab2;
}

a:visited {
	color: #7423b2;
}

a:hover {
	color: #b22323;
}


/*  1-4 List Module
-------------------------------*/

ul,
ol {
	margin: 1em 0;
	padding: 1px 30px;
}

dl {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style:circle;
}

ul ul {
	list-style: square;
}

li {
	margin: 5px 0;
	padding: 0;
}

dt {
	font-weight:bold;
	padding:10px 0 5px 0;
	margin:0;
}

dd {
	padding:0 0 0 15px;
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}


/*  1-5 Forms Module
-------------------------------*/


form {
	margin:0;
	padding:0;
}

fieldset {
	border:none;
	margin:0;
	padding:0;
}

legend {
	color:#000;
}

select,
input,
textarea {
	font-size: 99%;
}

input,
textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}


/*  1-6 Tables Module
-------------------------------*/

table{
	border-collapse: collapse;
	font-size: inherit;
	font: 100%;
}

table td,th{
	border:1px solid #000;
	padding:5px;
}

table th{
	background:#EEE;
}


/*  1-7 Image Module
-------------------------------*/

img {
	border:none;
	vertical-align: bottom;
}


/*===========================================

2 Main Style

===========================================*/

/*  2-1 outline
-------------------------------*/

div#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	overflow: hidden;
	min-width: 650px;
	max-width: 900px;
}

/*  2-2 header
-------------------------------*/

div#header {
	position: relative;
	height: 7.8em; /* 125px */
	background: url(image/head_bg.gif) repeat-x #236ab2;
}

div#header h1 {
	margin: 0;
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 100%;
}

div#header h1 img {
	width: 19.3em;
}

div#header form {
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
}

div#header form input {
	font-size: 82%;
}

div#header form input#searchInput {
	width: 10em;
}

div#header form input#searchInput:focus {
	background: #fbfcdb;
}

div#header form input#searchSubmit {
	background: #EFEFEF;
	font-weight: bold;
}

div#header ul#gnavi {
	position: absolute;
	bottom: 8px;
	left: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	list-style: none;
}

div#header ul#gnavi li {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(image/icon/star_blue.png) no-repeat 0 5px;
}


div#header ul#gnavi li a {
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	zoom: 1;
}

div#header ul#gnavi li a:hover {
	color: #FF3;
}

/*  2-3 footer
-------------------------------*/

div#footer {
	background: #236ab2;
	color: #FFF;
	padding: 20px 30px;
	clear: both;
}

div#footer a {
	color: #FFF;
}

div#footer a:hover {
	color: #FF3;
}

div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 82%;
}

div#footer li {
	padding: 0;
	margin: 0;
}

div#footer ul#blogPertList {
	width: 240px;
	float: left;
}

div#footer ul#blogPertList li {
	margin-bottom: 2px;
}

div#footer div#recentEntryList {
	padding-left: 240px;
}

div#footer div#recentEntryList h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #FF3;
}

div#footer div#recentEntryList ol {
	list-style: circle;
	padding: 0 0 0 20px;
	margin: 0;
}

div#footer address {
	text-align: right;
	padding-top: 20px;
	clear: both;
	font-size: 82%;
}


/*  2-4 main
-------------------------------*/

/*  2-4-1 common */

div#main {
	padding: 10px 30px;
}

div#main .inImage img {
	float: left;
	margin: 0 5px 5px 0;
}

div#main .inImage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main .inImage {
	zoom: 1;
}

div#main div#topAdsence {
	padding: 0;
	margin: 0;
}

div#main ol#topicPath {
	margin: 10px 0;
	padding: 5px;
	font-size: 82%;
	background: #EFEFEF;
	list-style: none;
	zoom: 1;
}

div#main ol#topicPath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div#main ol#topicPath li {
	background: url(image/topic_path_arrow.gif) no-repeat right 7px;
	padding: 0 25px 0 5px;
	margin: 0;
	float: left;
}

div#main ol#topicPath li#nowPoistion {
	background: none;
	position: relative;
	top: 1px;
}

div#main div#content {
	width: 70%;
	float: left;
	padding-bottom: 20px;
}

div#main div.page h3 {
	font-size: 107%;
	border-left: 8px solid #236ab2;
	margin: 20px 0pt 10px;
	padding: 5px 3px 5px 7px;
}

div#main div#sidebar div#sideAdBox {
	text-align:center;
	padding: 10px 0;
}

div#main div#content ol,
div#main div#sidebar ol,
div#main div#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#main div#sidebar li {
	padding: 0 0 0 30px;
	background: url(image/icon/folder.gif) no-repeat 7px 5px;
}

div#main div#sidebar {
	width: 25%;
	float: right;
	padding-bottom: 20px;
}

div#main div#sidebar h2 {
	background: #236AB2;
	color: #FFF;
	font-size: 87%;
	padding: 2px;
	text-align: center;
}

div#main .entryTitle {
	font-size: 113%;
	margin-bottom: 0;
	padding: 0;
	background: url(image/entry_title_bg.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #236ab2;
}

div#main .entryTitle a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 35px;
	background: url(image/icon/star3.png) no-repeat 10px 10px;
}

div#main .entryTitle a:hover {
	color: #C00;
}

div#main .entryTitle span {
	display: block;
	padding: 5px 10px 5px 35px;
	background: url(image/icon/star3.png) no-repeat 10px 10px;
}

div#main ul.entryInfo {
	font-size: 82%;
	color: #666;
	margin: 0 0 5px 0;
	padding: 5px;
	list-style: none;
}

div#main ul.entryInfo li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

div#main p.moreview {
	text-align: right;
	padding: 10px 0;
}

div#main p.moreview img {
	width:8.1em;
}

div#main p.moreview a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

div#main p#prevNext {
	background: #EFEFEF;
	padding: 10px;
}

/*  2-4-2 index */

/*  2-4-3 archive */

/*  2-4-4 single */

div#main div#entryBody {
	margin-bottom: 50px;
}

div#main div#entryBody a img {
	border: 5px solid #CCC
}

div#main div#entryBody a:hover img {
	border: 5px solid #DDD;
	opacity:0.8;
	filter: alpha(opacity=80);
}

div#main div#entryBody em {
	font-weight: bold;
}

div#main div#entryBody strong {
	color: #C00;
}

div#main div#entryBody h3 {
	font-size: 107%;
	border-left: 8px solid #236ab2;
	border-bottom: 2px solid #CCC;
	margin: 20px 0pt 10px;
	padding: 5px 3px 5px 7px;
}

div#main div#entryBody h4 {
	border-left: 5px solid #E59A2E;
	padding: 0px 10px;
}

div#main div#entryBody p span.caption {
	color:#666;
	font-size:84%;
}


div#main div#entryBody .withThumbList li {
	list-style: none;
	padding-bottom: 30px;
}

div#main div#entryBody pre {
	padding: 10px;
	overflow: auto;
	background: #f2f9ff;
	border: 2px solid #999;
}

div#main div#entryBody pre.htmlSample {
	padding-top: 20px;
	background: url(image/code_bg_html.gif) no-repeat #f2f9ff;
}

div#main div#entryBody pre.cssSample {
	padding-top: 20px;
	background: url(image/code_bg_css.gif) no-repeat #f2f9ff;
}

div#main div#entryBody pre.jsSample {
	padding-top: 20px;
	background: url(image/code_bg_js.gif) no-repeat #f2f9ff;
}

div#main div#entryBody pre.phpSample {
	padding-top: 20px;
	background: url(image/code_bg_php.gif) no-repeat #f2f9ff;
}

div#main div#entryBody pre em {
	color: #C00;
	font-weight: normal;
}

div#main div#entryBody p code {
	background: #e4e4e4;
	margin: 0 3px;
	padding: 0 3px;
}

div#main div#entryBody blockquote {
	border-left: 5px solid #999;
	padding: 1px 10px;
	background: #EFEFEF;
}

div#main div#entryBody q {
	background: #FFC;
}

div#main div#entryBody dl dt {
	padding-top: 20px;
}

div#main dl#prevNextList {
	padding: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#main dl#prevNextList dt {
	padding: 5px 5px 5px 25px;
	position: absolute;
}

div#main dl#prevNextList dd {
	padding: 5px 5px 5px 8.5em;
}

div#main dl#prevNextList dt#prevEntry {
	background: url(image/icon/2leftarrow.png) no-repeat 0 8px;
}

div#main dl#prevNextList dt#nextEntry {
	background: url(image/icon/2rightarrow.png) no-repeat 0 8px;
}

div#main h3.entryBottomHead {
	margin-top: 30px;
	padding: 5px 10px;
	background: url(image/headline_bg.gif) repeat-x 0 bottom;
	border-bottom: 2px solid #999;
}

div#main h3.entryBottomHead span {
	display: block;
	padding-left: 25px;
	background: url(image/icon/star3.png) no-repeat 0 4px;
}

div#main h3.entryBottomHead a {
	color: #333;
}

div#main span.commentPostDate {
	font-weight: normal;
	font-size: 82%;
	margin-left: 10px;
	color: #999;
}

div#main div#trackBackURL p#trackBackURLstr {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	background: #fbfcdb;
	padding: 3px;
}

div#main div#commentForm ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#main div#commentForm ul li {
	padding: 3px 0;
}

div#main div#commentForm ul label {
	position: absolute;
	font-weight: bold;
}

div#main div#commentForm ul .inputFormItem {
	margin-left: 9em;
	width: 20em;
}

div#main div#commentForm ul textarea.inputFormItem {
	width: 25em;
	height: 10em;
}

div#main div#commentForm ul .inputFormItem:focus {
	background: #fbfcdb;
}

div#main div.commentTbList ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#main div.commentTbList ol li {
	border-bottom: 1px dashed #999;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

div#main div.commentTbList ol li:last-child {
	border: none;
}

/*  2-4-5 about */

img.authorPhoto {
	border: 2px solid #999;
	padding: 3px;
}

div#profileBox {
	background: url(image/code_bg_css.gif) no-repeat;
	border: 2px solid #999;
	padding: 30px 20px 20px 20px;
}

div#profileBox h4 {
	color: #FF00FF;
	font-weight: normal;
	background: url(image/profile_bg_top.gif) no-repeat 11.5em 5px;
	padding: 0 10px 0 0;
	margin: 0;
}

div#profileBox dl {
	margin: 0;
	padding: 0 0 1em 40px;
	position: relative;
	background: url(image/profile_bg_bottom.gif) no-repeat 0 bottom;
}

div#profileBox dl span {
	color: #FF00FF;
	font-weight: bold;
}

div#profileBox dl dt {
	margin: 0;
	padding: 0;
	position: absolute;
	color: #000099;
	font-weight: normal;
}

div#profileBox dl dd {
	margin: 0;
	padding: 0 0 0 3.5em;
	color: #0000FF;
}


/*  2-4-6 link */

/*  2-4-7 feed */

ul#feedList {
	list-style:none;
}

p.feedLink * {
	vertical-align:middle;
	margin-right: 3px;
}

/*===========================================

3 Adjsut Style

===========================================*/


/*  3-1 IE7
-------------------------------*/

*:first-child+html div#main div#entryBody pre {
	overflow: scroll;
}

*:first-child+html div#header ul#gnavi li {
	background-position: 0 8px;
	border: 1 
}

/*  3-2 IE6
-------------------------------*/

*html body {
	text-align: center;
	padding: 0 20px;
}

*html div#header ul#gnavi li {
	background: url(image/icon/star_blue.gif) no-repeat 0 8px;
}

*html div#wrapper {
	width: 56.3em; /* 900px */
	text-align: left;
}

*html div#main div#content {
	width: 36.7em; /* 590px; */
}

*html div#main div#sidebar {
	width: 13.1em; /* 210px; */
}

*html div#main .entryTitle span,
*html div#main .entryTitle a {
	background-image: url(image/icon/star2.gif);
}

*html div#main h3.entryBottomHead span {
	background-image: url(image/icon/star2.gif);
}

*html div#main div#entryBody pre {
	width: 100%;
	overflow: scroll;
}

*html div#main div#entryBody blockquote {
	zoom: 1;
}

*html div#main div#entryBody blockquote h3 {
	zoom: 1;
}

/*  3-3 Mac IE
-------------------------------*/

/* For only mac IE \*//*/
div#main .inImage {
	display: inline-table;
}
/**/