@charset "UTF-8";
@import "common_layout.css";
@import "common_style.css";
.pr-top{
	background-image: url(../images/kadomaru-top.jpg);
	background-repeat: no-repeat;
	margin-left:30px;
	height: 10px;
	width: 550px;
}
.pr-middle{
	background-image: url(../images/kadomaru-middle.jpg);
	background-repeat: repeat-y;
	padding:0px 30px;
	margin-top:0px;
	margin-left:30px;
	width: 530px;
	font-size: 90%;
	color: #003300;
	line-height: 120%;
}
.pr-bottom{
	background-image: url(../images/kadomaru-bottom.jpg);
	background-repeat: no-repeat;
	margin-left:30px;
	margin-bottom:20px;
	height: 20px;
	width: 550px;
}

/* トップページ　*/
.news-list{
	font-size: 80%;
	line-height: 130%;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.news-list a{
	color: #669900;
	text-decoration: none;
}
.news-list ul{
}
.news-list ul li{
	list-style-type: disc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	color: #669900;
	list-style-position: inside;
}

/* リンクページ　*/
.link-list{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 50px;
	margin-bottom: 10px;
}
.link-list a{
	color: #669900;
	text-decoration: none;
}
.link-list ul{
}
.link-list ul li{
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #669900;
	list-style-position: inside;
}



/* 箇条書き　*/
ul.nml{
	font-size: 80%;
	margin-left: 40px;	
}
ul.nml li{
	list-style-type: disc;
}

ul.rec{
	margin-left: 15px;	
	margin-right: 10px;	
}
ul.rec li{
	background-color: #D5E7D1;
	margin-bottom: 5px;
	padding-left: 5px;
}


/* 画像回り込み*/
.photo{
	float: left;
	height: 194px;
	width: 140px;
	padding-right: 10px;	
}
.photo_right{
	float: right;
	height: 175px;
	width: 250px;
	padding-left: 10px;
}
.photo_right2{
	float: right;
	height: 120px;
	width: 140px;
	padding-left: 10px;
}
.photo_right3{
	float: right;
	height: 150px;
	width: 200px;
	padding-left: 10px;
}
.photo_right4{
	float: right;
	height: 140px;
	width: 140px;
	padding-left: 10px;
}
.photo_right5{
	float: right;
	height: 225px;
	width: 180px;
	padding-left: 10px;
}
.photo_right6{
	float: right;
	height: 140px;
	width: 296px;
	padding-left: 10px;
}
.photo_right7{
	float: right;
	height: 150px;
	width: 200px;
	margin-left: 10px;
	padding:10px;
	border: thin solid #CCCCCC;
}
.photo_left7{
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 10px;
	padding:10px;
	border: thin solid #CCCCCC;
}
.photo_left3{
	float: left;
	height: 155px;
	width: 150px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;	
}
.photo_left2{
	float: left;
	height: 175px;
	width: 250px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;	
}
/* ページトップへ　*/
.pageTop{
	text-align: right;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
/* 見出しタグで使用する　*/
.none {
  display: none;
}
/* テーブル　*/
table.std{
	border-top:1px solid #b6d178;
	border-left:1px solid #b6d178;
	border-bottom:1px solid #b6d178;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-left: 15px;	
}
.std th{
	border-right:1px solid #b6d178;
	border-bottom:1px solid #b6d178;
	color:#ffffff;
	background-color:#b6d178;
	padding:0.2em 0.6em 0.2em 0.6em;
	text-align: left;
	font-size: 90%;
	line-height:140%;
}
.std td{
	border-right:1px solid #b6d178;
	border-bottom:1px dotted #b6d178;
	padding:0.2em 0.6em 0.2em 0.6em;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
	line-height:130%;
}

/* デンタルエステページ　*/
#lineup{
	}
.lineup_box{
	float:left;
	width:180px;
	height:100;
	margin:0px 20px 10px 0px;
	text-align:center;
}


/* フォームページ　*/
div.form_body h1{
	font-size: 100%;
	color: #666666;
}
.submit{
	text-align: center;
	padding: 10px;
}

div.form_body h2{
	font-size: 100%;
	color: #999999;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;	
}

div#layout_2Column_contents h2{
	margin-bottom: 15px;
}
/* フォームテーブル　*/
div.form_body table {
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
div.form_body table th {
	padding: 10px 8px;
	background: #FFFFCC;
	vertical-align: top;
	border: 0px none #ffffff;
	border-top: 5px solid #ffffff;
	font-weight: normal;
}
div.form_body table td {
	border-bottom:1px dotted #C0C0C0;
	padding:0.5em 0.6em 0.5em 0.6em;
	text-align: left;
	font-size: 90%;
}
div.form_body table th span.note {
	font-weight: normal;
	font-size: 85%;
}

div.form_body table input,
div.form_body table textarea {
}
div.form_body table li input {
	width: auto;
	vertical-align: middle;
}

div.form_body table th.inquiry_err_back {
	font-weight: bold;
}
div.form_body table td.inquiry_err_back {
	background-color: #F9DBD9;
}

div.form_body table td ul.reply_demand {
	margin-bottom: 6px;
}
div.form_body table td ul.reply_demand li {
	display: inline;
}

div.form_body ul {
	margin: 0px;
}
div.form_body ul li {
	list-style-type: none;
	margin: 0px;
}
div.form_body ul.error {
	margin: 10px 0px 0px 20px;
}
div.form_body ul.error {
	color: #660000;
	font-size: 92%;
}

div.form_body div.form_btns {
	margin: 20px 0px 0px 0px;
	text-align: center;
}
div.form_body div.form_btns input {
	margin: 0px 20px;
	font-size: 92%;
}
div.form_body div.form_btns input.submit_btn {
	padding: 0px 10px;
	font-weight: bold;
}

div.form_body div.form_btns form,
div.form_body div.form_btns p {
	display: inline;
}
div.form_body div.form_btns input.return_btn {
	padding: 0px 10px;
}
div.form_body div.form_btns input.send_btn {
	font-weight: bold;
}

div.form_body span.required {
	color: #cc0000;
}

h2.org{
	border-bottom: 2px solid #FF9900;
	font-size: 120%;
	margin-top: 10px;
}

h3.step {
	border-bottom: none;
	font-size: 100%;
	margin: 20px 0px;
}

.clear_float {
	clear : both;
	height : 1px;
	line-height : 1px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.text_normal {
	text-decoration: none;
	font-weight: normal;
}
.text_bold {
	text-decoration: none;
	font-weight: bold;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_red {
	color: #cc0000;
}
.text_orange {
	color: #ff8c00;
}
.text_uline {
	text-decoration: underline;
}
.text_nowrap {
	white-space: nowrap;
}
.text_size90plus {
	font-size: 90%;
	line-height: 140%;
	padding-right: 15px;
	padding-left: 15px;
}
.text_size90 {
	font-size: 90%;
	line-height: 150%;
}
.text_size85 {
	font-size: 85%;
	line-height: 130%;
}
.text_size80 {
	font-size: 80%;
	line-height: 120%;
}
.text_size70 {
	font-size: 70%;
	line-height: 120%;
}

.att{
	font-size: 11px;
	line-height: 110%;
}
.indet_rec{
	padding-right: 15px;
	padding-left: 46px;
}

ol.no li{
	color: #6699FF;
	margin-left: 35px;
	list-style-type: decimal;
}
.top_text_boder{
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
}
