﻿@import url("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: right;
	margin :0 20px 30px 0;
	margin-left :14px ;
	padding-bottom: 50px;
	}

	#main_left img {
	padding: 10px 0;
	}

	#main_box01 {
	width: 410px;
	text-justify: distribute;
	text-align: justify;
	padding: 10px 0;
	border-top: 2px dotted pink;
	border-bottom: 2px dotted pink;
	}

	#main_box01 h3 {
	font-weight: bold;
	font-size: 15px;
	}

	#main_box01 ul {
	list-style: inside disc;
	}

	#main_box02 {
	width: 410px;
	text-justify: distribute;
	text-align: justify;
	}

#main_right {
	float: left;
	}

	#main_right table {
	}

	#main_right th {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999;
	color: #666;
	vertical-align: top;
	width: 70px;
	}

	#main_right td {
	padding: 5px;
	border: 1px solid #999;

	}

#main_box {
	text-algin: center;
	padding: 20px;
	}

#main_box div {
	}


#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;
		}

#copy {
	clear: both;
	}
