@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:smaller;
	}

body, td, th, div, p, a, pre{
	line-height:1.2;
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','平成角ゴシック','HeiseiKakuGothic',Osaka,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','MS Gothic',sans-serif;
	}

select, input, textarea {
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','平成角ゴシック','HeiseiKakuGothic',Osaka,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','MS Gothic',sans-serif;
	}

h1,h2,h3{ font-size:small; font-weight:normal; margin:0 0 10px 0; padding:0;}
h1{ float:left;}
h2{ float:right;}

p{ margin:0; padding:0 0 3px 0;}

img{border:0px;}

form{margin:0; padding:0;}

ul{ margin:10px 0; padding:0 0 0 30px;}
li{ margin:0; padding:0;}

a:link{ color:#5cadff; text-decoration:underline;}
a:visited{ color:#5cadff; text-decoration:underline;}
a:hover{ color:#999900; text-decoration:none;}

.clear{
	clear:both;
	font-size:1px;
	color:#FFFFFF;
	line-height:1;
	}

/* margin */
.mgn_l10{ margin:0 0 0 5px;}
.mgn_b10{ margin:0 0 10px 0;}
.mgn_b15{ margin:0 0 15px 0;}
.mgn_b20{ margin:0 0 20px 0;}
.mgn_b50{ margin:0 0 50px 0;}

/* base */
#wrapper{
	width:950px;
	text-align:left;
	margin:0 auto;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}
#header{ margin:0 0 15px 0; padding:0; }
.header_left{
	width:445px;
	height:240px;
	float:left;
	background-image:url(images/toplogo_02.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0 30px 0 0;
	}
.header_left p{
	line-height:1.3;
	font-size:14px;
	margin:0 0 6px 0;
	}

.header_right{
	width:446px;
	float:right;
	border:solid 2px #02c0b9;
	}

.header_menu{ margin:0 0 15px 0;}


/* common */
.thumbnail{
	width:63px;
	margin:15px 5px 30px 5px;
	padding:0;
	float:left;
	font-size:x-small;
	line-height:1.2;
	}
.thumbnail img{ margin:0 0 3px 0;}
.thumbnail a:link{ color:#333333; text-decoration:none;}
.thumbnail a:visited{ color:#333333; text-decoration:none;}
.thumbnail a:hover{ color:#999900; text-decoration:underline;}

.contents_blue{
	background-color:#e3f5f5;
	margin:0;
	padding:0 15px;
	}
.contents_blue .clear{
	clear:both;
	font-size:1px;
	color:#e3f5f5;
	line-height:1;
	background-color:#e3f5f5;
	}
.contents_beige{
	background-color:#f4f2d3;
	margin:0;
	padding:0 15px;
	}
.contents_white_blr{
	background-color:#FFFFFF;
	padding:0 15px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	}
.contents_left{
	width:450px;
	float:left;
	}
.contents_right{
	width:450px;
	float:right;
	}
.contents_half_white_high{
	background-color:#FFFFFF;
	padding:0 15px;
	min-height:550px;
	}
* html .contents_half_white_high  { height:550px; } /* IE6以下用 */
.contents_half_white_low{
	background-color:#FFFFFF;
	padding:0 15px;
	min-height:130px;
	}
* html .contents_half_white_low  { height:130px; } /* IE6以下用 */
.contents_half_white_high h3, .contents_half_white_low h3{
	margin:0 0 5px 0;
	padding:0;
	}
.contents_half_white_low .minibox{
	width:200ox;
	float:left;
	margin:0 15px 0 0;
	padding:0;
	}
.contents_half_white_high ul, .contents_half_white_low ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0 0 25px 0;
	}
.contents_half_white_high li, .contents_half_white_low li{
	background-image:url(images/yajirushi_blue.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	margin:0;
	padding:2px 0 2px 20px;
	}
.contents_half_white_high .clear, .contents_half_white_low .clear{
	clear:both;
	font-size:1px;
	color:#ffffff;
	line-height:1;
	background-color:#ffffff;
	}

/* illust */
.child_01{
	background-image:url(images/child_01.gif);
	background-repeat:no-repeat;
	background-position:350px center;
	}
.child_02{
	background-image:url(images/child_02.gif);
	background-repeat:no-repeat;
	background-position:350px 50px;
	}

/* footer */
.footer_menu{
	background-color:#02c0b9;
	padding:5px 10px;
	text-align:center;
	color:#FFFFFF;
	margin:50px 0 0 0;
	}
.footer_menu a:link{ color:#FFFFFF; text-decoration:underline;}
.footer_menu a:visited{ color:#FFFFFF; text-decoration:underline;}
.footer_menu a:hover{ color:#FFFFFF; text-decoration:none;}

.footer{
	background-image:url(images/myganka_footer_logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
	height:50px;
	}
.copyright{
	text-align:right;
	margin:10px 0 0 0;
	font-size:10px;
	}
.copyright a{ color:#333333; text-decoration:none;}


/* ophthalmology search */
.tab{ padding:0 0 0 15px; margin:0;}
.search_list_title{
	background-image:url(ophthalmology_search/images/ophthalmology_search_back_01.gif);
	background-repeat:no-repeat;
	padding:12px 15px 7px 15px;
	margin:0;
	font-size:medium;
	font-weight:bold;
	}
.search_list_contents{
	background-color:#FFFFFF;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding:0 15px;
	}
.search_list_contents p{
	margin:3px 0;
	padding:0;
	}
.search_list_left{
	width:310px;
	float:left;
	}
.search_list_right{
	width:550px;
	float:right;
	}
.search_list_contents .clear{
	clear:both;
	font-size:1px;
	color:#FFFFFF;
	line-height:1;
	background-color:#FFFFFF;
	}
.search_map_left{
	width:450px;
	float:left;
	}
.search_map_right{
	width:420px;
	float:right;
	}
.search_map_right ol{
	margin-top:0;
	margin-bottom:0;
	}
.search_map_right li{
	margin:0;
	padding:0 0 15px 0;
	font-size:medium;
	font-weight:bold;
	}
.search_map_right .txt{
	font-size:small;
	font-weight:normal;
	}