@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #003366 url('http://www.takumiseisaku.jp/images/common/body.jpg') repeat-x top center;
	color: #666;
        margin:0;
        padding:0 0 20px 0;
	}

.hid {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


.left {
	float: right;

}

.pagetop {
	text-align: right;

}

.mt0 {
	margin-top: 0;

}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#wrap {
	background-color: #FFFFFF;
	width: 840px;
	margin: 0 auto;
        clear: both;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.widecolumn {
	line-height: 2em;
	}

.widecolumn .entry {
	font-size: 1.2em;
	}


.narrowcolumn {
	font-size: 1.2em;
	width: 600px;
        margin-left: 20px;
        float: left;
	}

.narrowcolumn p {
        margin-bottom: 0px;
	}


.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.6em;
	}


.narrowcolumn .postmetadata {
	text-align: left;
	}

#content .rap h2 {
	padding: 0;
	margin: 0;
	height: 65px;
	width: 800px;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
        flat: clear;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	display: none;
	margin: 0;
	padding: 0;
	}

#description {
	display: none;
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .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 {
	color: #336699;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}





.post {
	margin: 0 0 10px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

*html h2 {
	margin-top: 30px;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
	padding-bottom: 15px;
	background: url('http://www.takumiseisaku.jp/images/common/pagetitle.png') repeat-x bottom center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0 0 0 5px;
	border-left: #336699 5px solid;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	}

#sidebar ul ul li {
	list-style-image: url('http://takumiseisaku.jp/blog/list.gif');
	list-style-position: outside;
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 17px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 20px;
	width: 180px;
        float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	width: 100%;
	}

#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 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.e404 {
	text-align: center;
	margin: 0;
	padding: 50px 0;
	font-size: 1.6em;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* 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." */









/*u-reboot*/
/*header*/
#hd {
	width: 840px;
        margin: 0px auto 0px auto;	
}

#logo {
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 141px;
	font-size: 0px;
	line-height: 0px;
	font-weight: normal;
	float: left;
}

#logo a {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.takumiseisaku.jp/images/common/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	width: 141px;
	text-indent: -9999px;
	overflow: hidden;
        display: block;
}


/*header right*/
#rhd {
	height: 108px;
	width: 281px;
	float: right;
}

#rhd p,
#rhd p a {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#rhd #hd01 {
	height: 66px;
	width: 281px;
	background-image: url(http://www.takumiseisaku.jp/images/common/name.jpg);
}

#rhd #hd02 {
	height: 42px;
	width: 148px;
	background-image: url(http://www.takumiseisaku.jp/images/common/hd_tel.jpg);
	float: left;
}

#rhd #hd03 a {
	height: 28px;
	width: 132px;
	background-image: url(http://www.takumiseisaku.jp/images/common/hd_req.jpg);
	float: left;
}

#rhd #hd03 a:hover {
	background-position: 0px -28px;	
}

/*header right end*/

#nav{
        clear:both;
}

#cline {
	clear: both;
	background-image: url(http://www.takumiseisaku.jp/images/common/con_line.gif);
	height: 50px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/*header end*/



/*contact*/
#contact {
	font-size: 1.2em;
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px 30px 20px;
	background-color: #FFFFFF;
}

#contact #con01,
#contact #con02,
#contact #con03 a,
#contact #con04 a,
#contact #con05 a {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#contact #con01,
#contact #con02,
#contact ul {
	margin: 0px;
	padding: 0px;	
}

#contact #con01 {
	background-image: url(http://www.takumiseisaku.jp/images/common/contact.gif);
	height: 42px;
	width: 800px;		
}

#contact #con02 {
	background-image: url(http://www.takumiseisaku.jp/images/common/ft_tel.gif);
	height: 40px;
	width: 800px;
}


#contact ul {
	list-style-type: none;	
}

#contact ul li {
	float: left;
}

#contact ul #con03 a,
#contact ul #con04 a,
#contact ul #con05 a {
	height: 92px;
	width: 252px;
	display: block;
}

#contact ul li {
	margin-right: 10px;	
}

#contact ul #con03 a {
	background-image: url(http://www.takumiseisaku.jp/images/common/ft_req.jpg);
}

#contact ul #con04 a {
	background-image: url(http://www.takumiseisaku.jp/images/common/ft_est.jpg);
}

#contact ul #con05 a {
	background-image: url(http://www.takumiseisaku.jp/images/common/opinion.jpg);
}

#contact ul #con03 a:hover,
#contact ul #con04 a:hover,
#contact ul #con05 a:hover  {
	background-position: 0px -92px;	
}

/*contact end*/



/*footer*/
#ftline {
	display: block;
	margin: 0 auto;
}

#foot {
	clear: both;
	background-color: #003366;
	background-image: url(http://www.takumiseisaku.jp/images/common/ft_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #384f79;
	border-bottom-color: #384f79;
	border-left-color: #384f79;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	color: #FFF;
	width: 818px;
	margin: 0px auto;
}

#foot p {
	margin: 0px;
	float: left;
}

#ft {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#foot p a,
#foot #ft li,
#foot #ft li a {
	display: inline;
	color: #FFF;
	text-decoration: none;	
}


#foot p a:hover,
#foot #ft li a:hover {
	color: #9FF;
}

/*footer*/



/*index*/
#flash {
	background-color: #98abc0;
	clear: both;

}

#flash img {
	display: block;
	padding: 10px;
}

#index_wrap {
	background-color: #FFFFFF;
	width: 840px;
	margin: 0px auto;
        clear: both;
	background-image: url(http://www.takumiseisaku.jp/images/index/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.index {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6em;
}

.index h2 {
	margin: 0;
	width: 420px;
	height: 95px;
	background-image: url( http://www.takumiseisaku.jp/images/index/001.gif);	
	}

.index #work {
	margin: 0;
	width: 420px;
	height: 100px;
	background-image: url( http://www.takumiseisaku.jp/images/index/002.gif);	
	}

.index #lbox {
	margin-right: 22px;
	}

.index .box {
	width: 361px;
	padding: 13px;
	border: solid 1px #dce8ee;
	float: left;
	}

.index .name {
	color: #999999;
	font-size: 1.2em;
	margin-bottom: 0px;
	}

.index .comment {
	color: #6699cc;
	margin: 0px;
	}

.index .tx01 {
	color: #999999;
	padding: 30px 0px 50px 0px;
	text-align: center;
	font-size: 1.2em;
	clear: both;
	}

.index #topics {
	margin: 0;
	width: 100px;
	height: 28px;
	background-image: url( http://www.takumiseisaku.jp/images/index/003.gif);	
	}

.index .tpbox {
	background-color: #f7fdff;
	padding: 10px;
	float: left;
	}

#index_wrap .index .tpbox ul {
	width: 408px;
	height: 250px;
	margin: 0;
	list-style: none;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	}

#index_wrap .index .tpbox ul li {
	margin: 0 0 10px 30px;
	padding: 0 0 0 2px;
	list-style-image: url('http://takumiseisaku.jp/blog/list.gif');
	list-style-position: outside;

	}


#index_wrap .index .tpph {
	float: left;
	background-color: #f7fdff;
	padding: 10px 10px 10px 0;
	margin: 0;
	}


/*index end*/




/*profile*/
#profile h2 {
	background-image: url( http://www.takumiseisaku.jp/images/profile/title.jpg);	
}

#profile dl {
	margin: 0px;
	padding: 0px;
}

#profile dl img {
	float: right;	
}

#profile dl dd,
#profile dl dt {
	padding: 0px;
	margin-bottom: 20px;
}

#profile dt {
	width: 121px;
	clear: left;
	float: left;
	display: block;
	text-align: center;
}

#profile dd {
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 377px;
}

#profile dd #sgaiyo {
	margin-top: 0px;
}

#profile dl #sgaiyo {
	width: 679px;
}

/*profile end*/


/*history*/
#history {
	background-image: url(http://www.takumiseisaku.jp/images/history/back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 700px;
}

#history h2 {
	background-image: url(http://www.takumiseisaku.jp/images/history/title.png);
}

#content #history h2 {
	height: 28px;
}

#history dl {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#history dl dd,
#history dl dt {
	padding: 0px;
	margin-bottom: 20px;
}

#history dt {
	width: 121px;
	clear: left;
	float: left;
	display: block;
	text-align: center;
}

#history dd {
	margin-left: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 679px;
}
/*history end*/

/*machine*/
#machine h2 {
	background-image: url( http://www.takumiseisaku.jp/images/machine/title.jpg);	
}

#machine p {
	margin-top: 0;	
}

#machine ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#machine li {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	width: 203px;
	float: left;
}

#machine #ma01 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma001.jpg);
}

#machine #ma02 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma002.jpg);
}

#machine #ma03 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma003.jpg);
}

#machine #ma04 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma004.jpg);
	width: 191px;
}

#machine #ma05 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma005.jpg);
}

#machine #ma06 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma006.jpg);
}

#machine #ma07 {
	background-image: url(http://www.takumiseisaku.jp/images/machine/ma007.jpg);
}

/*machine end*/

/*techniqe*/
#techniqe h2 {
	background-image: url(http://www.takumiseisaku.jp/images/techniqe/title.jpg);
}

#techniqe .ma01 b {
	color: #FF9933;
}

#techniqe .ma02 b {
	color: #FF3333;
}



#techniqe ul {
	margin: 0;
	padding: 0;
	clear: both;
}

#techniqe ul li {
	width: 181px;
	height: 136px;
	border: solid 1px #A4CDED;
	margin: 0 0 0 8px;
	padding: 5px;
	display: block;
	float: left;
}


#techniqe ul li  img {
	display: block;
}

#techniqe ul.sample li.ml0 {
	margin-left: 0;
}



/*techniqe end*/


/*material*/
#material h2 {
	background-image: url(http://www.takumiseisaku.jp/images/material/title.jpg);
}

#material ul {
	margin: 0 0 50px 0;
	padding: 0;
}

#material ul li {
	margin: 0 12px 0 0;
	float: left;
}

#material ul #btn04 {
	margin-right: 0px;
}

#material ul li a {
	width: 191px;
	height: 192px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
	background-image: url(http://www.takumiseisaku.jp/images/material/btn.jpg);
}

#material ul #btn01 a {
	background-position: 0px 0px;
}

#material ul #btn02 a {
	background-position: -203px 0px;
}

#material ul #btn03 a {
	background-position: -406px 0px;
}

#material ul #btn04 a {
	background-position: -609px 0px;
}

#material ul #btn01 a:hover {
	background-position: 0px -192px;
}

#material ul #btn02 a:hover {
	background-position: -203px -192px;
}

#material ul #btn03 a:hover {
	background-position: -406px -192px;
}

#material ul #btn04 a:hover {
	background-position: -609px -192px;
}




/*flow*/
#flow h2 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/title.png);
}

#flow .step {
	padding: 0px;
	height: 27px;
	margin-bottom: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#flow #st01 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/01.png);
	margin-top: 0px;
}

#flow #st02 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/02.png);
	margin-top: 50px;
}

#flow #st03 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/03.png);
	margin-top: 50px;
}

#flow #st04 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/04.png);
	margin-top: 50px;
}

#flow #st05 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/05.png);
	margin-top: 50px;
}

#flow #st06 {
	background-image: url(http://www.takumiseisaku.jp/images/flow/06.png);
	margin-top: 50px;
}
/*flow end*/


/*inquiry*/
#inquiry h2 {
	background-image: url(http://www.takumiseisaku.jp/images/inquiry/title.jpg);
	height: 28px;
}

#inquiry table {
	width: 700px;
	margin: 10px auto 20px 0;
	border: 0px;
	border-collapse:collapse;
}

#inquiry table tr td{
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}



#inquiry table tr .list {
	padding-right: 5px;
	width: 20%;
}

#inquiry p {
	margin-top: 0px;
}

/*inquiry end*/


/*estimate*/
#estimate h2 {
	background-image: url(http://www.takumiseisaku.jp/images/estimate/title.jpg);
	height: 28px;
}

#estimate table {
	width: 700px;
	margin: 10px auto 20px 0;
	border: 0px;
	border-collapse:collapse;
	text-align: left;
}

*html #estimate table {
	width: 800px;
}
*:first-child+html #estimate table {
	width: 800px;
}

#estimate table tr td{
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}




#estimate table tr .list {
	padding-right: 5px;
	width: 20%;
}


#estimate p {
	margin-top: 0px;
	text-align: left;
}

#estimate p.center {
	text-align: center;
}

/*estimate end*/


/*opinion*/
#opinion h2 {
	background-image: url(http://www.takumiseisaku.jp/images/opinion/title.jpg);
	height: 28px;
}

#opinion table {
	width: 700px;
	margin: 10px auto 20px 0;
	border: 0px;
	border-collapse:collapse;
}

#opinion table tr td{
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}



#opinion table tr .list {
	padding-right: 5px;
	width: 20%;
}

#opinion p {
	margin-top: 0px;
}

/*opinion end*/





/*qa*/
#qa h2 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/title.jpg);
	height: 28px;
}

#qa p {
	display: list-item;
	list-style-position: outside;
	margin-left: 25px;
}

#qa #qs01 {
	margin-top: 0px;
}

*html #qa .qs {
	margin-bottom: 10px;
}

*:first-child+html #qa .qs {
	margin-bottom: 10px;
}

#qa .qs {
	list-style-image: url(http://www.takumiseisaku.jp/images/qa/listmark.gif);
}

#qs .item {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 800px;
	height: 30px;
}

#qs h2 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/title.jpg);
	height: 28px;
}

#qs #qs01 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs01.jpg);
}

#qs #qs02 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs02.jpg);
}

#qs #qs03 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs03.jpg);
}

#qs #qs04 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs04.jpg);
}

#qs #qs05 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs05.jpg);
}

#qs #qs06 {
	background-image: url(http://www.takumiseisaku.jp/images/qa/qs06.jpg);
}


#qs .aw {
	margin-top: 0px;
	margin-bottom: 200px;
}
/*qa end*/




/*privacy*/
#privacy h2 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/title.jpg);
	height: 28px;
}

#privacy .li {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 16px;
	width: 800px;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 40px;
}

#privacy #li01 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/001.gif);
}

#privacy #li02 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/002.gif);
}

#privacy #li03 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/003.gif);
}

#privacy #li04 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/004.gif);
}

#privacy #li05 {
	background-image: url(http://www.takumiseisaku.jp/images/privacy/005.gif);
}

/*privacy end*/




/*sitemap*/
#sitemap h2 {
	background-image: url(http://www.takumiseisaku.jp/images/sitemap/title.jpg);
	height: 28px;
}

.mb80 {
	margin-bottom: 80px;
}

#sitemap p a {
	color: #6698ca;
}

/*sitemap end*/





/*material*/
.orbox {
	background-color: #FF9933;
	color: #FFFFFF;
	padding: 1px 5px;
}

.grbox {
	background-color: #48a148;
	color: #FFFFFF;
	padding: 1px 5px;
}

.blbox {
	background-color: #1cb4cf;
	color: #FFFFFF;
	padding: 1px 5px;
}

h2.singletitle {
	text-align: left;
	padding-bottom: 15px;
	background: url('http://www.takumiseisaku.jp/images/common/pagetitle.png') repeat-x bottom center;
}

/*material end*/


/*archive start*/
.narrowcolumn #archive p {
	display: list-item;
	list-style: url('http://www.takumiseisaku.jp/images/material/listmark.gif') outside;
	margin-left: 20px;	
}



/*archive end*/


#bread {
	margin-bottom: 20px;
	}

#wrap #bread {
	margin-left: 20px;
	}

#wrap #content #bread {
	margin-left: 0px;
	}



