@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2011.5.18
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align:center;
	line-height: 180%;
	background-image: url(images/back200.gif);
}

h1 {
	font-size:12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #7F5A0C;
}

h2 {
	font-size:14px;
	background-image: url(images/dotc_bk.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3 {
	color:#414141;
	font-size:14px;
	background-image: url(images/dotc_blur.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

h4 {
	color:#414141;
	font-size:12px;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

h5 {
	color:#414141;
	font-size:10px;
}

h6 {
	color:#414141;
	font-size:100%;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

strong {
	font-weight: bold;
}

.text10 {
	font-size: 10px;
}

.text10_gray {
	font-size: 10px;
	color: #999999;
}

.text10_right {
	font-size: 10px;
	text-align: right;
}

.text10_red {
	font-size: 10px;
	color: #D42B51;
}

.text12_red {
	font-size: 12px;
	color: #D42B51;
}

.text14_red {
	font-size: 14px;
	color: #D42B51;
}

.text10_blue {
	font-size: 10px;
	color: #0066CC;
}

.text12_blue {
	font-size: 12px;
	color: #0066CC;
}

.text14_blue {
	font-size: 14px;
	color: #0066CC;
}

.text10_white {
	font-size: 10px;
	color: #FFFFFF;
}

.text12_white {
	font-size: 12px;
	color: #FFFFFF;
}

.text10_brown {
	font-size: 10px;
	color: #663300;
}

.text12_brown {
	font-size: 12px;
	color: #663300;
}

.text14_brown {
	font-size: 14px;
	color: #663300;
}
.txt10bl_bg {
	font-size: 10px;
	background-color: #CCFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* CORAL設定 */
.coral {
	font-size: 10px;
	color: #999999;
}
.coral a {
	color: #999999;
}
.coral a:link {
	color: #999999;
}
.coral a:hover {
	text-decoration: underline; color: #999999;
}

/* メニュー */
ul {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	letter-spacing: 0px;
}

li {
	padding-bottom: 2px;
}

li#menulast {
	border-right: none;
}

/* 画像 */
.img_line {
	padding-bottom: 10px;
	padding-top: 10px;
}

.img_10bottom {
	padding-bottom: 10px;
}

.img_5border {
	border: 1px solid #E7E7E7;
	padding: 5px;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.img_right {
	float: right;
	padding-left: 15px;
}

/* テーブル */
table {
	margin-top: 10px;
}

th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
}

th.recruit {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #999;
	padding: 5px;
	color: #FFF;
}

tr.dark {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 2px;
	background-color: #EEE;
}

td {
	text-align: left;
	padding-bottom: 3px;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

td.normal {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#table2 td{
	border-right-width: 0.25px;
	border-left-width: 0.25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0.25px;
	border-bottom-width: 0.25px;
}

/* ベースセンター */
#box {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCF6DC;
	border-left-color: #FCF6DC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF6DC;
	background-image: url(images/back_mainleft.jpg);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FCF6DC;
}

#header {
	width: 980px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF6DC;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 180px;
}

#main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#main_left {
	float: left;
	width: 180px;
}

#main_center {
	float: left;
	width: 200px;
	margin-left: 30px;
}

#main_right {
	float: right;
	width: 480px;
}

#footer {
	text-align: center;
	width: 980px;
	clear: both;
	background-color: #FFFFFF;
}

/* 眼科イメージのスライドショー */
#myslides_i {
	width: 480px;
	height: 200px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides_i img {  
    width: 480px;
    height: 200px;
    top:  0; 
    left: 0 
}

