﻿@import url("../../css/default.css");
@import url("navi.css");
/* ■■■　メディカル事業部　■■■ */

body {
	background: #fff;
	text-align: center;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:active, a:hover {
	color: #E498B2;
	text-decoration: none;
}
/* ■■■　メディカル事業部　■■■ */

#body {
}
#container {
	width: 900px;
	text-align: center;
}
#header {
	background: url(../img/header/header_back.jpg) no-repeat top center;
	height: 84px;
	overflow: hidden;
	text-align: left;
}
h1 {
	width: 502px;
	height: 74px;
	padding-top: 7px;
	padding-left:25px;
	overflow: hidden;
}
#content {
	width: 900px;
	background: url(../img/background.jpg) center repeat-y;
}
#main {
	width: 850px;
	text-align: left;
}
#main_left {
	float: left;
	margin-top :10px;
	margin-left :14px;
}
#main_box01 {
	width: 410px;
	padding: 10px;
	margin-top: 10px;
	border-top: 3px solid pink;
	border-bottom: 3px solid pink;
}
#address {
	background: url(../img/main/address_back.jpg) no-repeat;
	margin-top: 20px;
	padding-top: 90px;
	padding-left: 170px;
}
#main_right {
	margin: 8px;
	margin-left: 15px;
	float: left;
}
#info {
	background: url(../img/main/info_back.jpg) no-repeat;
	margin-bottom: 5px;
}
#box_info {
	padding: 0 8px;
	width: 340px;
	height: 125px;
	overflow: auto;
}
#bosyu {
	background: url(../img/main/bosyu_back.jpg) no-repeat;
}
#box_bosyu {
	padding: 0 8px;
	width: 340px;
	height: 163px;
	overflow: auto;
}
#main_box {
	text-algin: center;
	padding: 20px;
	margin-left: 100px;
	margin-right: 100px;
	border-left: 3px dotted pink;
	border-right: 3px dotted pink;
}
#main_box p {
	padding: 10px;
}
#main_box table {
	padding: 10px;
	margin-bottom: 20px;
}
#main_box th {
	width: 130px;
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: top;
}
#main_box td {
	padding: 3px;
	border: 1px solid #ccc;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#main_box div {
}
#main_box02 {
	margin-top: 10px;
	clear: both;
	text-align: center;
}
#fotter {
	width: 850px;
	text-align: left;
	clear: both;
	height: 111px;
	background: url(../img/main/fotter_back.jpg) center repeat-x;
}
#fotter table {
	margin-top: 10px;
	margin-left :20px;
}
#fotter th {
	width: 280px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}
#fotter td {
	line-height: 1.2;
	padding-left: 10px;
}
#footer {
	padding: 5px 0;
	clear: both;
	width: 850px;
	text-align: center;
}
#footer ul li {
	display: inline;
	border-right: 1px solid #333333;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li a {
	padding: 0 5px;
}
#copy {
	clear: both;
	text-align: center;
}
#pn {
	padding-bottom: 5px;
}

