@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 2.0;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒNW3" , "ƒƒCƒŠƒI" , "‚l‚r ‚oƒSƒVƒbƒN", Verdana, sans-serif;
	font-size: 12px;
	background: #fff url(../images/common/body_bg.gif) repeat-y center top;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 0 0 15px;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	line-height: 1.0;
	font-weight: bold;
	letter-spacing: -2px;
	}
h1 {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 200%;
	color: #ef7a00;
	border-left: 6px solid #fbd1a5;
	border-bottom: 1px solid #aaa;
	background: url(../images/common/title_bg2.gif) no-repeat 470px 50%;
	}
h2 {
	padding: 6px 10px;
	font-size: 18px;
	color: #ef7a00;
	border: 1px solid #aaa;
	background: url(../images/common/title_bg.gif) repeat-x bottom;
	}
h3 {
	padding: 8px 10px 8px 15px;
	font-size: 14px;
	color: #ef3300;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/icon_arrow1.gif) no-repeat 0 50%;
	}
h4 {
	font-size: 200%;
	color: #600;
	}
h5 {
	font-size: 180%;
	color: #600;
	}
h6 {
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 140%;
	font-family: Verdana, sans-serif;
	color: #78347a;
	}
em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #600;
	}
strong {
	font-size: 120%;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #f36;
	}
a:hover {
	color: #fd06a2;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol {
	margin: 0 0 20px 30px;
	}
li {
	margin: 0 0 5px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 0 0 25px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaa;
	}
td,
th {
	padding: 3px 8px;
	font-size: 11px;
	text-align: center;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
td {
	border-left: 1px solid #aaa;
	background: #fff;
	}
thead th {
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #aaa;
	background: #ef7a00;
	}
thead td {
	border-left: 1px solid #aaa;
	background: url(../images/common/title_bg.gif) repeat-x bottom;
	}
tbody th,
tbody td {
	font-weight: normal;
	text-align: left;
	color: #633;
	}
tfoot th {
	font-weight: normal;
	background: #e8dade;
	}

#qa table {
	border: none;
	}
#qa tbody th {
	padding-left: 35px;
	font-weight: normal;
	text-align: left;
	color: #f00;
	font-size: 12px;
	border: none;
	border-bottom: 15px solid #fff;
	background: #ffc url(../images/qa/q.gif) no-repeat 10px 50%;
	}
#qa tbody td {
	font-weight: normal;
	text-align: left;
	color: #633;
	border: none;
	border-bottom: 15px solid #fff;
	}

/* Forms Module
---------------------------------------*/
input,
textarea {
	padding: 3px;
	color: #444;
	font-size: 12px;
	border: 1px solid #c8347a;
	background: #fff;
	}
select {
	padding: 3px;
	color: #444;
	background: #fff;
	}
option {
	color: #444;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #444;
	}
button {
	padding: 3px 20px;
	color: #fff;
	font-size: 10px;
	border-bottom: 1px solid #777;
	background: #ef7a00;
	}

/* layout
---------------------------------------*/
#wrap {
	width: 100%;
	background: url(../images/common/header_bg.gif) no-repeat center top;
	}
#wrap_inner {
	margin: 0 auto;
	width: 858px;
	}
#header {
	width: 858px;
	}
.logo {
	float: left;
	width: 213px;
	}
.phone {
	float: right;
	width: 645px;
	text-align: right;
	}
.phone p {
	margin: 0;
	color: #fff;
	height: 52px;
	font-size: 11px;
	}
#header ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 645px;
	list-style-type: none;
	}
#header li {
	margin: 0;
	padding: 0;
	float: left;
	}

#main {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	width: 858px;
	}
#main ul {
	margin: 0;
	padding: 0;
	width: 858px;
	list-style-type: none;
	}
#main li {
	margin: 0;
	padding: 0;
	float: left;
	}

#content {
	clear: both;
	overflow: hidden;
	padding: 20px 0 30px;
	width: 858px;
	}
#leftside {
	float: left;
	padding-top: 10px;
	width: 597px;
	}
#rightside {
	float: right;
	width: 239px;
	}
ul.menulist {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/common/menu_middle.gif) repeat-y;
	}
.menulist li {
	margin: 0 0 0 9px;
	padding: 0;
	}

#footer_wrap {
	clear: both;
	overflow: hidden;
	padding: 25px 0 0;
	width: 100%;
	border-top: 10px solid #ddd;
	background: #ef7a00;
	}
#footer {
	margin: 0 auto;
	width: 900px;
	font-size: 10px;
	}
#footer p {
	color: #fff;
	}
#footer ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}
#footer ul li {
	margin: 0;
	padding: 3px 0;
	color: #cd4c9e;
	border-bottom: 1px solid #f7ba7a;
	}
#footer ul li a {
	color: #fff;
	}
#footer ul li a:hover {
	color: #fddea7;
	}
p.footer_title {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 8px;
	}
.footer_box1,
.footer_box2,
.footer_box3 {
	float: left;
	width: 160px;
	}
.footer_box4 {
	float: right;
	width: 380px;
	}

/* layout [index]
---------------------------------------*/
#index #main {
	padding-top: 10px;
	}

.news {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 15px;
	border: 2px solid #ef7a00;
	border-top: none;
	background: #ffe;
	}

.news dl {
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 200px;
	font-size: 11px;
	line-height: 1.5;
	}
.news dt {
	float: left;
	padding-left: 10px;
	width: 90px;
	color: #ef7a00;
	background: url(../images/common/icon_arrow1.gif) no-repeat 0 50%;
	}
.news dd {
	float: left;
	width: 430px;
	margin-bottom: 15px;
	}
ul.treatment {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 597px;
	font-size: 11px;
	list-style-type: none;
	}
.treatment li {
	margin: 0 5px 10px 0;
	padding: 0 0 3px;
	float: left;
	text-align: center;
	background: #f1f1f1;
	}
.treatment img {
	margin: 0 0 3px;
	}


/* layout [about]
---------------------------------------*/
.orner {
	padding-right: 250px;
	background: url(../images/about/orner.jpg) no-repeat right;
	}

/* layout [qa]
---------------------------------------*/
dl.faq {
	margin-bottom: 25px;
	}
.faq dt {
	color: #633;
	font-size: 14px;
	font-weight: bold;
	}
.faq dd {
	margin-bottom: 10px;
	padding: 0 0 10px 40px;
	border-bottom: 1px dotted #555;
	}
.faq span {
	margin-right: 10px;
	color: #f36;
	font-size: 30px;
	font-family: Times;
	font-weight: normal;
	}

/* layout [staff]
---------------------------------------*/
.staffbox {
	margin-bottom: 25px;
	padding: 25px;
	background: url(../images/staff/paper.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	}
.staffphoto {
	float: right;
	width: 175px;
	}
.staffprofile {
	float: left;
	width: 300px;
	}
.staffprofile dt {
	float: left;
	width: 70px;
	color: #cd4c9e;
	}
.staffprofile dd {
	float: left;
	margin-bottom: 10px;
	width: 230px;
	}

/* layout [access]
---------------------------------------*/
dl.data {
	overflow: hidden;
	margin-bottom: 25px;
	}
.data dt {
	float: left;
	width: 70px;
	color: #cd4c9e;
	}
.data dd {
	float: left;
	margin-bottom: 5px;
	width: 480px;
	}

/* layout [form_mail]
---------------------------------------*/
dl.contactform {
	overflow: hidden;
	margin-bottom: 25px;
	}
.contactform dt {
	float: left;
	width: 80px;
	color: #cd4c9e;
	}
.contactform dd {
	float: left;
	margin-bottom: 15px;
	width: 470px;
	}
.inputwidth {
	width: 300px;
	}
.inputwidth2 {
	width: 450px;
	}
.contactform label {
	float: left;
	width: 150px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 1px solid #ccc;
	background: url(../images/staff/paper.jpg) no-repeat;
	}
.section2 {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	height: 270px;
	border: 3px solid #ccbcbc;
	background: #fbf5fd;
	}
.section3 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 3px solid #eca5e8;
	background: #fbf5fd;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgtop2 {
	margin-bottom: 10px;
	}
.imgtop3 {
	margin-bottom: 7px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	}
.alignright {
	text-align: right;
	}
.minitext {
	font-size: 10px;
	}
#totop {
	position:fixed;
	right:0px;
	bottom:20px;
	}
* html body #totop {
	position: absolute;
	right: 0;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) - 30
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight) - 30);
	z-index: 500;
	}

