/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
  color: #333;
  background:#DFF1F7;
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  *font-size: small;
  *font: x-small;
  text-align: center;
}
html>/**/body{
  font: 13px/1.231
}
* + html body{
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, Meiryo, 'メイリオ', sans-serif;
}

* html body{
	background:#DFF1F7 url(null) fixed;
}

html:not(:target) body {
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  *font: 13px/1.231 'メイリオ', Meiryo, sans-serif;
}

a {
	color:#02476f;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #02476f;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #0889d3;
	font-size: 100%;
}
h2 {
	color: #555555;
	font-family:"MS PGothic","Osaka",'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 180%;
}
h3 {
	color: #993;
	font-family:"MS PGothic","Osaka",'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 135%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

/** Layout **/
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width:970px;
	background: #DFF1F7 url(../img/bg_right_top.jpg) 100% repeat-y;
}

DIV#wrap {
	_height:100%;
	text-align:left;
	clear: both;
	padding:10px 0 15px 6px;
	margin: 0 10px 0 4px;
	background: #fff url(../img/bg_left.jpg) 0 0 repeat-y;
}
DIV#wrap:after {display: block;clear: both;content: " ";}


#content{
	float:left;
	_height:1%;
	width:100%;
	color: #333;
	line-height:1.3;
	padding: 0;
	margin:0;
	overflow: visible;
	margin:0 -280px 0 0;
	background: #fff;
}

.content_bottom {
	clear:both;
	padding: 0 10px;
}

.btn_toppage {
	clear: both;
	position:relative;
	height:23px;
	padding: 0 20px 0 6px;
	margin: 0 10px 0 4px;
	background: #fff url(../img/bg_left.jpg) 0 0 repeat-y;
}
.btn_toppage:after {display: block;clear: both;content: " ";}

.btn_toppage A {
	display:block;
	position:absolute;
	right:20px;
	text-indent: -9999px;
	height:23px;
	width:145px;
	background:#ffffff url(../img/btn_pagetop.jpg) no-repeat;
}
.btn_toppage A:HOVER {
	background-position: 0 -23px;
}

#footer_wrap {
	_height:1%;
	width:970px;
	margin:0 auto;
}

.footer_navi {
	text-align:center;
	padding: 10px 5px;
	margin: 0;
	border-bottom:1px solid #AFD4E5;
}
.footer_navi a{
	color:#fff;
}
#footer {
	clear: both;
	padding: 6px 10px;
	margin: 0;
	text-align: right;
	color:#fff;
	background: #0889d3 url(../img/top/footer_bg.jpg) top repeat-x;
}
.footer_contents {
	text-align:left;
	width:970px;
	margin:0 auto;
	border-bottom:1px solid #AFD4E5;
}
.footer_item {
	padding:10px 20px 5px;
	line-height:1.3;
	color:#fff;
	font-weight:bold;
	background:transparent;
	width:930px;
}
#footer table,
#footer table tr,
#footer table tr td {
	color:#fff;
	font-weight:bold;
	background:transparent;
	border:none;
	padding:0;
	margin:0;
}
#footer table tr:nth-child(2n) td {
	background:transparent;
}
.footer_item span{
	padding: 0 0 0 5px;	
	white-space:nowrap;
}
.footer_item a{
	color:white;
	font-weight:normal;
}
.f_copyright {text-align:center;padding:10px;}


/** containers **/

/*div.actions {
	float:left;
	width:15%;
	padding:10px 1%;
}*/
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ?';
}
th a.desc:after {
	content: ' ?';
}
#footer table tr td {border:none;background:transparent;}

table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family:"MS PGothic","Osaka",'lucida grande',verdana,helvetica,arial,sans-serif;
}
.cake-sql-log caption {
	color:#fff;
	background: #0669a1;
}


/** Debugging **/
pre {
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}



#wrap h1 {
	font-family:"MS PGothic","Osaka",'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 190%;
	color:#fff;
	height:46px;
	padding:0;
	margin:0 0 10px 0;
	background: url(../img/h1_bg2.jpg) right top no-repeat;
}
#wrap h1 span {
	display:block;
	height:38px;
	padding:8px 0 0 20px;
	margin:0;
	background: url(../img/h1_bg1.jpg) left top no-repeat;
}


div.index {
	float:none;
	width:auto;
	margin-right:245px;
	padding:0 15px 10px 20px;
	position:static;
	/*border-right:1px solid #666;*/
}
div.admin {
	float:none;
	width:auto;
	margin-left:245px;
	padding:10px 20px 10px 15px;
	position:static;
}


/*-----------------------------------  Headerview  -----------------------------------*/
#header_wrap{
	background: transparent url(../img/body_bg.jpg) 0 0 repeat-x;
}
#header{
	_height:1%;
	clear:both;
	position:relative;
	width:910px;
	padding:5px 20px 5px;
	margin:0 auto;
}
#header:after {display: block;clear: both;content: " ";}

#header h1 {
	background: transparent url('../img/header_logo.gif') left bottom no-repeat;
	color: #fff;
	margin:0;
}
#header h1 a {
	display:block;
	height:67px;
	width:650px;
	text-indent:-9999pt;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#headerlogo{
	float:left;
	width:650px;
}
#header_right{
	float:right;
	width:260px;
	text-align:left;
}
#header_right .header_offer {
	padding:5px 0 0 130px;
}
#header_right .header_offer a{
	display:block;
	width:115px;
	height:36px;
	text-indent: -9999pt;
	background: url(../img/btn_dental_offer.gif) no-repeat;
}
#header_right .header_bookmark {
	color:#333;
	padding-top:12px;
	padding-left:0px;
}
#header_right .header_bookmark p{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#header_right li {
	background:none;
}
#header_right #bookmarkicons {
	position:absolute;
	top: 50px;
	right:40px;
}
#header_right #bookmarkicons {
	padding: 0 5px;
}
#header_right #bookmarkicons img{
	margin: 3px;
}


/*-----------------------------------  Header Menu view  -----------------------------------*/

DIV#headerMenu {
	clear:both;
	padding:0 10px;
	margin:0;
	background:#DFF1F7;/* url(../img/bg_left.jpg) left repeat-y;*/
}
DIV.gmenuarea {
	_height:1%;
	margin:0;
	padding:0;
	overflow:hidden;
	background: /*url(../img/pagenavi_bg.jpg);*/;
	border-top:0px solid #AFD4E5;
	border-bottom:4px solid #007BB7;
}
DIV#headerMenu ul {
	height: 30px;
	list-style: none;
	margin:0;
	padding:0 0 0 5px;
	background: /*url(../images/headermenu_side.gif) left top no-repeat*/;
}
DIV#headerMenu ul li {
	white-space:nowrap;
	font-size:14px;
	float: left;
	list-style: none;
	padding:0 3px 0 0;
	margin: 0;
	background: /*url(../images/headermenu_side.gif) right top no-repeat*/;
	border-right: 0px solid #cccccc;
}
DIV#headerMenu ul li a ,DIV#headerMenu ul li a span {
    display: block;
}
DIV#headerMenu ul li a {
	margin-top:0;
	padding-right:30px;
	text-decoration: none;

}
DIV#headerMenu ul li a {
	_width:80px;
	height:30px;
	background: url(../img/headermenu.jpg) 100% -100px no-repeat;
}
DIV#headerMenu ul li a span {
	padding: 8px 0 8px 30px;
	background: url(../img/headermenu.jpg) 0 0 no-repeat;
}

DIV#headerMenu ul li a:hover {
	color: #fff;
	background: url(../img/headermenu.jpg) 100% -150px no-repeat;
}
DIV#headerMenu ul li a:hover span {
	background: url(../img/headermenu.jpg) 0 -50px no-repeat;
}

DIV#headerMenu .headerMenu-level1-act {
	padding:0 3px 0 0;
	background: /*url(../img/headermenu_side.gif) right top no-repeat*/;
}
DIV#headerMenu .headerMenu-level1-act a {
	color: #fff;
	background: url(../img/headermenu.jpg) 100% -150px repeat-x;
}
DIV#headerMenu .headerMenu-level1-act a span {
	color: #fff;
	background: url(../img/headermenu.jpg) 0 -50px repeat-x;
}

DIV#headerMenu .headerMenu-level1-act_last a ,DIV#headerMenu .headerMenu-level1-act_last a:hover {
	color: #fff;
	background: url(../img/headermenu.jpg) 100% -150px repeat-x;
}
DIV#headerMenu .headerMenu-level1-act_last a span ,DIV#headerMenu .headerMenu-level1-act_last a:hover span{
	color: #fff;
	background: url(../img/headermenu.jpg) 0 -50px repeat-x;
}



/*-----------------------------------  area select view  -----------------------------------*/
.search_title {
	text-indent:-9999pt;
	display:block;
	height:36px;
	width:100%;
	background:url(../img/top/title_searchbox.gif) 0 0 no-repeat;
}
#search-container {
	/*_width:90%;*/
	padding:3px 8px 12px 7px;
	margin:0;
	border:0;
	border-top:0;
	background:transparent url(../img/top/search_table_bg.gif) 0 0 no-repeat;
}
#search-container table.search-table {
}
#search-container table {
	padding:0;
	margin:0;
}

#search-container h5 {
	font-size:87%;
	padding:3px 5px 2px;
	margin-top:10px;
	background-color:#666666;
	color:#fff;
}
#search-container h5.area {
	height:15px;
	text-indent:-9999pt;
	background:transparent url(../img/title_atf_areaselect.gif) 5px 50% no-repeat;
}
#search-container h5.area a,#search-container h5.sibori a,#search-container h5.narabi a{
	display:block;
	height:17px;
	width:200px;
}
#search-container h5.sibori {
	height:15px;
	text-indent:-9999pt;
	background:transparent url(../img/title_atf_sibori.gif) 5px 50% no-repeat;
}
#search-container h5.narabi {
	height:15px;
	text-indent:-9999pt;
	background:transparent url(../img/title_atf_narabi.gif) 5px 50% no-repeat;
}

#area_current {
	clear:both;
	padding:0;
	margin-top:0px;
	margin-bottom:2px;
	/*border-top:1px solid #ccc;*/
	/*border-bottom:1px solid #ccc;*/
}

#selector_current {
	/*_width:90%;*/
	min-height:36px;
	width:100%;
	line-height:36px;
	padding:0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ececec;
	background:#FCFAEF url(../img/selector_current_bg2.gif) 100% 0 no-repeat;
}
#selector_current a{
	font-weight:normal;
	text-decoration:none;
}
#selector_current a:hover{
	text-decoration:underline;
}
#selector_current .select_option_desc{
	font-size:90%;
	padding:5px 20px 3px 20px;
	line-height:1.3;
}

div.keyword_search {
	padding:5px 10px 0;
}
div.keyword_search form{
	width:auto;
}
* html div.keyword_search table tr td{
	height:1%;
}
* html div.keyword_search input{
	width:auto;
	margin:0 0 0 0;
}
div.keyword_search input[type="submit"]{
	width:auto;
	margin:0;
}
p.smalltext {font-size:11px;}

.keyword_search_title {
	text-indent:-9999pt;
	display:block;
	height:19px;
	width:128px;
	background:url(../img/search_images.gif) 0 -33px no-repeat;
}
.area_search_title {
	text-indent:-9999pt;
	display:block;
	height:33px;
	width:100%;
	background:url(../img/search_images.gif) 0 -109px no-repeat;
	border-bottom:2px solid #b3b3b3;
}
.option_search_title {
	text-indent:-9999pt;
	display:block;
	height:33px;
	width:100%;
	background:url(../img/search_images.gif) 0 -149px no-repeat;
}


.selector_current_area {
	line-height:36px;
	height:36px;
	padding:0 10px 0 130px;
	margin:0;
	background:transparent url(../img/selector_current_bg1.gif) no-repeat;
}
.selector_current_area img{
	vertical-align:top;
	_vertical-align:middle;
	padding:6px 10px 6px 5px;
	margin:0;
}
#search-area{
	font-weight:normal;
	padding: 5px 6px 3px;
	color:#333;
	border:1px solid #ABD1E2;
	border-top:0;
	background:#fff;
	line-height:1.2;
	font-size:12px;
	height:258px;
	width:271px;
}
#search-option{
	font-weight:normal;
	padding: 5px 6px 3px;
	color:#333;
	border:1px solid #ABD1E2;
	border-top:0;
	background:#fff;
	line-height:1.2;
	font-size:12px;
	width:630px;
}

#search-area a, #search-option a, #search-sort a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#1584D5;
}
#search-area a:hover, #search-option a:hover, #search-sort a:hover{
	text-decoration:underline;
}

#search-container table{
	border:none;
	margin-bottom:0;
	background:transparent;
}
#search-container table tr, #search-container table tr td{
	padding:0;
	border:none;
	background:transparent;
}
#search-container .mapnavi {
	width:350px;
	padding:3px;
	background:#fff;
	border:1px solid #ABD1E2;
	border-top:0;
}

.search-area-block0{
	padding:2px 0 1px;
	background:#f9f9f9;
	background:#f9f9f9 url(../img/border_dot_gray.gif) bottom repeat-x;
}
.search-area-block1{
	padding:2px 0 1px;
	background:#fff;
	background:#fff url(../img/border_dot_gray.gif) bottom repeat-x;
}

.search-area-item, .search-option-item, .search-sort-item {
	padding:0;
	margin:0px 0 0 0;
	clear:both;
	_height:1%;
	line-height:1.6em;
}
.search-area-item:after, .search-option-item:after, .search-sort-item:after {display: block;clear: both;content: " ";}

.search-area-item span{
	padding: 0 0 0 3px;	
	white-space:nowrap;
	_white-space:pre-wrap;
}
.search-option-item span, .search-sort-item span {
	padding: 0 0 0 8px;	
	white-space:nowrap;
	_white-space:pre-wrap;
}
.search-area-item span.actions, .search-option-item span.actions, .search-sort-item span.actions {
	float:left;
	line-height:1;
}
/*.search-area-item span a, .search-option-item span a, .search-sort-item span a {
	text-indent: -9999pt;
	display:block;
	height:23px;
	width:54px;
	margin-right:3px;
}*/


/*-----------------------------------  Users index news view  -----------------------------------*/
.news {
	font-size:100%;
}

.sidetitle_100621 {
	margin:5px 0 0;
	background:url(../img/title_side_news_bg.jpg) right no-repeat;
}

.sidecontent_01 {
	border:1px solid #eeeeee;
	padding:10px;
	height:auto;
	margin-bottom:10px;
}
.sidecontent_02 {
	border:1px solid #eeeeee;
	padding:5px;
	margin-bottom:10px;
	height:auto;
}
.sidecontent_02 table{
	padding:0;
	margin:0;
	border:0;
	background:none;
}
.sidecontent_02 table tr td{
	padding:0;
	margin:0;
	border:0;
	background:none;
}



.news li.good, .news li.recommend, .news li.new {
	display: list-item;
	padding-top:2px;
	padding-bottom:3px;
	border-bottom:1px dotted #cecece;
	margin:2px 0;
	width:auto;
}
.news .date {
	padding:0;
	margin:0;
	_margin-left:-15px;
	font-size:86%;
	color:#666666;
}
.news .name img{
	vertical-align:-3px;
}
.news .addr {
	font-size:80%;
	color:#666666;
}




/**---------------------------- Forms ----------------------------**/

.message_confirm {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
	width:80%;
	margin:20px auto;
	padding: 40px 10px;
	border:1px solid #999999;
	background:#fcfcfc;
}


form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
.wklsts label {
	display: block;
	font-size: 100%;
	margin-bottom:3px;
}
.wklsts input, .wklsts textarea {
	clear: both;
	font-size: 110%;
	padding: .5%;
	width:auto;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
.wklsts option {
	font-size: 100%;
	padding: 0 3px;
}
.wklsts input[type=checkbox] {
	display: inline;
	clear: none;
	float: none;
	margin: 0px 6px 7px 2px;
	width: auto;
}
.wklsts .checkbox {
	padding:0;
	margin:0;
	display: inline;
}
.wklsts input[type=radio] {
	float:none;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}


TD.form_nowrap select {
	vertical-align:bottom;
}

TABLE.form_tables {
	border:1px solid #cccccc;
}
TABLE.form_tables th {
	color:#333;
	text-align:right;
	background: #eee;
	width:20%;
	border:none;
}
TABLE.form_tables td {
	background: #fff;
	border:none;
	vertical-align:middle;
}
form TABLE.form_tables div.input, form TABLE.form_tables div.select {
	padding:0;
	margin-bottom:0;
}
TABLE.form_tables td input, TABLE.form_tables td select {
	width:95%;
}
TABLE.form_tables tr.bg_red td {
	background: #ffcccc;
}

.form_tables a.r_detail {
	text-indent:-9999px;
	display:block;
	height:26px;
	width:50px;
	background:url(../img/btn_r_detail.gif) 0 0 no-repeat;
}
.form_tables a.r_detail:hover {
	background-position: 0 -26px;
}


.add .submit {
	text-align:center;
}
.recommend h4, .add h4, .admin h4 {
	font-size:120%;
	color:#333;
	font-weight:bold;
	padding-left:5px;
	margin-top: .8em;
	border-left:5px solid #555;
}

.add h2 {
	font-size:130%;
	color:#333;
	font-weight:bold;
	border-bottom:2px dotted #999999;
	padding: .5em .5em .2em;
}




/*--------------- toppage view ----------------------*/
#content_top{
	float:left;
	_height:1%;
	width:100%;
	color: #333;
	line-height:1.3;
	padding: 0;
	margin:0 -305px 0 0;
	background: #fff;
}
div.top {
	float:none;
	width:auto;
	margin:0 275px 0 0;
	padding:0 5px 10px 10px;
	position:static;
}
div.top #search-container {
	margin: 0;
}
div.top li, div.topcontent_right li {
	margin:0;
	list-style: none;
	padding: 0;
}


div.topcontent_right {
	float:right;
	_height:1%;
	width:260px;
	position:relative;
	line-height:1.2;
	margin-right:10px;
	_margin-right:5px;
}
div.topcontent_right p{
	margin-bottom:.5em;
}

.top_news_title01 {
	margin:10px 0 0;
	height:34px;
}
.top_news_content01 {
	padding:2px 15px 2px;
	background:url(../img/top/top_news_content01_bg.gif) repeat-y;
	height:auto;
}

.top_news_title02 {
	margin:10px 0 0;
	height:34px;
}
.top_news_content02 {
	padding:2px 15px 2px;
	height:auto;
	background:url(../img/top/top_news_content02_bg.gif) repeat-y;
}
.top_news_title03 {
	margin:10px 0 0;
	height:34px;
}
.top_news_content03 {
	padding:10px 15px 2px;
	height:auto;
	background:url(../img/top/top_news_content03_bg.gif) repeat-y;
}
.top_news_content_bottom {
	padding:2px 15px 2px;
	height:auto;
	background:url(../img/top/title_bottom_clinic_bg.gif) repeat-y;
}
* html .top_news_content_bottom {margin-top:-2px;margin-bottom:-10px;}
.top_news_content_bottom img {
	padding:0 5px 5px;
}
.content_bottom_title01{
	font-size:13px;
	font-weight:bold;
	padding:5px 2px 3px;
	border:1px solid #ccc;
	background:#efefef;
}

.top_news_foot{padding:0;margin:0;}
* html .top_news_foot{margin-top:-2px;}



.top_news {
	margin-top:5px;
}
.top_news_title {
	margin:0;
	height:39px;
	background:url(../img/top/title_new_bg.jpg) right no-repeat;
}
.top_news li.good, .top_news li.recommend {
	clear:both;
	display: list-item;
	padding-top:2px;
	padding-bottom:1px;
	background:url(../img/border_dot_gray.gif) bottom repeat-x;
	margin:2px 0;
	_margin-left:-14px;
	width:auto;
	_height:1%;
}
.top_news li.good a, .top_news li.recommend a{
	font-size:12px;
	text-decoration:none;
	color:#1584D5;
}
.top_news li.good a:hover, .top_news li.recommend a:hover{
	text-decoration:underline;
}
.top_news li:after {display: block;clear: both;content: " ";}
.top_news .newsbody {
	float:left;
	width:100%;
	margin-left:-115px;
}
.top_news .date {
	float:left;
	padding:5px 0 0 0;
	margin:0;
	color:#666666;
	width:110px;
}
.top_news .name {
	width:auto;
	line-height:20px;
	margin-left:115px;
}
.top_news .name img{
	vertical-align:-3px;
}
.top_news .addr {
	font-size:90%;
	color:#666666;
}
div.top table,
div.top table tr,
div.top table tr td,
div.topcontent_right table,
div.topcontent_right table tr,
div.topcontent_right table tr td {
	background:#fff;
	padding:0;
	margin:0;
	border:none;
}
.top_movie_title01 {
	margin:10px 0 0;
}
.topsubcontent_movie {
	margin:0;
}
.topsubcontent_movie table tr td.left{
	padding-right:5px;
}
.topsubcontent_movie table tr td.right{
	padding-left:5px;
}
.topsubcontent_01{
	padding:5px 5px 10px;
	border:1px solid #cecece;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-top:10px;
}
.topsubcontent_title {
	color:#555555;
	font-weight:bold;
	padding:0 5px;
	line-height:26px;
	margin-bottom:10px;
	border-bottom:1px solid #cecece;
	background:url(../img/top/side_title_bg.jpg) repeat-x;
}
.topsubcontent_01 p.heading {
	font-size:100%;
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:2px 5px;
	margin-bottom:5px;
	font-weight:bold;
}
.topsubcontent_01 img{
	margin: 0 5px 5px 0;
}
div.top .topsubcontent_01 table tr td{
	padding:0 .5% 0 .5%;
}

.topsidecontent_01,.topsidecontent_02,.topsidecontent_03,.topsidecontent_04{
	padding:5px 5px 10px;
	border:1px solid #cecece;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom:8px;
}
.topsidecontent_03 table img{
	padding:0 5px 5px 0;
}
.topsidecontent_title {
	color:#555555;
	font-weight:bold;
	padding:0 5px;
	line-height:26px;
	margin-bottom:10px;
	border-bottom:1px solid #cecece;
	background:url(../img/top/side_title_bg.jpg) repeat-x;
}
.topsidecontent_mobile{
	padding:0;
	border-left:1px solid #009966;
	border-right:1px solid #009966;
	border-bottom:1px solid #009966;
	margin-bottom:10px;
}
.topsidecontent_keyword{
	padding:5px 10px 10px;
	background:url(../img/top/title_side_keyword_bg.gif) repeat-y;
	margin:0;
}
* html .topsidecontent_keyword{
	margin-top:-3px;
}
.topsidecontent_pr{
	padding:10px 4px;
	border:1px solid #E4C99E;
	border-top:0;
	margin-bottom:10px;
}
.topsidecontent_title_01 {
	padding:0;
	margin:10px 0 0 0;
}
.topsidecontent_clinic {
	padding:5px 10px 10px;
	background:url(../img/top/title_side_clinic_bg.gif) repeat-y;
}
.topsidecontent_clinic img{
	padding:0 5px 5px;
}
div.topcontent_right  .topsidecontent_clinic table tr td {
	padding-bottom: 5px;
}
.top_side_foot {
	margin:0;
	_margin-top:-5px;
	margin-bottom:10px;
	padding:0;
	height:8px;
}
.topsidecontent_gray{
	height:310px;
	padding:12px 4px 12px;
	border:1px solid #eeeeee;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-top:8px;
	margin-bottom:8px;
	background:#eeeeee;
}



#supportcontent {
	line-height:1.4;
	padding:10px 20px 10px;
	margin:0 10px;
	border:1px solid #ececec;
	background:#FCFAEF;
}
#supportcontent p{
	padding:.2em .8em;
}
#supportcontent li{
	padding-left:15px;
	background:url(../img/li_marker_support.gif) 0 0 no-repeat;
}
#supportcontent h5{
	color: #363636;
	font-size:110%;
	margin:.5em 0 .3em;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}
#supportcontent div.submit {
	border: 0;
	clear: both;
	margin: 10px auto 0;
	width:209px;
}
#supportcontent div.newclinicform {
	border: 0;
	clear: both;
	margin: 10px auto 0;
	width:209px;
}
#supportcontent div.submit .btn_newclinicform {
	cursor: pointer;
}
#supportcontent div.submit a.btn_newclinicform {
	text-indent:-9999pt;
	border:none;
	background:transparent url(../img/btn_newclinicform.gif) top left no-repeat;
	display:block;
	height:33px;
	width:209px;
}
#supportcontent div.submit a.btn_newclinicform:hover {
	background-position: 0 -33px;
}
#supportcontent div.submit a.btn_freeaccount {
	text-indent:-9999pt;
	border:none;
	background:transparent url(../img/btn_newclinicform.gif) 0 -66px no-repeat;
	display:block;
	height:33px;
	width:209px;
}
#supportcontent div.submit a.btn_freeaccount:hover {
	background-position: 0 -99px;
}
.company {
	line-height:1.4;
	padding:10px 20px 10px;
	margin:0 10px;
	border:1px solid #ececec;
	background:#FCFAEF;
}
div.company table tr td, div.company table tr th {
	vertical-align:top;
	padding:6px;
}
div.company h5 {
	padding:2px 5px 2px;
	margin:.5em 0 .5em;
	background:#cceeee;
}
div.company .banner_image {
	height:62px;
	text-align:center;
}
.dentalclinics .company textarea {
	font-size: 80%;
	width:100%;
}





@media print {
	body {
		background:#fff;
	}
}
