@charset "shift_jis";

body {
	background: url(../images/bg_long.gif) repeat-y;
}

#container {
	background: url(../images/bg_container1.gif) repeat-y;
}

#nav {
	background: url(../images/bg_container1.gif) repeat-y;
}

/* ヘッダー
----------------------------------------------- */
#header {
	background: url(../images/header.jpg) no-repeat;
	width:750px;
	height: 60px;
}

#header h1 {
	text-indent: -9999px; /*テキストを消す裏ワザ */
	margin: 0;
	width: 100%;		/* ■IEのバグ回避のため指定 */
	color: #000000;
}


#submenu2,#submenu3 {
	float:left;
	margin-bottom:10px;
}
#submenu2 ul, #submenu2 li,
#submenu3 ul, #submenu3 li{
	margin:0;
	padding:0;
	list-style: none;
}
#submenu2 li,
#submenu3 li{
	width:147px;
	margin-bottom:2px;
	border-left:3px solid #cc0000;/*ページごとに色を設定 */
	border-bottom:1px solid #333333;
	border-right:1px solid #666666;
}
#submenu2 a, #submenu2 a:link, #submenu2 a:visited,
#submenu3 a, #submenu3 a:link, #submenu3 a:visited {
	text-decoration: none;
	font-size: 12px;
	text-indent:5px;
	color:#000000;
	display:block;
	width:147px;
	line-height:30px;
	background:#f0f0f0;
}
#submenu2 a:hover,
#submenu3 a:hover {
	text-decoration:none;
	color:#ff3300;
	background:#fefefe;
}
#submenu2 span,
#submenu3 span {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	text-indent:5px;
	color:#ff3300;
	display:block;
	width:147px;
	line-height:30px;
	background:#fefefe;
}

/* 背景画像
----------------------------------------------- */
#bg {
	width:730px;
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) no-repeat 0 100%;	
}

/* 文字設定
----------------------------------------------- */
#contents h1 {
	color:#cc0000;/*ページごとに色を設定 */
	font-size:2.3em;
	font-weight:bold;
	margin-bottom:15px;
}

#contents h2 {
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	background:#cc0000 url(../images/haku_2.gif) no-repeat;/*ページごとに色を設定 */
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 25px;
}
#contents h3 {
	color:#cc0000;/*ページごとに色を設定 */
	font-size:1.3em;
	font-weight:bold;
	background:url(../images/mark1.gif) left 7px no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 15px;
}

/*説明　強調
----------------------------------------------- */
#contents .big01 {
	font-size:1.1em;
	font-weight:bold;
}
/*オレンジインプットボタン
----------------------------------------------- */
#button input {
  margin-left: 0.5em;
  border-width: 2px;
  border-color: #ffb87c #d26000 #d26000 #ffb87c;
  vertical-align: middle;
  width:200px;
  height:40px;
  font-weight:bold;
  letter-spacing:0.2em;
  color: #ffffff;
  background: #ff7400;
}

/* 引用文 上書き
---------------------------------------------------------------------------------------------- */
#main blockquote {
    border: 1px solid #cc0000;
    background: #ffeeee;
}

/* テーブル関連
---------------------------------------------------------------------------------------------- */
/* 基本　上書き */
#main th {
	background:#ffffff;
	border: 1px solid #333333;
	/*background:#ff9999;*/
}
#main td {
	border: 1px solid #333333;
}

#main table .must {
	background:#ffddff;
}

#main table .formbgth1 {
	background:#ff9999;
	border: 1px solid #cc0000;
}

#main table .formbgth2 {
	background:#e0e0e0;
}

#main table .formbgth3 {
	background:#f5f5f5;
}



/* 大ボタン設定
---------------------------------------------------------------------------------------------- */
/* 初診専用　大ボタン */
.bigbt_1 a {
	text-indent: -9999px; /* テキストを消す裏ワザ */
	text-align:left;
	color: #0066cc;
	display: block;
	width:250px;
	height:250px;
	background:url(../images/bigbt_1.jpg) no-repeat 0 0;
}
#bigbt_1-01 a:hover { background-position: 0px    -250px }

/* 再診専用　大ボタン */
.bigbt_2 a {
	text-indent: -9999px; /* テキストを消す裏ワザ */
	text-align:left;
	color: #0066cc;
	display: block;
	width:250px;
	height:250px;
	background:url(../images/bigbt_2.jpg) no-repeat 0 0;
}
#bigbt_2-01 a:hover { background-position: 0px    -250px }

/* LASIK説明会　大ボタン */
.bigbt_3 a {
	text-indent: -9999px; /* テキストを消す裏ワザ */
	text-align:left;
	color: #0066cc;
	display: block;
	width:250px;
	height:125px;
	background:url(../images/bigbt_3.jpg) no-repeat 0 0;
}
#bigbt_3-01 a:hover { background-position: 0px    -125px }

/* LASIK適応検査　大ボタン */
.bigbt_4 a {
	text-indent: -9999px; /* テキストを消す裏ワザ */
	text-align:left;
	color: #0066cc;
	display: block;
	width:250px;
	height:125px;
	background:url(../images/bigbt_4.jpg) no-repeat 0 0;
}
#bigbt_4-01 a:hover { background-position: 0px    -125px }


/* 印刷用
---------------------------------------------------------------------------------------------- */
@media print{
#header {
	display:none;
}
}
