@charset "utf-8";

* {
	font-size: 12px;
}

* html img {
	vertical-align: bottom;
}

iframe {
	border: none;
}

/* clearfix */
.clearfix:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}

* html .clearfix { /* IE6にのみ適用 */
    height:1%;
}

*+html .clearfix { /* IE7にのみ適用 */
    display:inline-block;
}


.float-R {
	float: right;
	margin-left: 5px;
}
.float-L {
	float: left;
	margin-right: 5px;
}

.clear {
	clear: both;
}

#wrappar {
	width: 950px;
	margin:0 auto;
}

/** ヘッダー **/
#wrappar #header {
	height: 109px;
	padding-right: 18px;
	background: url(../images/bg_header.jpg) repeat-x;
}

#header .title {
	float: left;
}

#header #search {
	float: right;
	width: 428px;
	height: 40px;
	padding-top: 2px;
	background: url(../images/bg_hd_search.jpg) no-repeat;
}
#header #search #font-size {
	float: left;
	padding-left: 3px;
}

#font-size li {
	float: left;
	margin-right: 3px;
	}

#font-size #small a {
	display: block;
	width: 27px;
	height: 36px;
	background: url(../images/font-small.jpg) no-repeat;
	text-indent: -99999px;
}
#font-size #middle a {
	display: block;
	width: 27px;
	height: 36px;
	background: url(../images/font-middle_o.jpg) no-repeat;
	text-indent: -99999px;
}
#font-size #large a {
	display: block;
	width: 27px;
	height: 36px;
	background: url(../images/font-large.jpg) no-repeat;
	text-indent: -99999px;
}

#header #search form {
	float: left;
	margin-left: 5px;
	padding-top: 8px;
	font-size: 12px;
}

.head-tell {
	float: right;
}

/** ページタイトル **/
#page_title {
	margin-bottom: 5px;
}
*html #page_title {
	width: 956px;
}

/** メニュー **/
#Navi01 {
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
}
#Navi01 ul {
	width: 950px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat;
}

#Navi01 li {
	text-indent: -9999px;
}
*html #Navi01 li {
	float:left;
	}
	
*:first-child+html #Navi01 li {
	float:left;
	}
	
#Navi01 #menu01 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat 0px 0px;
}
#Navi01 #menu01 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat 0px bottom;
}

#Navi01 #menu02 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -160px 0px;
}
#Navi01 #menu02 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -160px bottom;
}

#Navi01 #menu03 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -318px 0px;
}
#Navi01 #menu03 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -318px bottom;
}

#Navi01 #menu04 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -476px 0px;
}
#Navi01 #menu04 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -476px bottom;
}

#Navi01 #menu05 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -634px 0px;
}
#Navi01 #menu05 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -634px bottom;
}

#Navi01 #menu06 a {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -792px 0px;
}
#Navi01 #menu06 a:hover {
	display: block;
	float: left;
	width: 158px;
	height: 52px;
	background: url(../images/Navi01.jpg) no-repeat -792px bottom;
}


/** 左メニュー **/
#wrappar #side_L {
	float: left;
	width: 215px;
}
#side_L ul {
	margin-bottom:20px;
}

#side_L .menu_L {
	width: 180px;
	padding: 10px 10px;
	border-top: 1px solid #B5B5B6;
	border-right: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
	line-height: 150%;
}
#side_L .menu_S {
	width: 180px;
	padding: 5px 10px;
	border-top: 1px solid #B5B5B6;
	border-right: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
}
#side_L .menu_L h2 {
	padding-left: 13px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #B5B5B6;
	background: url(../images/ic_plus.jpg) no-repeat 0px 3px;
}

#side_L .menu_L h2 a {
	padding-left: 0;
	background: none;
	font-size: 16px;
}
#side_L .lasik_menu_top {
	background: url(../images/bg_th.jpg) repeat-x;
}
#side_L .menu_last {
	border-bottom: 1px solid #B5B5B6;
}
#side_L li a {
	height: 17px;
	padding-top: 3px;
	padding-left: 20px;
	background: url(../images/ic_leftarrow.gif) no-repeat;
}

#side_L #pry_site {
	margin-top: 10px;
}

#side_L #pry_site li a {
	margin-left: 20px;
	padding-left: 13px;
	background: url(../images/ic_plus.jpg) no-repeat 0px 5px;
	line-height: 200%;
}


/**  真ん中 **/
#wrappar #box {
	clear: both;
}

#box #second_contents {
	float: left;
	width: 735px;
}

#box .contents {
	margin-bottom: 10px;
	line-height: 160%;
	clear: both;
}

h3 {
	width: 694px;
	height: 24px;
	padding-top: 6px;
	padding-left: 40px;
	background: url(../images/bg_title.jpg) no-repeat;
	margin-bottom: 10px;
}

h4 {
	height: 19px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 20px;
	background: url(../images/ic_small.jpg) no-repeat 0px 0px;
	font-size: 16px;
	clear: both;
	font-weight: bold;
}


/**  フッター **/
#wrappar #footer {
	clear: both;
	padding-top: 20px;
}
#footer #footer-inner {
	height: 90px;
	background: url(../images/bg_footer.jpg) no-repeat left bottom;
	text-align: center;
	line-height: 180%;
}
#footer #copyright {
	padding-top: 5px;
	border-top: 4px solid #005BAC;
	text-align: center;
}
#contents_bottom {
	text-align: right;
	margin-top: 40px;
}
#contents_bottom a {
	display: block;
	margin-top: 20px;
}

div#header h1,
div#header h2,
div#header h3 {
	display: none;

}

#TopickPath {
	margin-bottom: 10px;
	font-size: 10px;
}

#TopickPath a {
	font-size: 10px;
}