﻿/*
Theme Name: Takenaka Seitai no1
Theme URI: 
Description: no1
Version: 1.5
Author: Naoki Nishikawa
Author URI: 
Tags: three columns, widgets

*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wapper {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

h1 {
	width: 860px;
	margin: 0;
	padding: 8px 10px 10px 10px;
	background-image: url(images/bg_h1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 10px;
	font-weight: normal;
	height: 12px;
	text-align: left;
}

h2 {
	width: 860px;
	margin: 0 10px;
	padding: 0;
	background-image: url(images/bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 60px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9997px;
	display: block;
}

h3 {
	width: 880px;
	height: 170px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_h3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 1px;
	text-indent: -9996px;
	overflow: hidden;
}

#main {
	width: 880px;
	min-height: 340px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* ------------------------------------------------------------

			トップメニューボタン　スタイル

------------------------------------------------------------ */
ul#menu {
	margin: 0;
	padding: 20px 20px 0 20px;
}

ul#menu li {
	width: 140px;
	height: 55px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul#menu li a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9995px;
	overflow: hidden;
	width: 140px;
	height: 55px;
	display: block;
}

ul#menu li.home a {
	background-position: 0 0;
}

ul#menu li.home a:hover {
	background-position: 0 -55px;
}

ul#menu li.promise a {
	background-position: -140px 0;
}

ul#menu li.promise a:hover {
	background-position: -140px -55px;
}

ul#menu li.sejyutsu a {
	background-position: -280px 0;
}

ul#menu li.sejyutsu a:hover {
	background-position: -280px -55px;
}

ul#menu li.voice a {
	background-position: -420px 0;
}

ul#menu li.voice a:hover {
	background-position: -420px -55px;
}

ul#menu li.staff a {
	background-position: -560px 0;
}

ul#menu li.staff a:hover {
	background-position: -560px -55px;
}

ul#menu li.access a {
	background-position: -700px 0;
}

ul#menu li.access a:hover {
	background-position: -700px -55px;
}

/* ------------------------------------------------------------

				コンテンツ部分　スタイル

------------------------------------------------------------ */
#contentsbox {
	width: 840px;
	margin: 0 20px 20px 20px;
	padding: 10px 0 0 0;
	clear: both;
}

#contents_left {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
}

#contents_other {
	width: 660px;
	float: right;
	margin: 0;
	padding: 0;
}

#contents_main {
	width: 450px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: left;
}

#contents_right {
	width: 180px;
	float: right;
	text-align: left;
}

#contents_main p {
	font-size: 13px;
	line-height: 170%;
	margin-bottom: 21px;
}
#contents_main p a img{
	border: 0;
}

h5{
	width: 420px;
	height: 20px;
	padding: 15px;
	text-align: left;
	font-size: 20px;
	background-image: url(images/bg_h5.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0 20px 0;
}

table.style1{
	width: 100%;
	margin: 0 0 20px 0;
	background-color: #CCC;
}
table.style1 tr td{
	padding: 6px 10px;
	text-align: left;
	font-size: 13px;
	border-bottom: solid 1px #FFF;
}
table.style1 tr td.left{
	width: 100px;
	background-color: #99CC33;
	color: #FFF;
}
table.style1 tr td.right{
	background-color: #FFFFFF;
	color: #000;
}
.privacyttl{
	border-left: solid 6px #99CC33;
	border-bottom: solid 2px #99CC33;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
.privacytxt{
	padding-left: 14px;
	line-height: 170%;
	margin-bottom: 20px;
	font-size: 13px;
}

/* -------------------------------

	サイドバー　スタイル

------------------------------- */
.sidemenubox {
	width: 178px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
}

.sidemenubox .textwidget li {
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: dashed 1px #DDD;
	font-size: 12px;
}

.sidemenubox .textwidget li a {
	text-decoration: none;
	display: block;
	color: #333333;
	margin: 0;
	padding: 6px 10px;
}

.sidemenubox .textwidget li a:hover {
	color: #333333;
	background-color: #EBEBEB;
}

.sidemenubox .textwidget li span.tel {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	width: 158px;
	height: 14px;
	margin: 0 0 2px 0;
	padding: 8px 10px;
	background-image: url(images/bg_sideh4.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
	text-align: left;
	color: #FFF;
}

.textwidget {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------

				フッター部分　スタイル

------------------------------------------------------------ */
#footer {
	width: 840px;
	margin: 0 20px;
	padding: 10px 0;
	text-align: center;
	clear: both;
	border-top: solid 1px #CCC;
	font-size: 11px;
}

div#footer table.footer-info {
	margin-left: auto;
	margin-right: auto;
}

div#footer table.footer-info th {

}

div#footer table.footer-info td {
	text-align: left;
}

div#footer span.tel {
	font-size: 1.4em;
	color: red;
	font-weight: bold;
}

div#footer p {
	line-height: 1.3em;
}

/* ------------------------------------------------------------

				プラグイン　スタイル

------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
}


/* ------------------------------------------------------------

				フォント　スタイル

------------------------------------------------------------ */
.ft_red{
	color: #FF0000;
}
