/***********************/
/* レイアウトCSS         */
/***********************/

* {
  margin: 0;
  padding: 0;
  border:0;
}
img{
	vertical-align:middle;
}
#header img{
	border:0;
	display:block;
}
html, body {
	height: 100%;
	background-image:url(../bg.gif);
	text-align:center;
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}

#layout{
	width:800px;
	height:100%;
	margin:auto;
}
#toplayout{
	width:800px;
	margin:auto;
}
#header {
	height: 130px;
}
#space{
height:30px;
}

#headerinner{
	width:800px;
	height:20px;
	left:50%;
	margin-left:-400px;
	text-align:left;
	margin:auto;
}
#headernavi{
	height:130px;
	width:800px;
	text-align:left;
	background-color:#CCCCCC;
	margin:auto;
}
#container 	{
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
}
body > #container {
  height: auto;
}
#header , #contents {
	background-image:url(../line_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	vertical-align:top;
}
#inner{
	width:730px;
	text-align:left;
	margin:auto;
}
#footer {
	height: 185px;
	background-image:url(../footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
#footer p {
	padding: 0;
	margin-top:155px;
	text-align:center;
	font-size: 10px !important;
	font-size: 0.7em;
	color:#666666;
}

#left {display:block; top:80px; width:210px; position:fixed; float:left; background-color:#FFAC99;}
* html #left {position:absolute;}

#right{
    width:570px;
    float:right;
    background-color:#CCCCFF;
	margin:0;
}

/* コラム関連 */
#col-l{
	width:350px;
	float:left;
}
#col-r{
	width:350px;
	float:right;
}
#centerblk{
	width:500px;
	margin:auto;
}

/* サブウィンドウ関連 */
#subwinbase{
	background:#FFFFFF;
	margin:30px;
	padding:1px 0;
	width:390px;
	text-align:center;
}
#priwinbase{
	background:#FFFFFF;
	margin:30px;
	padding:1px 0;
	width:700px;
	text-align:center;
}
#subwinbase img {
	margin:5px 20px;
	float:none;
}
#priwinbase img{
	margin:5px auto;
}
#subwinbase h1 , #priwinbase h1{
	margin:20px 20px 5px 20px;
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
	background-image:url(../subwin_h1_bg.gif);
	text-indent:5px;
	font-weight:normal;
	color:#0099CC;
	text-align:left;
}
#subwinbase .kakomi , #priwinbase .kakomi{
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin:5px 20px;
	text-align:left;
}
#subwinbase .kakomi p , #priwinbase .kakomi p{
	margin:7px;
}
#priwinbase .kakomi p img{
	margin:0 10px 0 0;
}
#subwinbase .closebtn , #priwinbase .closebtn{
	display:inline;
}

/* 本文テキスト内画像回り込み */
img.r {
float: right;
border: none;
margin-top:3px;
margin-left:8px;
margin-bottom:3px;
vertical-align:top;
}
img.l {
float: left;
border: none;
margin-top:3px;
margin-right:8px;
margin-bottom:3px;
vertical-align:top;
} 

/* パディングタイプ */
/* 全周囲 */
.pt-all-s{padding:5px;}
.pt-all-m{padding:10px;}
.pt-all-l{padding:20px;}
/* 水平 */
.pt-hrz-s{padding:0px 5px;}
.pt-hrz-m{padding:0px 10px;}
.pt-hrz-l{padding:0px 20px;}
/* 天地 */
.pt-vtc-s{padding:5px 0px;}
.pt-vtc-m{padding:10px 0px;}
.pt-vtc-l{padding:20px 0px;}
/* 右側 */
.pt-r-s{padding:0px 5px 0px 0px;}
.pt-r-m{padding:0px 10px 0px 0px;}
.pt-r-l{padding:0px 20px 0px 0px;}
/* 左側 */
.pt-l-s{padding:0px 0px 0px 5px;}
.pt-l-m{padding:0px 0px 0px 10px;}
.pt-l-l{padding:0px 0px 0px 20px;}

/* フォームなどオブジェクトサイズ */
.size-sss{
	width:25px;
}
.size-ss{
	width:50px;
}
.size-s{
	width:80px;
}
.size-m{
	width:120px;
}
.size-l{
	width:180px;
}
.size-ll{
	width:300px;
}
.size-lll{
	width:400px;
}
.size-llll{
	width:500px;
}

/* float-align */
.txt-center{text-align:center;}
.txt-l{text-align:left;}
.tet-r{text-align:right;}
.flt-l{float:left;}
.flt-r{float:right;}
.clear{clear:both;}

/* リンクロールオーバー */
a:hover{
    background-position:0px -50px;
}
a:active{
    background-position:0px -100px;
}

/* 見出し */
h1 , h2 {
	margin-bottom:10px;
}
p{
	margin-bottom:25px;
}

/* テーブルタイプ */

.tableprof{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:200%;
}
.tableprof th{
	font-size:125%;
	font-weight:normal;
	text-align:left;
}
.tableprof td , .tableprof th{
	border-bottom:1px solid #CCCCCC;
}

th{
	font-weight:normal;
	text-align:center;
	line-height:120%;
}
.tableclinic{
	width:730px;
	margin-bottom:3px;
	border-spacing:3px;
}
.tableclinic th{
	background-color:#6699CC;
	color:#FFFFFF;
	width:50%;
}
.tableclinic th , .tableclinic td{
	padding:2px;
	vertical-align:top;
}
.tablefclt{
	border-left:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
	margin:auto;
}
.tablefclt td{
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	padding:8px;
	text-align:center;
	font-size:80%;
	vertical-align:top;
}
.tablekenshin{
	width:100%;
	margin-bottom:3px;
	border-spacing:3px;
}
.tablekenshin th{
	background-color:#6699CC;
	color:#FFFFFF;
	width:50%;
}
.tablekenshin th , .tablekenshin td{
	padding:2px;
	vertical-align:top;
}

/* パーツ */
hr{
	height:1px;
	background-color:#CCCCCC;
	margin:5px 0px;
	width:auto;
	clear:both;
}
.map{
	margin:auto;
}
.kakomimap{
	width:450px;
	padding:7px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin:3px auto;
}
.kakomi01{
	width:720px;
	padding:7px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin:3px auto;
}
.kakomi02{
	padding:7px;
	background-color: #FFFFFF;
	margin:3px auto;
}
.kakomifaq{
	width:600px;
	padding:7px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin:0px auto 20px auto;
}
#inner li{
	list-style:none;
	padding:0px 0px 0px 15px;
	background-image:url(../list_mark.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#inner .faq-a{
	list-style:none;
	padding:0px 0px 0px 50px;
	background-image:url(../faq_a.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	line-height:175%;
}
#inner .faq-q{
	list-style:none;
	padding:0px 0px 0px 50px;
	background-image:url(../faq_q.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	line-height:175%;
}
.topexam{
	float:left;
	width:242px;
	background-color:#FED976;
	text-align:center;
	line-height:120%;
}
.topexam p{
	margin:7px;
}
.tablefclt img{
	display:block;
}

/* フォームの体裁 */
input , textarea , select {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color:#F5FAEB;
}
input.radio{
background:none;
border:none;
}
.btn{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	background-color:#ECECEC;
	margin:0 10px;
}
label{
	display:block;
	line-height:26px;
	padding-bottom:5px;
	border-bottom: 1px solid #CCCCCC;
}
.lastlabel{
	border-bottom: none;
}
#contents ol li{
	margin:3px 0;
	background-position:0px 1px;
	padding: 0 0 0 18px;
}
#contents ol .ol-one{background-image:url(../list_mark_one.gif);}
#contents ol .ol-two{background-image:url(../list_mark_two.gif);}
#contents ol .ol-three{background-image:url(../list_mark_three.gif);}
#contents ol .ol-four{background-image:url(../list_mark_four.gif);}
#contents ol .ol-five{background-image:url(../list_mark_five.gif);}
#contents ol .ol-six{background-image:url(../list_mark_six.gif);}
#contents ol .ol-seven{background-image:url(../list_mark_seven.gif);}
#contents ol .ol-eight{background-image:url(../list_mark_eight.gif);}
#contents ol .ol-nine{background-image:url(../list_mark_nine.gif);}
#contents ol .ol-ten{background-image:url(../list_mark_ten.gif);}

/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	font-size: 0.6em;
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}

/* ウェイトボールド */
.fb {
	font-weight: bold !important;
}

/* 相対拡縮 */
.fs-s {
	font-size: 85%;
}
.fs-l {
	font-size: 120%;
}
.fs-ll {
	font-size: 150%;
}


/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}

.txt-pink{
	color:#FF6699;
}

.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}


/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color: #0000CC;
	text-decoration: underline;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}


/**************/
/* メニュー用 */
/**************/

a.menu:link,a.menu:visited{
	color: #0000CC;
	text-decoration: underline;
}

a.menu:hover,a.menu:active {
	color: #FF0000;
	text-decoration: underline;
}
