﻿@charset "utf-8";

/*
Theme Name: estate-h.com
Theme URI: http://www.estate-h.com/
Description: estate-h.com
Version: 3.0 2009/11/12
Author: estate-h.com
Author URI: http://www.estate-h.com/
*/


/* Global ----------------------------------------------------------------- */

body {
	color:#333;
	font-style: normal;
	font-weight: normal;
	font-size : 75%;
/*	font-size : 14px;
	line-height : 1.5;
/* 	font-family:"ヒラギノ角ゴPro W3",  Osaka,  Meiryo, "ＭＳ Ｐゴシック", sans-serif;----
	background:url(images/body.gif) repeat;
	margin:0; */
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color:#ff0000;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

img a {
	border:0;
}

address {
	font-style: normal;
	display: inline;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

table td{
/*    background-color: #ffffff;*/
}

fieldset,img,abbr,acronym {
	border: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

blockquote,
code {
	margin:10px 0;
	background:#fff;
	padding:5px 10px;
	border:1px solid #ccc;
	line-height:1.4;
	display:block;
	color:#333;
}

blockquote code {
	margin:0;
	padding:0;
	border:none;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-form-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
}
.pkg:after, #content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


/* Layout ----------------------------------------------------------------- */

#container-inner {
	width: 850px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

#header, #content, #alpha, #beta, #gamma, #footer {
	position: relative;
}

#alpha, #beta, #gamma {
	display: inline;
	float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
	position: static;
	overflow: hidden;
}


/* TWT */

.layout-twt #alpha {
	left: 190px;
	width: 470px;
}

.layout-twt #beta {
	left: -470px;
	width: 190px;
}

.layout-twt #gamma {
	width: 190px;
}


/* WT */

.layout-wt #alpha {
	width: 660px;
}

.layout-wt #beta {
	width: 190px;
}


/* TW */

.layout-tw #alpha {
	left: 190px;
	width: 660px;
}

.layout-tw #beta {
	left: -660px;
	width: 190px;
}


#alpha-inner {
	padding:10px 20px 20px;
	margin-top: 0px;
}

#beta-inner {
	padding: 10px 0;
	margin:0px 10px 10px;
	background:#ffffff;
}

#gamma-inner {
	padding: 10px 0;
	margin:0px 10px 10px;
	background:#ebffcd;
}

.layout-twt #content-inner {
	background: url(images/content-twt.gif) repeat-y;
}

.layout-wt #content-inner {
	background: url(images/content-wt.gif) repeat-y;
}

.layout-tw #content-inner {
	background: url(images/content-tw.gif) repeat-y;
}


/* Header ----------------------------------------------------------------- */

#header {
	background: #ffffff 0 bottom;
}

#header-inner {
	padding: 0;
}

#header a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: red;
}

* html #header-content {
	height: 110px;
}

#header-content {
	width: 850px;
	min-height: 110px;
	margin: 0px 0 0px 0px;
}

#header-name {
	margin: 0 0 5px;
	font-size: 150%;
	font-weight: bold;
	width: 300px;
}

#header-description {
	margin:0;
	font-size: 110%;
	line-height: 1.4;
	color: #333333;
	font-weight: bold;
	width: 280px;
}
#header-logo {
	padding-top: 10px;
	padding-right: 10px;
	background:url(images/header.gif) no-repeat;
	text-align: right;
	height: 70px;
}
#header-img {
	background:url(images/image.jpg) no-repeat;
	text-align: right;
	color: #ffffff;
	height: 300px;
}


/* Content ---------------------------------------------------------------- */

.asset-body,
.asset-more,
.asset-more-link,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}


.entry-categories {
    margin-bottom: .5em;
}

.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-categories-list .entry-category {
    display: inline;
}

#content-inner {
	padding: 0;
}

.content-nav {
	text-align: center;
	margin: 30px 0 10px;
}


/* asset */
.asset {
	margin:0 0 10px;
	background:url(images/asset_2.gif) repeat-y 0 top;
}

.layout-twt .asset {
	margin:0 0 10px;
	background:url(images/asset_3.gif) repeat-y 0 top;
}

.asset-header {
	margin:0 0 10px;
	padding-top:5px;
	background:url(images/asset-header_bg_2.gif) 0 top no-repeat;
}

.layout-twt .asset-header {
	background:url(images/asset-header_bg_3.gif) 0 top no-repeat;
}

.asset-name {
	font-size: 140%;
	font-weight: bold;
	color: #3b3b3b;
	margin:0 5px 5px;
	padding:10px 0px 15px 40px;
	background:url(images/asset-name_bg.gif) no-repeat left 7px;
	border-bottom: 1px dotted #333333;
}

.asset-meta {
	margin:5px 0 0;
	padding: 5px 10px 10px;
	font-size: 90%;
}

.asset-name a:link,
.asset-name a:visited {
	text-decoration: none;
	color: #000000;
}

.asset-name a:hover,
.asset-name a:active {
	text-decoration: underline;
}

.asset-content {
	margin: 5px 0;
	padding:0 10px;
}
.asset-body {
	margin:0 0 10px;
}

.asset-more-link {
	font-size: 90%;
	text-align:right;
}

.asset-footer {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 10px 10px;
	font-size: 90%;
	background:url(images/asset-footer_bg_2.gif) 0 bottom no-repeat;
}

.layout-twt .asset-footer {
	background:url(images/asset-footer_bg_3.gif) 0 bottom no-repeat;
}

.entry-categories,
.entry-tags {
	color:#333333;
}


/* comment*trackback */

.comments,
.trackbacks {
	margin:10px 0 30px;
}

.comments p {
	margin:10px 20px;
}

.comments-header,
.trackbacks-header,
.comments-open-header {
	font-size : 120%;
	font-weight: bold;
	color: #333333;
	margin:0 0 10px;
	padding:12px 10px 12px 30px;
	background: url(images/comments-header_bg.gif) no-repeat left center;
	border-bottom: 1px dotted #666666;
}

.comments-content {
	margin:0 0 30px;
}

.comments-open {
	margin:0 0 10px;
}

.comment,
.trackback {
	margin:0 10px 0px;
	padding:0 0 5px;
	border-bottom:1px solid #999999;
}

#comment-submit,
#comment-preview {
	font-weight: normal;
}

.comment-content {
	clear: none;
	line-height: 1.5;
	margin: 0;
}

.comment-content p {
	margin: 0 10px 3px;
}

.comments-open-content,
#comments-open-footer {
	margin:0 0 5px;
	padding:0 10px;
}

#comment-form-external-auth{
	margin:0 0 5px;
	padding:0;
}

.comments-open label {
    display: block;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
	margin:0 0 5px;
}

.trackback-content,
.trackback-footer {
	margin:0 0 5px;
	padding:5px 10px 0;
}

.trackbacks-info {
	margin:0 0 10px;
	padding:0 20px;
}


/* archive-title */
.archive-title {
	margin: 5px 0 20px;
	padding:10px 10px 10px 30px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background:url(images/archive-title_bg.gif) no-repeat 0 bottom;
	border-bottom: 1px dotted #000000;
/* 	_height:1px;*/
}

.archive-title em {
	font-style:normal;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text,
#comment-tex {
    width: 80%;
}


/* search */

.search-results-header {
	margin: 5px 0 20px;
	padding:10px 10px 10px 30px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background:url(images/archive-title_bg.gif) no-repeat 0 bottom;
	border-bottom: 1px dotted #000000;
/*	_height:1px;*/
}


/* Footer ----------------------------------------------------------------- */

#footer {
	background: #FF9900 center;
	border-top: 1px solid #cccccc;
}

#footer-inner {
	padding: 0 5px;
}

#footer-content {
	color: #ffffff;
	margin: 10px 0;
	padding-left: 10px;
}

#footer-content a {
	color: #ffffff;
}

#footer .widget {
	margin: 10px 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: center;
}


/* Widget ----------------------------------------------------------------- */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

.widget a {
	color: #333333;
}

.widget a:hover {
	color: #FFCC33;
}

.widget-header {
	margin: 0 0px 0px;
	padding: 5px 10px 8px 30px;
	font-size : 120%;
	background: url(images/widget-header.gif) no-repeat left bottom;
	color:#000000;
	line-height:1.2;
/*	_height:1px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.widget-header a:link,
.widget-header a:visited {
	text-decoration:none;
	color: #999999;
}

.widget-header a:hover,
.widget-header a:active {
	text-decoration:underline;
}

.widget-content {
	position: relative;
	margin: 0;
}

.widget ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.widget li {
	margin: 0;
	padding:5px 0 5px 10px;
	background:url(images/menu_bg.jpg) 1px 6px no-repeat;
	height:1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
}

.widget ul ul {
	margin:0;
	padding:0;
}

.widget select {
	margin-left: 10px;
	width: 140px;
}

.widget li a:link,
.widget li a:visited {
	text-decoration:none;
}

.widget li a:hover,
.widget li a:active {
	text-decoration:underline;
}

/* Links  */

.widget_links a {
    margin: 0 0px;
	padding:5px 0 5px 15px;
	background: url(images/li.gif) 1px 6px no-repeat;
}

.widget_links ul a {
    margin: 0 ;
	padding-left:0;
	background:none;
}

.widget_links a:link,
.widget_links a:visited {
	text-decoration:none;
}

.widget_links a:hover,
.widget_links a:active {
	text-decoration:underline;
}

/* Calendar  */

#wp-calendar {
	text-align:center;
	margin:0 auto;
}

#wp-calendar td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

#wp-calendar caption {
	text-align:center;
	margin:0 auto 5px;
	font-weight:bold;
}

#wp-calendar #prev {
	text-align:left;
}

#wp-calendar #next {
	text-align:right;
}

/* search */

#searchform {
	margin: 0;
	padding: 0 10px;
}

.widget-search ul {
	margin: 5px 0 0;
	padding: 0;
}

.widget-search li {
	padding:0;
	background: none;
	font-size:90%;
}

#s {
	margin-bottom:5px;
	width:130px;
}

/* rss */

.textwidget {
    margin: 0;
    padding: 0 15px;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-header,
.asset-body,
.asset-footer {	/*HACK targets IE6 but not 7*/
	height: 1%;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
/* Navi -------------------------------------------------------------- */

#navi {
	background-image: url(./images/navi/navi_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 850px;
}
#navi ul#navi_menu {
	background-image: url(./images/navi/navi_bg.gif);
	width:850px;
	height:43px;
	margin:0;
	padding:0;
	list-style:none;
}
#navi ul#navi_menu li{
	height:43px;
	float:left;
	width:120px;
}
#navi ul#navi_menu li a{
	text-decoration:none;
	display:block;
	height:43px;
    text-indent:-400px;
    overflow:hidden;
}
#navi ul#navi_menu li.home a {
	width:120px;
	background-image:url(./images/navi/navi_home.gif);
}
#navi ul#navi_menu li.home a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.homeOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.bukken a{
	width:120px;
    background-image:url(./images/navi/navi_bukken.gif);
}
#navi ul#navi_menu li.bukken a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.bukkenOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.new a{
	width:120px;
    background-image:url(./images/navi/navi_new.gif);
}
#navi ul#navi_menu li.new a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.newOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.com a{
	width:120px;
    background-image:url(./images/navi/navi_com.gif);
}
#navi ul#navi_menu li.com a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.comOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.baibai a{
	width:120px;
    background-image:url(./images/navi/navi_baibai.gif);
}
#navi ul#navi_menu li.baibai a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.baibaiOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.maps a{
	width:120px;
    background-image:url(./images/navi/navi_maps.gif);
}
#navi ul#navi_menu li.maps a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.mapsOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.mail a{
	width:120px;
    background-image:url(./images/navi/navi_mail.gif);
}
#navi ul#navi_menu li.mail a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.mailOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.tochi a{
	width:120px;
    background-image:url(./images/navi/navi_tochi.gif);
}
#navi ul#navi_menu li.tochi a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.tochiOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.kodate a{
	width:120px;
    background-image:url(./images/navi/navi_kodate.gif);
}
#navi ul#navi_menu li.kodate a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.kodateOn a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.man a{
	width:120px;
    background-image:url(./images/navi/navi_man.gif);
}
#navi ul#navi_menu li.man a:hover{
    background-position:0px -43px;
}
#navi ul#navi_menu li.manOn a:hover{
    background-position:0px -43px;
}

/* Top -------------------------------------------------------------- */
/* Top waku----------------------------ハイト変更部分------------- */
.top0 {
	height: 1700px;
	width: 600px;
	background: #ffffff;
	padding-top: 10px;
}
.top_ttl {
	width: 300px;
	text-align:center;
	background-color: #FFFFFF;
	color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-right-width: 20px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FF6600;
	border-right-color: #FF6600;
	margin-left: 100px;
}
.rireki {
	clear: both;
	width: 500px;
	margin-top: 20px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.newtop {
	clear: both;
	margin-top: 5px;
	margin-bottom: 30px;
}
.newletter {
	margin-left: 40px;
}
.top_swf {
	margin-left: 20px;
	width: 320px;
	height: 300px;
	text-align:left;
	background-color: #FFFFFF;
	float: left;
	position: relative;
}
/* AD left---------------------------------------------------------- */
.new_box1 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 282px;
	height: 100px;
	border: 1px dotted #CCCCCC;
	background-image: url(./images/top/new_box1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* AD right---------------------------------------------------------- */
.new_box2 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 282px;
	height: 100px;
	border: 1px dotted #CCCCCC;
	background-image: url(./images/top/new_box1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.box1 {
	clear: both;
	width: 282px;
	text-align:left;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(./images/top/box1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.box2 {
	width: 282px;
	text-align:left;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(./images/top/box2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.box1_in {
	padding-right: 10px;
	padding-left: 10px;
}
.box2_in {
	padding-right: 10px;
	padding-left: 10px;
}
.box1_ad {
	margin-left: 15px;
	width: 200px;
	background-color: #f3f3f3;
	padding-left: 30px;
}
.box_qr {
	float: left;
	position: relative;
	text-align:center;
	padding-top: 50px;
	background-color: #FFFFFF;
	margin-left: 25px;
}
/* ad box -------------------------------------------------------------- */
.box_ad1 {
	width: 240px;
	text-align:left;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	height: 350px;
	padding-left: 50px;
}
.box_ad2 {
	width: 300px;
	text-align:left;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	padding-left: 50px;
}
a:hover.links{
	position:relative;
	top:1px;
	left:1px;
}
/* Staff -------------------------------------------------------------- */

.cont_box {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	width: 580px;
	border : 1px solid #CCCCCC;
}

/* Staff -------------------------------------------------------------- */

.box-staf {
	clear: both;
	background: url(./images/staff/caracter.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 580px;
	border : 1px solid #CCCCCC;
}
.name_st {
	background: url(./images/staff/staff_bg.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #FFCC00;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
.name_st h2 {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
.name_st h3 {
	margin: 0px;
	padding: 2px 0px 0px 20px;
}

.st1 * {
	margin:0;
	padding:0;
	border:0;
}

dl.st1 {
	width: 450px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px;
}
dl.st1 dt {
	float:left;
	clear:both;
	width:85px;
	padding:3px 5px;
	white-space:nowrap;
	margin: 0px;
}
dl.st1 dd {
	padding:3px 5px;
	border-right: 0px;
	border-bottom: 0px;
	margin: 0px 0px 0px 95px;
}

.box-staf2 {
	clear: both;
	background: url(./images/staff/yosida.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 580px;
	border : 1px solid #CCCCCC;
}
.box-staf3 {
	clear: both;
	background: url(./images/staff/miya.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 580px;
	border : 1px solid #CCCCCC;
}
.box-staf4 {
	clear: both;
	background: url(./images/staff/iwata.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 580px;
	border : 1px solid #CCCCCC;
}
.box-staf5 {
	clear: both;
	background: url(./images/staff/st5.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 580px;
	border : 1px solid #CCCCCC;
}

/* myhome -------------------------------------------------------------- */
.step1 {
	clear: both;
	background: url(./images/step/step1.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
}
.step2 {
	clear: both;
	background: url(./images/step/step2.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
	margin-top: 20px;
}
.step3 {
	clear: both;
	background: url(./images/step/step3.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
	margin-top: 20px;
}
.step4 {
	clear: both;
	background: url(./images/step/step4.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
	margin-top: 20px;
}
.step5 {
	clear: both;
	background: url(./images/step/step5.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
	margin-top: 20px;
}
.step6 {
	clear: both;
	background: url(./images/step/step6.gif) no-repeat;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 100px;
	height: 130px;
	margin-top: 20px;
}

/* shohiyou -------------------------------------------------------------- */
.hy_table { font-size: 12px; line-height: 25px;}

.hy_table {
	width: 600px;
	font-size: 12px;
}
.hy_td {
	color: #fff;
	background-color: #666666;
	text-align: center;
	border: 1px solid #ccc;
}
.hy_td1 {
	width: 120px;
	background-color: #ccc;
	border: 1px solid #808080;
}
.hy_td2 {
	width: 110px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.hy_td3 {
	background-color: #fff;
	border: 1px solid #ccc;
}


