@charset "utf-8";

/*==============================================

released: 2008.09.09
update: 2009.06.01

-contents-

01. initialize
02. link set
03. text set
04. top page & page format
05. 2nd page format

===============================================*/


/*----------------------------------------------
	01. initialize
----------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

a {
	outline: 0;
}

a,
img {
	border: 0;
}

html,
body {
	height:100%;
	font-size: 16px;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅","Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 90%;
	text-align: center;
	background-color: #EFEFEF;
}

.clear {
	clear: both;
}


/*__ cf __*/

.cf:after {
	content:".";
	display:block;
	clear:both; 
	height:0;
	visibility:hidden;
}
.cf {
	display:inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height:1%;
}
.cf {
	display:block;
}
/* end MacIE5 */
.cf + *{
	clear: both;
}


/*----------------------------------------------
	02. link set
----------------------------------------------*/

body a,
body a:link,
body a:visited {
	font-size: 100%;
	color: #37A5A1;
	text-decoration: none;
}

body a:active {
	color: #000000;
}

body a:hover {
	color: #43CAC5;
}


/*----------------------------------------------
	03. Text set
----------------------------------------------*/


p {
	font-size: 90%;
	line-height: 150%;
}

.red {
	color: #920000;
}

.glay {
	color: #666666;
}

.black {
	color: #000000;
}


/*----------------------------------------------
	04. toppage & page format
----------------------------------------------*/


/*__ center fix __*/

#wrap,
#splash,
#head,
#main,
#topmain,
#contents,
#smallnavi,
#foot,
#recommendbg,
#recommendwrap,
#topbottomcont,
.topnewproducts h2,
.topnewsproductscont,
#left,
.bthome,
.btshop,
.btproduct,
#links,
.newcol,
.next,
.contractor,
#prcate P,
.prsubcate,
.nccont,
#nctt P,
#ababaread,
#ababanews,
#ababarec,
#ababarecsecond,
#ababagarden,
.ababarecsecondminip,
#gaiyocont,
.wallpaperphoto,
.wallpaperdl,
#recruitecont,
#recruitebutton,
#recappcont,
#contactcont table,
.contactread,
#formbutton,
#formthanks,
#formtoppagebutton,
#policycont,
#aboutcont,
.sitemapcont {
	margin: 0 auto 0 auto;
	text-align: center;
}

#wrap {
	width: 806px;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#splash {
	width: 800px;
	height: 620px;
}


/*__ wrap bg height by IE6 __*/
body > #wrap {
    height:auto;
}

#head {
	margin-bottom: 10px;
	width: 800px;
	height: 66px;
	background-color: #DFDFDF;
	position: relative;
}

#head h1 {
	width: 145px;
	height: 39px;
	position: absolute;
	left: 43px;
	top: 16px;
	display: block;
}

#head ul {
	list-style-type: none;
	position: absolute;
	left: 234px;
	top: 10px;
}

#head ul li {
	float: left;
}

.english {
	position: absolute;
	left: 486px;
	top: 26px;
}

#main {
	padding-bottom: 40px;
}

#main,
#topmain {
	width: 780px;
	height: auto;
	position: relative;
}

#smallnavi {
	width: 780px;
	height: 30px;
}

#search {
	float: right;
	text-align: right;
}

#foot {
	padding-bottom: 50px;
	width: 800px;
	height: auto;
	border-top: 5px solid #333333;
	position: relative;
	top: 0px;
	right: 0px;
}

#foottop {
	position: absolute;
	top: -22px;
	right: 20px;
}

/* safari only */
html[xmlns*=""] body:last-child #foottop {
	top: -26px;
}

#foot ul {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	list-style-type: none;
	line-height: 100%;
}

#foot ul li {
	padding: 0px 5px;
	font-size: 82%;
	display: inline;
	border-left: 1px solid #000000;
}

.ftline {
	border-right: 1px solid #000000;
}

#foot p {
	clear: right;
	font-size: 90%;
	line-height: 100%;
	color: #666666;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 11px;
}


/*__ foot link __*/

#foot a,
#foot a:link,
#foot a:visited {
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}

#foot a:active{
	color: #000000;
}

#foot a:hover {
	color: #999999;
}


/*__ toppage __*/

#toplink {
	position: absolute;
	top: -36px;
	left: -6px;
}

#toplink ul {
	list-style-type: none;
}

#topcontents {
	float: right;
	width: 679px;
	height: 240px;
}

.simplyb {
	position: absolute;
	top: 170px;
	left: 104px;
}

#recommendbg {
	margin-top: 10px;
	padding: 14px 0px 10px 0px;
	width: 800px;
	height: auto;
	background-color: #666666;
}

#recommendwrap {
	width: 670px;
	height: auto;
}

.recommend {
	float: left;
	margin: 0px 12px 0px 12px;
	width: 110px;
	height: auto;
	text-align: center;
}

/*__ recommend by IE6 __*/
* html .recommend { 
	margin: 0px 14px 0px 14px;
}

.recommendimg {
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	width: 110px;
	height: auto;	
}

.recoeng {
	font-weight: bold;
}

.recommend p {
	font-size: 80%;
	text-align: center;
	line-height: 120%;
	color: #FFFFFF;
}

#topbottomcont {
	width: 800px;
	height: auto;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
	background-color: #FFFFFF;
}

#topnews {
	padding: 20px 18px 20px 180px;
	width: auto;
	height: auto;
}

/*__ topnews by IE6 __*/
* html #topnews { 
	margin-top: 20px;
	padding: 0px 18px 20px 180px;
}

/*__ topnews by IE7 __*/
*:first-child+html #topnews {
	margin-top: 20px;
	padding: 0px 18px 20px 180px;
}

#topnews h2 {
	position: absolute; /*--to #topbottomcont [relative]--*/
	left: 122px;
	top: 20px;
}

/*__ topnews by IE6 __*/
* html #topnews h2 { 
	top: 15px;
}

/*__ topnews by IE7 __*/
*:first-child+html #topnews h2 {
	top: 15px;
}


#topnews dl {
	padding-left: 16px;
	font-size: 80%;
	line-height: 180%;
	width: 594px;
}

#topnews dt {
	float: left;
	clear: left;
	padding-left: 16px;
	width: 5em;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/star.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	line-height: 180%;
}

#topnews dd {
	margin-left: 7em;
	line-height: 180%;
	width: auto;
}

.topnewproducts {
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 332px;
	height: auto;
	background-color: #ECECEC;
	border: 1px solid #CCCCCC;
}

/*__ topnews by IE6 __*/
* html .topnewproducts { 
	margin-right: 5px;
	margin-left: 5px;
}

.topnewproducts h2 {
	padding: 5px 0px 20px 0px;
	width: 322px;
	height: auto;
	display: block;	
}

/*__ topnewsproducts h2 by IE6 __*/
* html .topnewproducts h2 { 
	margin-left: 4px;
}

.topnewsproductscont {
	padding-bottom: 20px;
	width: 312px;
	height: auto;
	position: relative;
}

/*__ topnewsproductscont by IE6 __*/
* html .topnewsproductscont { 
	margin-left: 10px;
}

.topnewsproductscont img {
	float: left;
	padding-right: 10px;
}

.topnewsproductscont h3 {
	margin-top: 0;
	padding-top: 0;
	color: #666666;
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
}

.topnewsproductscont h4 {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
	font-weight: bold;
}


/*__ topnewsproductscont h4 link __*/

.topnewsproductscont h4 a,
.topnewsproductscont h4 a:link,
.topnewsproductscont h4 a:visited {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.topnewsproductscont h4 a:active{
	color: #999999;
}

.topnewsproductscont h4 a:hover {
	color: #666666;
}

.topnewsproductscont p {
	color: #666666;
}

.textright {
	padding: 0px 10px 10px 0px;
	text-align: right;
}



/*----------------------------------------------
	05. 2nd page format
----------------------------------------------*/


.pankuzu {
	float: left;
	padding-bottom: 10px;
	font-size: 80%;
	color: #666666;
}


/*__ pankuzu link __*/

.pankuzu a,
.pankuzu a:link,
.pankuzu a:visited {
	font-size: 100%;
	color: #37A5A1;
	text-decoration: underline;
}

.pankuzu a:active{
	color: #000000;
}

.pankuzu a:hover {
	color: #43CAC5;
}

#contents,
#ababacont {
	float: right;
	width: 556px;
	height: auto;
}

#contents h2 {
	padding-bottom: 30px;
	width: 556px;
	height: 104px;
}

#left {
	float: left;
	width: 214px;
	height: auto;
	background-image: url(../img/leftbg.gif);
	background-repeat: repeat-y;
}

.bthome {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 204px;
	height: 30px;
	display: block;
}

.leftkijiul, 
.leftkijiul2 {
	padding: 0px 12px 0px 12px;
	width: 194px;
	height: auto;
	list-style-type: none;
	line-height: 150%;
	text-align: left;
}

.leftkijiul2 {
	width: auto;
}

.leftkiji2 a:link {
	text-decoration: underline;
}

.leftkiji2 a:hover {
	text-decoration: none;
}

.leftkiji2 {
	padding-left: 1em;
	color: #37A5A1;
	background-image: url(../ababa/img/li_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/*__ leftkijiul padding by IE6 __*/
* html .leftkijiul,
* html .leftkijiul2, {
	padding: 0px 2px 0px 2px;
} 


/*__ leftkijiul padding by IE6 __*/
* html .leftkijiul,
* html .leftkijiul2 {
	padding: 0px 2px 0px 2px;
} 

.leftkiji {
	padding-left: 1em;
	color: #37A5A1;
	background-image: url(../img/kakko.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#links {
	padding-top: 10px;
	margin-bottom: 10px;
	width: 194px;
	height: auto;
}

.linktitle {
	padding-bottom: 5px;
	width: 194px;
	height: 20px;
}

/*__ li linktitle by IE6 __*/
* html .linktitle { 
	margin-bottom: 5px; 
}

.linkbutton {
	float: left;
	width: 97px;
	height: 92px;
}

#links ul {
	list-style-type: none;
}

#links li {
	float: left;
	width: 97px;
	height: 92px;
}


/*__ new page __*/

.newcol {
	clear: both;
	padding-bottom: 15px;
	width: 536px;
	height: auto;
}

.newcol img {
	padding: 0px 10px 10px 0px;
	float: left;
}

.newcol h3 {
	margin-top: 0;
	padding-top: 0;
	color: #666666;
	line-height: 150%;
	font-weight: bold;
}

.newcol h4 {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
	font-weight: bold;
}

.next {
	width: 536px;
	height: auto;
	text-align: right;
}

/*__ products __*/

.btproduct {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 204px;
	height: auto;
}

.btproduct ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.btproduct ul li a {
	width: 204px;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../products/img/bt01.gif);
	background-position: 0px 0px;
	display: block;
}

.btproduct ul li a,
.btproduct ul li a:hover {
	width: 204px;
	height: 31px;
	text-indent: 20px;
	display: block;
}

.btproduct ul li a:hover {
	background-image: url(../products/img/bt01.gif);
	background-position: 0px 33px;
}

.btproduct a,
.btproduct a:link,
.btproduct a:visited,
.btproduct a:active,
.btproduct a:hover {
	color: #FFFFFF;
}

.contractor {
	margin-bottom: 5px;
	width: 204px;
	height: 27px;
}

/* __ product category __ */

#prcate {
	width: 556px;
	height: auto;
}

#prcate h3 {
	font-size: 16px;
	line-height: 36px;
	text-indent: 10px;
	width: 556px;
	height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #46DDD6;
	background-image: url(../products/img/tt_products.jpg);
	background-position: 0px 0px;
}

#prcate P {
	padding-top: 15px;
	width: 536px;
	color: #666666;
	text-align: left;
}

.prsubcate {
	width: 536px;
	height: auto;
}

.prsubcate h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #37A5A1;
	text-indent: 10px;
	line-height: 24px;
	text-align: left;
	width: 536px;
	height: 24px;
	border-left: 6px solid #37A5A1;
}

.prsubcate ul {
	margin-bottom: 15px;
	width: auto;
	height: auto;
	text-align: left;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}

.prsubcate li {
	display: inline;
	padding-right: 10px;
	line-height: 20px;
}

.prsubcateright,
.ncright {
	float: right;
	width: 260px;
	height: auto;
}

.prsubcateleft,
.ncleft {
	float: left;
	width: 258px;
	height: auto;
}

.prread {
	padding-bottom: 15px;
	color: #666666;
}

.prsubminip {
	padding-bottom: 5px;
	width: 260px;
	height: auto;
}

.miniimg {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	width:80px;
	height: auto;
}

.miniimgafter {
	float: left;
	padding-bottom: 2px;
	width:80px;
	height: auto;
}

.prsubcateleft img,
.prsubminip img,
.miniimgafter img {
	padding-bottom: 2px;
}

.prsubcateleft p,
.prsubminip p {
	margin-bottom: 5px;
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	line-height: 120%;
	text-align: center;
}


/* __ new comer __ */

#nctt {
	width: 556px;
	height: auto;
}

#nctt h3 {
	font-size: 16px;
	line-height: 36px;
	width: 556px;
	height: 36px;
}

#nctt P {
	padding: 20px 0px 20px 0px;
	font-size: 120%;
	width: 536px;
	color: #666666;
	text-align: left;
}

.nccont {
	padding-bottom: 15px;
	width: 536px;
	height: auto;
}

.ncright img {
	padding-bottom: 2px;
}

.ncright h4 {
	margin: 5px 0px 5px 0px;
	font-size: 16px;
}


/* __ ABABA __ */

.btshop {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 204px;
	height: 97px;
	display: block;
}

#ababacont h2 {
	width: 556px;
	height: 213px;
}

#ababaread {
	padding: 10px;
	width: 516px;
	height: auto;
	border: 1px solid #CCCCCC;
}

#ababaread p {
	color: #666666;
}

#ababaread dl {
	margin-top: 10px;
	font-size: 80%;
	text-align: center;
}

#ababaread dt {
	margin: 2px 0px 2px 0px;
	padding: 2px 8px 2px 8px;
	display: inline;
	width: auto;
	height: auto;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

#ababaread dd {
	padding: 2px;
	display: inline;
}

#ababanews {
	margin-top: 10px;
	padding-top: 50px;
	width: 536px;
	height: auto;
	background-image: url(../ababa/img/news.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#ababanews dl {
	margin: 0px 20px 0px 20px;
}

#ababanews dt {
	clear: left;
	float: left;
	padding-left: 16px;
	font-weight: bold;
	color: #666666;
	background-image: url(../ababa/img/star.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	line-height: 140%;
}

#ababanews dd {
	padding-left: 80px;
	line-height: 140%;
}

.ababanewsafter {
	margin-top: 10px;
}

#ababarec {
	margin: 20px 0px 30px;
	width: 536px;
	height: auto;
	background-color: #FFFFCC;
}

.ababarectt {
	margin-bottom: 10px;
}

.ababarecminip {
	padding-left: 11px;
	width: auto;
	height: 100%;
}

.ababarecimg {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 121px;
	height: 100%;
}

.ababarecimg img {
	padding-bottom: 4px;
}

.ababarecimg p {
	font-size: 90%;
	line-height: 120%;
	text-align: center;
}

#ababarecsecond {
	margin-bottom: 30px;
	width: 536px;
	height: auto;
	background-color: #FFFFCC;
}

.ababarecsecondminip {
	width: 516px;
	height: 100%;
}

.ababarecsecondleft {
	float: left;
	padding-bottom: 10px;
	width: 200px;
	height: auto;
}

#ababaadd {
	width: 556px;
	height: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}

#ababaadd h4 {
	padding: 10px 0px 5px;
	font-size: 120%;
	line-height: 130%;
	color: #00463D;
	font-weight: bold;
}

#ababaadd p {
	line-height: 130%;
	color: #333333;
}

/*__ li linktitle by IE6 __*/
* html .ababarecsecondleft { 
	margin-bottom: 10px; 
}

.ababarecsecondright {
	float: right;
	width: 306px;
	height: auto;
}

#ababacont #ababarecsecond h2 {
	padding-bottom: 10px;
	width: 536px;
	height: 30px;
}

.ababarecsecondright h3 {
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;	
}

.ababarecsecondright h4 {
	margin-bottom: 5px;
	font-weight: bold;	
}

.ababarecsecondright p {
	color: #333333
}

#ababagarden,
.gardencolumn {
	width: 536px;
	height: auto;
}

#ababagarden h3 {
	padding-bottom: 15px;
	width: 536px;
	height: 34px;
}

.gardencolumn {
	padding: 20px 0px 20px 0px;
	width: 536px;
	height: auto;
	border-bottom: 1px dotted #999999;
}

.gardenphoto {
	float: left;
	width: 310px;
	height: auto;
}

.gardencolumnread {
	float: right;
	width: 207px;
	height: auto;
}

.gardencolumnread h4 {
	padding-left: 18px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	background-image: url(../ababa/img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


/* __ company __ */

#gaiyocont {
	width: 536px;
	height: auto;
}

.seedingcenter,
.developcenter {
	padding-bottom: 20px;
	width: 263px;
	height: auto;
}

.seedingcenter p,
.developcenter p {
	padding-top: 2px;
	text-align: center;
}

.seedingcenter {
	float: left;
}

.developcenter {
	float: right;
}

#gaiyocont dt {
	float: left;
	padding: 15px 0px 13px 0px;
	width: 87px;
	clear: both;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../company/img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#gaiyocont dd {
	float: left;
	padding: 15px 0px 13px 0px;
	width: 449px;
	line-height: 150%;
	color: #666666;	
	background-image: url(../company/img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.developmap {
	padding: 5px 0px 5px 0px;
}

#gaiyo dd span,
.year {
	font-weight: bold;
	color:#000000;
}

.year {
	float: left;
	padding-bottom: 10px;
	width: 60px;
	line-height: 130%;
}

.enkaku {
	float: left;
	padding-bottom: 10px;
	width: 389px;
	color: #666666;
	line-height: 130%;
}


/* __ wallpaper __ */

#wallpapercont {
	padding-left: 10px;
	width: 546px;
	height: auto;
}

.wallpaperblock {
	padding-right: 7px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: left;
	width: 174px;
	height: 229px;
	background-image: url(../wallpaper/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.wallpaperphoto {
	padding: 4px 0px 9px 0px;
	width: 166px;
	height: auto;
}

.wallpaperdl {
	width: 151px;
	height: 21px;
}

#wallpapersetting {
	clear: both;
	padding: 10px;
	border: 1px dotted #999999;
}

#wallpapersetting h3 {
	padding: 5px;
	height: 16px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #4D4D4D;
	text-align: center;
	background-color: #D9D9D9;
}

#wallpapersetting h4 {
	padding: 10px 0px 2px 0px;
	color: #000000;
	font-weight: bold;
	line-height: 150%;
}

#wallpapersetting p {
	color: #333333;
	line-height: 150%;
}


/* __ recruite __ */

#recruitett {
	margin-bottom: 20px;
	width: 556px;
	height: 64px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	background-color: #669900;
	background-image: url(../recruit/img/recruite_tt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#recruitecont,
#recappcont {
	width: 536px;
	height: auto;
}

#recruitecont p {
	padding-bottom: 20px;
	color: #666666;
}

#recruitebutton {
	margin-bottom: 30px;
	width: 302px;
	height: 43px;
}

#recruitecont table {
	margin-bottom: 30px;
	width: 100%;
	line-height: 120%;
}

#recapptt {
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #669933;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../recruit/img/rec_table_tt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#recruitecont td,
#recruitecont th {
	margin: 1px 0px 1px 0px;
	padding: 10px;
	vertical-align: top;
}

#recruitecont td {
	background-color: #EDEDED;
}

#recruitecont th {
	background-color: #669900;
	font-weight: bold;
	color: #FFFFFF;
}

#recadd {
	padding: 10px;
	width: 512px;
	height: auto;
	text-align: center;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	background-image: url(../recruit/img/addbg.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}

#recadd h4 {
	font-weight: bold;
	color: #000000;
}

.recentry {
	padding-bottom: 20px;
}


/* __ contact __ */

#contactcont {
	padding: 15px 0px 15px 0px;
	width: auto;
	height: auto;
	background-color: #EFEFEF;
}

.contactread {
	padding-bottom: 10px;
	width: 460px;
	height: auto;
	font-size: 85%;
	line-height: 150%;
	color: #666666;
}

#contactcont table {
	width: 460px;
	height: auto;
}

#contactcont td,
#contactcont th {
	margin: 1px 0px 1px 0px;
	padding: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
}

#contactcont td {
	width: 70%;
}

#contactcont th {
	width: 30%;
	font-weight: bold;
	color: #000000;
}

#formbutton {
	width: 460px;
	padding-top: 5px;
	text-align: right;
}

#formbutton input {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

#formthanks {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px 0px 15px 0px;
	width: 460px;
	height: auto;
	background-image: url(../contact/img/thanks.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

#formthanks p {
	font-size: 110%;
	text-align: center;
}

#formtoppagebutton {
	margin-bottom: 50px;
	width: 302px;
	height: 43px;
}

/* __ policy __ */

#policycont {
	width: 536px;
	height: auto;
}

#policycont h3 {
	/*padding-top: 6px;*/
	font-size: 110%;
	color: #000000;
}

#policycont h4 {
	/*padding-top: 6px;*/
}

#policycont p {
	padding-bottom: 10px;
	color: #666666;
}


/* __ about miyoshi __ */
/* ==toppage== */
.aboutread {
	padding-bottom: 20px;
}

#about ul,
#about li {
	list-style-type: none;
}

#about li {
	float: left;
}

/*==contents==*/
#aboutcont {
	width: 536px;
	height: auto;
}

#aboutcont h4 {
	padding: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
}

#aboutcont p {
	color: #666666;
}

.aboutread {
	padding: 20px 0px 20px 0px;
}

.aboutreadmeri {
	padding-bottom: 20px;
}

.aboutph,
.aboutmeritop,
.aboutcentph {
	width: 536px;
	height: auto;
}

.aboutmeritop {
	padding: 20px 0px 10px 0px;
}

.aboutcentph {
		padding-bottom: 20px;
}

.aboutphleft {
	float: left;
}

.aboutphleftcl {
	clear: both;
	float: left;
}

.aboutphright {
	float: right;
}

.aboutreadright {
	float: right;
	width: 221px;
	height: auto;
}

.aboutreadrightend {
	float: left;
	width: 443px;
	height: auto;
}

.aboutreadmeritop {
	float: left;
	width: 310px;
	height: auto;
	padding-right: 15px;
	text-align: left;
}


/* __ sitemap __ */

.sitemapcont {
	width: 536px;
	height: auto;
}

.sitemapleft,
.sitemapright {
	padding-bottom: 20px;
	width: 257px;
	height: auto;
}

.sitemapleft {
	float: left;
}

.sitemapright {
	float: right;
}

.sitemapcont h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.sitemapcont h3 a,
.sitemapcont h3 a:link,
.sitemapcont h3 a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sitemapcont h3 a:active {
	color: #000000;
}

.sitemapcont h3 a:hover {
	color: #999999;
}

.sitemapcont ul {
	list-style-type: none;
}

.sitemapcont ul li a,
.sitemapcont ul lia:link,
.sitemapcont ul li a:visited {
	color: #666666;
	line-height: 150%;
	text-decoration: none;
}

.sitemapcont ul li a:active {
	color: #000000;
}

.sitemapcont ul li a:hover {
	color: #999999;
}