@charset "shift_jis";

/*--------------------------------------------

Name: n019 Rehabilitation
Version: 1.0
Date: 2008-07-21
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/

/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.ラッパー
8.ヘッダー
9.コンテンツ
10.フッター
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
    
    
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
html,
body {
    
    
	height: 100%;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #000;
}
html {
    
    
	overflow-y: scroll;
}
body {
    
    
	color: #000;
	background : #eeeeee url(img/bg.gif) repeat;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
}
p {
    
    
	margin-bottom: 1em;
}
p.img a,
p.img a:hover,
p.img a:active {
    
    
	border: 0;
}
br {
    
    
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
    
    
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
    
    
	margin: 0 0 20px;
	padding: 0 1em;
	color: #999;
	background: #eee;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}
H3 {
    
    
	padding: 0 5px 0 20px;
	border-top: 3px solid #000;
	line-height: 1.4;
	height: 1.4em;
	background : url(img/h3.gif) no-repeat scroll 5px center;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
  width : 670px;
}
P.caption {
    
    
	margin: 0 0 12px 0;
	padding: 0 10px;
	background: #000;
	line-height: 1.1;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
  width : 675px;
}
h4 {
    
    
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 3px #666 solid;
	line-height: 1.5;
	color: #666;
	background: #eee;
	font-weight: bold;
	font-size: 14px;
}
h5 {
    
    
	margin-bottom: 1em;
	border-bottom: 1px #999 dotted;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
h6 {
    
    
	margin-bottom: 1em;
	color: #999;
	font-weight: bold;
	font-size: 14px;
}
/*	　3.リンク
--------------------------------------------*/
a {
    
    
	border-bottom: 1px #999 dotted;
	color: #666;
	text-decoration: none;
}
a:hover,
a:active {
    
    
	border-bottom: 1px #900 solid;
	color: #900;
	text-decoration: none;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
    
    
	margin: 0 10px 1em;
}
ul li {
    
    
	list-style: circle inside;
}
ol li {
    
    
	list-style: decimal inside;
}
DL {
    
    
	border-left: 3px #bbb solid;
  width : 600px;
}
DT {
    
    
	padding: 0 1em;
	border-bottom: 1px #bbb dotted;
	color: #333;
	font-weight: bold;
  width : 600px;
}
DD {
    
    
	margin-bottom: 0.5em;
	padding: 0 1em;
  width : 600px;
}
/* テキストリスト水平（Main-Illustration-Category2, Link-Category3で使用） */
ul.horizontal li {
    
    
	margin-right: 1em;
	display: inline;
}
/* イメージリスト水平（Main-Illustration-Category1, Link-Category2で使用） */
ul.imglist {
    
    
	list-style: none outside;
}
ul.imglist li {
    
    
	display: inline;
	list-style: none outside;
}
ul.imglist a {
    
    
	border: 0;
	background: none;
}
ul.imglist a:hover,
ul.imglist a:active {
    
    
	border: 0;
}
ul.imglist li img {
    
    
	margin: 0 8px 8px 0;
}
/* 番号付きリスト水平 （Main-Text-Long storyで使用） */
ol.horizontal {
    
    
	margin: 0 0 1em;
}
ol.horizontal li {
    
    
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none outside;
}
/* 定義リスト水平（About-Sitemap , About-About link , Contact-Mailformで使用） */
DL.horizontal {
    
    
	border: 0;
  width : 600px;
}
dl.horizontal dt {
    
    
	margin-bottom: 1px;
	padding: 0;
	border: 0;
	width: 8em;
	line-height: 1.8;
	background: #eee;
	text-align: center;
	font-weight: normal;
}
dl.horizontal dd {
    
    
	margin: -1.8em 0 2px 9em;
	border: 0;
}
dl.horizontal dd.second {
    
    
	margin-top: 0.1em;
	border: 0;
}
/* イメージとテキストの定義リスト（Link-Category1で使用） */
dl.imgtextlist {
    
    
	border: 0;
}
DL.imgtextlist DT {
    
    
	padding: 0;
	border: 0;
	float: left;
	width : 500px;
}
dl.imgtextlist dt a,
dl.imgtextlist dt a:hover,
dl.imgtextlist dt a:active {
    
    
	border: 0;
}
dl.imgtextlist dd {
    
    
	margin: 0 0 0 220px;
	padding-left: 1em;
	border: 0;
	border-left: 4px #ddd solid;
	line-height: 1.4;
}
	/* floatクリア用（※削除不可） */
	dl.imgtextlist:after {
    
    
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	
}
	dl.imgtextlist:after {
    
    
		/*\*/*/
		overflow: hidden;
		/**/
	
}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
    
    
	border: 0;
}
legend {
    
    
	display: none;
}
textarea,
select,
input {  
    
  	
	margin-bottom: 1em;
	border: 1px solid #eee;
	line-height: 1.2;
	color: #000;
	background-color: #eee;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	scrollbar-3dlight-color: #eee;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #eee;
	scrollbar-darkshadow-color: #eee;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-track-color: #ccc;
}
textarea {
    
    
	width: 450px;
}
select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
	border: 1px solid #ccc;
}
select {
    
    
	background: #ccc;
}
option {
    
    
	padding-right: 1em;
}
form p {
    
    
	padding-top: 1em;
	text-align: center;
}
input.button {
    
    
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #000;	
	width: 100px;
	vertical-align: middle;	
	color: #fff;
	background-color: #000;	
	cursor: pointer;
}
input.button:hover,
input.button:focus {
    
    
	border: 1px #900 solid;
	background: #900;
}
input.check,
input.radio {
    
    
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
    
    
	font-weight: bold;
}
/* より強い強調 */
strong {
    
    
	border-bottom: 1px dashed #900;
	color: #900;
}
/* 追加 */
ins {
    
    
	text-decoration: underline;
}
/* 削除 */
del {
    
    
	color: #666;
	text-decoration: line-through;
}
/* 整形済みテキスト */
code {
    
    
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
    
    
	margin-bottom: 1em;
	font-style: normal;
}
/* テーブル */
table {
    
    
	margin-bottom: 1em;
	border-collapse: separate;
}
th,
td {
    
    
	padding: 0 0.8em;
}
th {
    
    
	color: #333;
	background-color: #eee;
	text-align: center;
}
td {  
    
  	
	border: 1px #eee solid;
}
/* 装飾ボックス */
div.deco {
    
    
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border: 1px #900 dotted;
	color: #900;
}
/*	　7.ラッパー
--------------------------------------------*/
DIV#wrapper {
    
    
	margin:auto;
	padding: 0 15px;
	position: relative;
	width: 700px;
	min-height: 1500px;
	background: #fff;
	text-align: left;
  
}
/*	　8.ヘッダー
--------------------------------------------*/
div#header {
    
    
	padding-top: 18px;
}
/* サイト名 */
H1 {
    
    
	padding-left: 54px;
	line-height: 1.5;
	color: #900;
	background : url(img/h1.gif) no-repeat scroll left center;
	font-weight: bold;
	font-size: 38px;
}
h1 a {
    
    
	border: 0;
	line-height: 1.5;
	color: #900;
	font-weight: bold;
}
h1 a:hover,
h1 a:active {
    
    
	border: 0;
	color: #000;
	background: none;
}
/* メニュー */
div#menu {
    
    
	padding: 2px 0;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
}
div#menu ul {
    
    
	margin: 0;
	background : #000000 url(img/menubg.gif) repeat;
	width: 700px;
}
div#menu li {
    
    
	float: left;
	list-style: none outside;
	color: #fff;
}
div#menu li a {
    
    
	padding: 0 20px 0;
	border: 0;
	display: block;
	color: #fff;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

li a.size1 {  
    
  font-size:10pt;   
}



div#menu li a:hover {
    
    
	color: #900;
	background: #999;
}
div#menu li.on a {
    
    
	color: #900;
	background: #999;
}
div#menu li.on a:hover {
    
    
	color: #900;
	background: #999;
}
	/* floatクリア用 */
	div#menu ul:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	div#menu ul:after {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/*	　9.コンテンツ
--------------------------------------------*/
div#contents {
    
    
	padding: 20px 0;
	clear: both;
	line-height: 1.7;
}
div.textbody {
    
    
	padding: 10px;
}
/* トップ画像 */
p#topimg {
    
    
	margin-bottom: 24px;
	text-align: center;
}
p#topimg img {
    
    
	border: 10px #eee solid;
}
/* Home-左 */
DIV.info {
    
    
	padding-bottom: 1em;
	float: left;
	width : 700px;
}
/* Home-右 */
div.update {
    
    
	padding-bottom: 1em;
	float: right;
	width: 285px;
}
/*	　10.フッター
--------------------------------------------*/
div#footer {
    
    
	margin: 15px 0 0;
	clear: both;
}
p#backtop {
    
    
	text-align: right;
}
p#backtop a,
p#backtop a:hover,
p#backtop a:active {
    
    
	border: 0;
}
div#footer ul {
    
    
	margin: 0;
	padding: 0 0 20px;
	border-top: 3px solid #ddd;
	clear: both;
	text-align: center;
}
div#footer ul li {
    
    
	margin: 0 0.2em;
	display: inline;
	color: #000;
	font-size: 11px;
}ze: 11px;
}
}