/*  基本セレクタ  */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:  url(img/bg_green.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,img{ 
	margin-top: 0;
	margin-bottom: 0;
}

/* リンクスタイル  */


a {
	color: #005FA9;
	text-decoration: none;
	border-top-color: #666666;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/* 見出しスタイル */


h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #3399ff;
 margin: 12px 0 2px 10px;
 padding: 0px;
 border-bottom:1px #333333 dotted;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/* リストスタイル*/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/* Form and related Tags */
 
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


/* コンテナ */

#pagecell1{
	position:relative;
	top: 10px;
	width:800px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccd2d2;
	border-left-color: #ccd2d2;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	border-bottom-width: 1px;
	padding: 0px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* ヘッド */

#head{
	position: relative;
	top: 0px;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#head h1{
	top: 0px;
	left: 10%;
	right: 10%;
	width:800px;
	background-image: url(img/logo.jpg);
	height: 75px;	
}
#head h1 span{
	visibility: hidden;
}
/* ページナビ */

#pageNav{
	position: absolute;
	top: 65px;
	left: 0px;
	width:200px;
	padding: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#col2{
	margin:0px 0px 0px 200px;
	padding: 0px;
	border-left: 1px solid #ccd2d2;
	width: 600px;
}



/*サイトネーム */

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}


#summary{
	font-size: 9px;
	position: absolute;
	top: 3px;
	left: 10px;
	color: #99CC00;
	font-weight: normal;
}
#topadress{
	font-size: 11px;
	position: absolute;
	top: 26px;
	right: 8px;
	color: #666666;
	font-weight: normal;
	text-align: right;
}
#utility{
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: 5px;
	color: #919999;
	font-weight: normal;
}

#utility a{
	font-weight: normal;
}

#utility a:hover{
	text-decoration: underline;
}


#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	height: 41px;
	padding-left: 10px;
}

#pageName h2{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16pt;
	color: #333333;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: 6px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/* グローバルナビ */

#globalNav{
	position: relative;
	width: 800px;
	min-width: 640px;
	height: 30px;
	color: #cccccc;
	padding: 0px;
	margin: 8px auto;
	background-image:  url("img/glbnav_background.gif");
	text-align: left;
}



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink:link{
  	font-size: 10pt;
  	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
	padding: 2px 5px 4px 5px;
  	background-image:  url("img/glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #3366CC;
}



/* サブナビ */

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px;
	visibility: hidden;
	color: #ffffff;

}

.subglobalNav a:link{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #cccccc;
}
/*検索 */

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	
}


/*ページナビ */
#breadCrumb{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #AAAAAA;
	height: 20px;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
}

#breadCrumb a:link{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/*本文説明トップ */
.topimg{
	top: 61px;
}

.feature{
	padding: 0px 0px 5px;
	font-size: 90%;
	margin: 10px 20px 20px;
}
.feature p{
	line-height: 140%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.feature h3{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	height: 27px;
	padding-top: 3px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;

}
.feature h2{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 1px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.featurefaq{
	padding: 0px 0px 5px;
	font-size: 80%;
	margin: 10px 20px 20px;
}
.featurefaq p{
	line-height: 140%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: -1em;
	padding-right: 10px;
	padding-left: 10px;
}

.featurefaq h3{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	height: 27px;
	padding-top: 3px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;

}
.featurefaq h2{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 1px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


.feature img{
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.blue {
    color: #0066FF
}
td.storyLeft{
	padding-right: 12px;
}
.history{
	background-color: #EEEEEE;
	margin: 20px;
	padding: 10px;
}
.history td{
	line-height: 120%;
	font-size: 80%;
}

/*本文説明サブ */
.story{
	padding: 0px 0px 5px;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.story p{
	line-height: 140%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.story img{
	float: right;
}

.story h3{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	height: 27px;
	padding-top: 3px;
	background-image: url(img/h3_or_bg.gif);
	background-repeat: repeat-x;
}
.story h2{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 1px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*サイトのインフォ */

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/*サイトのアドレス */

#adress{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}


/*サブメニュー */
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	width: 100%;
}
#sectionLinks h3{
	padding: 10px 0px 5px 10px;
	font-size: 13px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image:  url("img/bg_nav.jpg");
	height:1.5em;
	color:#333;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	background-color:#F4F7F8;
}

#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	background-color:#F4F7F8;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	background-color:#fff;
}
/*サブサブメニュー */
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 10pt;
}

.relatedLinks a{
	display: block;
	font-size: 10px;
	padding-top: 2px;
}
/*カウンター */
#head_counter{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
	height: 20px;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
}

/*バナーリンク */
#banner {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shacho {
	background-image: url(img/banner_shacho.jpg);
	height: 48px;
	width: 185px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 0px;


}
.cl {
	background-image: url(img/banner_cl.jpg);
	height: 48px;
	width: 185px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 0px;

}
.blog {
	background-image: url(img/banner_blog.jpg);
	height: 48px;
	width: 185px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 0px;


}



/************************************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
/************************************/
.font13 {
	font-size: 13px;
	line-height: 140%;
}



/*眼科 */
ul.tolink{
	line-height:1.4em;
	color:#3c3c3c;
	list-style-image: url(img/arrow_tolink.gif);
	text-align: left;
	font-size: 11px;
	list-style-position: outside;
	margin-left: 350px;
}


.more {
	font-size:small;
	margin-left:100px;
	height:18px;
	background-image: url(img/more.gif);
	background-repeat:no-repeat;
	text-align: left;
	padding-left: 20px;
	margin-top: 10px;
}

/* コンテンツ */
.warning{
	color:#FF6600;
	font-weight:bold;
}

.table{
	font-size:95%
}	







