﻿@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: 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;
			}

		#box_bosyu div {
		padding: 0;
		margin : 0;
		}

		#box_bosyu ul {
		list-style: none outside;
		padding: 3px;
		margin: 0px;
		color: #999;
		font-weight: bold;
		font-size: 12px;
		}

		#box_bosyu ul ul {
		list-style: none outside;
		font-weight: normal;
		font-size: 10px;
		line-height: 1.2;
		}

		#box_bosyu li {
		}

		#box_bosyu li li {
		}



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

#copy {
	clear: both;
	}
