body {
	padding: 0;
	margin: 0;
	font-family: meiryo, futura, sans-serif;
	background-color: #fff;
	font-size:12px;
	line-height:20px;
	color:#444;
}

td, th {
	font-size:12px;
	line-height:17px;
}

* html body, * html body td, * html body th {
	font-family: verdana, sans-serif;
}

p {
	margin-top:10px;
	margin-bottom:12px;
}

a:link, a:visited {
	color:#003E97;
	text-decoration:none;
}

a:hover {
	color:#00A7EA;
}



h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height:24px;
	font-weight: bolder;
	padding: 0;
}

h2 {
	margin: 0 0 10px 0;
	padding:8px 10px;
	padding-bottom:5px;
	line-height:18px;
	font-size: 18px;
	font-weight: bold;
	border-bottom:3px double #003E97;
	border-top:3px double #395A96;
	text-align:right;
	color:#027;
	/*background-color:#BED6EE;*/
}

h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom:10px;
	border-bottom:1px solid #003E97;
	color:#000;
}

h4 {
	font-size:12px;
	line-height:20px;
	margin:5px 0;
	padding:0 0 0 7px;
	border-bottom:1px solid #ccc;
	border-left:7px solid #00A7EA;
	color:#000;
	font-weight:bold;
}

textarea {
	width:100%;
}

#header {
	width:100%;
	height:70px;
	margin:0;
	background:#fff url(http://www.taiyoriki.jp/images/bg-header.png) repeat-x right center;
	border-bottom:3px solid #003E97;
}

#header-inner {
	width:900px;
	margin:0 auto;
}

#header h1 {
	display:block;
	font-size:1px;
	line-height:1px;
	color:#ccf;
	width:280px;
	height:60px;
	padding:0px;
	margin:0 5px;
	background:url(http://www.taiyoriki.jp/images/logo-en.gif);
	float:left;
}

* html body #header h1 {
	margin-top:-15px;
}

#header h2 {
	display:block;
	font-size:1px;
	line-height:1px;
	color:#ccf;
	width:170px;
	height:25px;
	padding:0px;
	margin:5px;
	background-image:url(http://www.taiyoriki.jp/images/logo-ja.gif);
	float:right;
	border:none;
	background-color:transparent;
}

* html body #header h2 {
	margin-top:-10px;
}

#main {
	width:900px;
	margin:20px auto;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#left-col {
	width:200px;
	float:left;
}

ul, ol {
	margin:0;
	padding:0;
	line-height:1px;
}

#left-col ul {
	margin-bottom:20px;
}

#left-col li {
	display: block;
	margin:0;
	padding:0;
	margin-bottom:0px;
	list-style-type:none;
}

#left-col li a {
	display:block;
	padding:10px 0px 10px 30px;
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:14px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	background:#fff url(http://www.taiyoriki.jp/images/bullet.gif) no-repeat left center;
}

#left-col li a:hover {
	background-color:#00A7EA;
	color:#fff;
}

.navi {
	margin: 0 0 10px;
	text-align: center;
}

#content {
	float: right;
	width: 680px;
	text-align: left;
	font-size:12px;
}

#content h1 {
	padding:3px 0px 0px 15px;
	background:#fff url(http://www.taiyoriki.jp/images/bg-h1.png) no-repeat right center;
	color:#000;
	border-left:7px solid #00A7EA;
}

.blog {
	margin: 0 0 10px;
}

.blogbody {
}

.date{
	font-size: 10px;
	line-height:10px;
	color: #FF545D;
	font-weight:normal;
	display:block;
	height:10px;
	text-align:right;
	border:none;
	margin:0;
	padding:5px 0;
}

.title{
	font-weight: bold;
}

.text{
}

.posted{
	padding: 5px 0 10px 10px;
	font-size: 10px;
	text-align: right;
}

.sidetitle {
	margin-top:20px;
	line-height:12px;
	padding:4px 8px;
	color:#fff;
	font-weight:normal;
	background:#fff url(http://www.taiyoriki.jp/images/bg-sidetitle) no-repeat left center;
	border-bottom:1px solid #003E97;
}

.side {

}

.powered {
	display:none;
}

.syndicate {
	padding: 10px 0 0;
	margin: 0 0 0 80px;
	font-size: 10px;
	text-align: center;
}

.admin {
	padding: 10px 0 0;
	font-size: 10px;
	text-align: center;
}

#comments {
	margin: 10px 0 0;
}


#comments form{
	margin: 0;
}

#comments input{
	max-width: 200px;
}


.comments-head{
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #ccc;
	font-size: 14px;
	color:#222;
	font-weight: bold;
}

.comments-body {
	margin: 0 0 15px;
}

.comments-post{
	padding: 6px 0px 6px 0;
	font-size: 10px;
	text-align: right;
}

#trackback {
	padding: 7px 5px;
	margin: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding:10px;
	border-top:3px solid #003E97;
}

#recent-news {
	border-top:1px solid #003E97;
	border-bottom:1px solid #003E97;
	margin-bottom:10px;
}

.list li {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.list li a:link, .list li a:visited {
	display:block;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	padding:9px 0px 5px 10px;
	margin:0;
}

.list li a span {
	display:block;
	font-size:10px;
	width:90px;
	float:left;
	color:#999;
}

.recent ul, .archives ul {
	font-size:10px;
	margin:0;
	padding:0;
}

.recent li, .archives li {
	display:block;
	line-height:1px;
	margin:0;
	padding:0;
}

#left-col .recent li a, #left-col .archives li a {
	font-size:10px;
	line-height:10px;
	padding: 5px 3px;
	display:block;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	background:none;
}

#left-col .recent li a:hover, #left-col .archives li a:hover {
	background-color:#00A7EA;
	color:#fff;
}

#left-col .recent li a span, #left-col .archives li a span {
	display:block;
	font-size:10px;
	width:30px;
	float:left;
	color:#999;
	margin-left:10px;
	float:right;
	text-align:right;
}

h3.subject {
	font-size:12px;
	line-height:12px;
	padding:7px 0px 5px 6px;
	color:#fff;
	margin:0;
	font-weight:normal;
	border-bottom:2px solid #003E97;
	background:#fff url(http://www.taiyoriki.jp/images/bg-h3.png) no-repeat left center;
}

h3.title {
	background:#fff url(http://www.taiyoriki.jp/images/bg-h1.png) no-repeat right center;
	padding:4px 10px;
	border-left:7px solid #00A7EA;
	border-bottom:1px solid #ccc;
}

h3.title a:link, h3.title a:visited {
	color:#000;
}

h3.title a:hover {
	color:#00A7EA;
}

.red {
	color:#FF545D;
}

.blue {
	color:#00c;
}

.green {
	color:#393;
}

.cap {
	font-size:10px;
	line-height:15px;
	font-weight:normal;
}

.big {
	font-size:200%;
	font-weight:bolder;
}

table.contact {
	margin-bottom:20px;
	width:680px;
	margin:0 auto;
	margin-bottom:20px;
}

table.contact th {
	background-color:#A6C7E6;
	color:#000;
	vertical-align:top;
	text-align:right;
	border-bottom:1px solid #fff;
	width:170px;
}

table.contact td {
	vertical-align:top;
	border-bottom:1px solid #A6C7E6;
	border-right:1px solid #A6C7E6;
}

div.roof_select, div.roof_shape {
	width:160px;
	height:120px;
	float:left;
	text-align:center;
}

div.roof_select img, div.roof_shape img {
	display:block;
	width:80px;
	margin:0 auto;
}

div.submit {
	margin:10px;
	text-align:center;
}

div.submit input {
	letter-spacing:0.5em;
	font-size:18px;
	font-weight:bold;
	width:150px;
}

p.lead {
	display:block;
	padding:10px;
	border:3px dashed #BED6EE;
}

h2.lead {
	display:block;
	padding:10px;
	border:3px dashed #BED6EE;
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#FF545D;
}

table.example {
	width:680px;
	margin-bottom:20px;
}

table.example th {
	background-color:#A6C7E6;
	color:#000;
	vertical-align:top;
	text-align:right;
	border-bottom:1px solid #fff;
	width:140px;
	font-weight:normal;
	padding:4px 6px;
}

table.example td {
	vertical-align:top;
	border-bottom:1px solid #A6C7E6;
	border-right:1px solid #A6C7E6;
	padding:4px 6px;
}

div.boss {
	background:#fff url(http://www.taiyoriki.jp/images/company-boss-02.png) no-repeat right top;
	padding-right:236px;
}

table.company {
	width:680px;
	margin-bottom:20px;
}

table.company th {
	background-color:#A6C7E6;
	color:#000;
	vertical-align:top;
	text-align:right;
	border-bottom:1px solid #fff;
	width:65px;
	font-weight:normal;
}

table.company td {
	vertical-align:top;
	border-bottom:1px solid #A6C7E6;
	border-right:1px solid #A6C7E6;
}

.text img {
	margin:3px;
}
