/** BASIC */

* {
    /* ブラウザ間の影響を最小限にする為の宣言 */
	padding:0;
	margin:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

body {
	background: #FFFFFF url(../images/layout/h14.jpg) repeat-x left top;
	font-size: 84%;
}

html, body {
	height: 100%;
}

/** HEADINGS */

h1 {
	font-size: 153.9%; /*20px*/
	color: #547F19;
	letter-spacing:0.03em;
}

h2 {
	font-size: 108%; /*14px*/
	font-weight: normal;
	color: #4A6D7A;
	letter-spacing:0.03em;
}

h3 {
	letter-spacing:0.03em;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family:Meiryo, メイリオ, Verdana, Arial, Helvetica, sans-serif;
	color: #56686B;
}

input, textarea {
	padding: 1px 5px 1px 5px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ol,ul {
	padding:0 0 0 1.8em;
}

table {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
	/* IE6未対応なので「cellspacing」属性でも指定 */
	border-spacing: 0px;
}

table  td {
	padding: 0px 10px 0px 0px;
}

table.line {
	/* IE6未対応なので「cellspacing」属性でも指定 */
	border-spacing: 2px;
	border: 1px solid #666699;
}
table.line tr {
	border: 1px solid #666699;
	padding: 3px 10px;
}
table.line th {
	border: 1px solid #666699;
	padding: 3px 10px;
	color: #333333;
	background-color: #d0d8e8;
	font-weight: bold;
}
table.line td {
	border: 1px solid #666699;
	padding: 3px 10px;
}

table .char {
	text-align: left;
	vertical-align: middle;

}

table .num {
	text-align: right;
	vertical-align: middle;
}

table .pos {
	text-align: center;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

pre code {
	/*
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding; 
	*/
	background:#eeeeee none repeat scroll 0 0;
	border:1px solid #999999;
	color:#444444;
	display:block;
	font-size:1em;
	margin:1em;
	overflow:scroll;
	padding:0 0.5em;
	width:560px;
}

/** LINKS */

a {
	color: #80A923;
}

a:hover {
	text-decoration: none;
}

/*
.more {
	line-height: normal;
}

.more a {
	display: block;
	height: 18px;
	padding: 3px 0px 0px 7px;
	background: url(../images/layout/h12.gif) no-repeat left top;
	text-decoration: none;
	font-size: 77%; 
	font-weight: bold;
	color: #557682;
}

.more a:hover {
	text-decoration: underline;
}
*/

a.minibutton
{
	display: block;
	float: left;
	cursor: pointer; 
	background:url("../images/layout/h12-l.gif") no-repeat left top;
	margin:0 6px 0 0;
	padding:0 0 0 4px;
	text-decoration:none;
	height: 21px;
	font-size: 12px;

}
a.minibutton span 
{
	display:block;
	line-height: 17px;
	background:url("../images/layout/h12-r.gif") no-repeat right top;
	padding: 3px 12px 1px 8px;
	color: #557682;
	vertical-align:middle;
}

a.minibutton:hover span 
{
	color: #557682;
}

a.minibutton:hover 
{
	background-position:0% -21px;
}
a.minibutton:hover span 
{
	background-position:100% -21px;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** LOGO ロゴ */

#logo {
	float: left;
	width: 374px;
	height: 212px;
	background: url(../images/layout/h15.jpg) no-repeat left top;
}

#logo h1, #logo p {
	text-indent: -999em;
}

/** SLOGAN スローガンタイトル */

#slogan {
	float: left;
	width: 554px;
	height: 212px;
	background: url(../images/layout/h01.jpg) no-repeat left top;
}

#slogan h2 {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	font-size: 153.9%; /*20px*/
	font-weight: bold;
	color: #FFFFFF;
}

#slogan h2 span {
	display: block;
	text-transform: uppercase;
}

/** MENU メニュー */

#menu {
	width: 928px;
	height: 41px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 240px;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
	padding: 14px 25px 0px 35px;
	background: url(../images/layout/h02.jpg) no-repeat left top;
}

#menu li.first {
	padding-left: 25px;
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 93%; /*12px*/
	font-weight: bold;
	color: #3C606D;
}

#menu a:hover {
	text-decoration: underline;
}

/** HEADER ヘッダー */

#header {
	width: 928px;
	height: 219px;
	margin: 0px auto;
}

/** PAGE ページ */

#page {
	width: 928px;
	margin: 0px auto;
}

/** CONTENT コンテンツ */

#content {
	float: right;
	width: 650px;
	padding: 10px 23px 10px 0px;
}

#content .base {
	clear: both;
	margin: 15px 0 10px 0;
}

#content .base .title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../images/layout/h06.gif) repeat-x left bottom;
}

#content .base .title h1 {
	font-weight: bold;
}

#content .base h2 {
}

#content .base h3 {
	font-size: 108%; /*14px*/
	font-weight: normal;
	color: #60881C;
	margin-bottom:10px;
	border-left:#547F19 4px solid;
	padding:0 0 0 10px;
}

#content .base h4 {
	font-size: 100%; /*13px*/
	font-weight: bold;
	color: #444444;
	margin-bottom:10px;
}

#content .base  .none-style-list {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#content .columns-base {
	background: url(../images/layout/h11.gif) no-repeat 100% 38px;
}

#content .columns-base .title {
	height: 28px;
	padding: 10px 0px 0px 13px;
	background: url(../images/layout/h10.gif) repeat-x left top;
	font-size: 100%; /*13px*/
	font-weight: bold;
	color: #4A6D7A;
}

#content .columns-base .content {
	padding: 15px 13px 0 13px;
	background: url(../images/layout/h11.gif) no-repeat 0px 0px;
}

#content .columns-base h3 {
	font-size: 108%; /*14px*/
	font-weight: normal;
	color: #60881C;
	margin-bottom:10px;
}

#content .two-columns {
	clear: both;
	margin: 15px 0 10px 0;
}

#content .two-columns .column-one {
	float: left;
	width: 304px;
}

#content .two-columns .column-two {
	float: right;
	width: 304px;
}

#content .columns-base2 {
}

#content .columns-base2 .title {
	height: 28px;
	padding: 10px 0px 0px 13px;
	background: url(../images/layout/h10.gif) repeat-x;
	font-size: 100%; /*13px*/
	font-weight: bold;
	color: #4A6D7A;
}

#content .three-columns {
	clear: both;
	margin: 15px 0 10px 0;
}

#content .three-columns .column-one {
	float: left;
	width: 304px;
}

#content .three-columns .column-two {
	float: right;
	width: 304px;
}
/** SIDEBAR 左サイドバー */

#sidebar {
	position: relative;
	float: left;
	width: 230px;
	margin: -87px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .info {
	width: 210px;
	padding: 0px 0px 0px 10px;
	margin: 0 0 5px 0;
}

#sidebar .info .title {
	height: 28px;
	margin: 0px;
	padding: 13px 0px 0px 20px;
	background: url(../images/layout/h09.jpg) no-repeat left top;
	font-size: 100%; /*13px*/
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .info .content {
	padding: 0px 15px;
	font-size: 85%; /*12px*/
}

#sidebar .info .content .none-style-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar .info .content .none-style-list li {
	padding: 10px 0px;
	background: url(../images/layout/h06.gif) repeat-x left bottom;
}

#sidebar .info .content .none-style-list h3 {
	color: #4A6D7A;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 108%; /*14px*/
}

/** inquiry お問い合わせ先 */

#inquiry {
	position: relative;
	background: url(../images/layout/h16.jpg) repeat-y left top;
	margin: 0 0 5px 0;
	height:1%; /*floatバグ対策*/
}

#inquiry .title {
	height: 26px;
	margin: 0;
	padding: 13px 0px 0px 30px;
	background: url(../images/layout/h03.jpg) no-repeat left top;
	font-size: 100%; /*13px*/
	font-weight: bold;
	color: #FFFFFF;
}

#inquiry .bg-top {
	background: url(../images/layout/h04.jpg) no-repeat left top;
}

#inquiry .accent {
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: center;
}

#inquiry .accent  img {
	width: 200px;
	height: 64px;
}

#inquiry .content {
	padding: 0px 25px 10px 25px;
	background: url(../images/layout/h17.jpg) no-repeat left bottom;
	font-size: 85%; /*11px*/
}

#inquiry .content ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#inquiry .phone {
	padding-left: 21px;
	background: url(../images/icon/phone.gif) no-repeat left center;
}

#inquiry .email {
	padding-left: 21px;
	background: url(../images/icon/email.gif) no-repeat left center;
}

/** FOOTER */

#footer {
	clear: both;
	width: 887px;
	height: 60px;
	margin: 5px auto 0 auto;
	background: url(../images/layout/h13.gif) no-repeat left top;
}

#footer p {
	font-size: 85%; /*11px*/
	padding-top: 25px;
	text-align: center;
}

/** CLEARFIX */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}