/*----------　テーブル　----------*/

table {
width:590px;
border-collapse: collapse;
}

tr {
height: 30px;
}

td {
border: 1px solid #999;
padding: 3px 5px 3px 5px;
}

/*----------　全体　----------*/

* {
margin: 0;
padding: 0;
font-weight:normal;
}

body {
margin: 10px;
text-align: center;
}

/*----------　リンク色　----------*/

a {
text-decoration: underline;
color:#3366FF;
}

a:visited {
color:#c71585;
}

a:hover {
color:#87ceeb;
}

/*----------　全体の枠　----------*/

#container {
width:700px;
position:relative;
margin:0 auto;
border:1px solid #000;
}

/*****ヘッダー*****/
#header {
font-family: Verdana, Arial, sans-serif;
text-align: right;
background-repeat: no-repeat ;
margin-bottom:5px;
}

h1{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 125%;
color: #000;
font-weight: bold;
}

h2{
font-size: 100%;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}

#header h2 a  {
font-weight:bold;
text-decoration: none;
color:#000;
}

#header h2 a:visited {
text-decoration: none;
color:#000;
}

#header h2 a:hover {
text-decoration: none;
color:#000;
}

/******* フォーマットのレイアウト *******/


#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 160px; /* サイトロゴの高さに合わせている */
background-image: url(http://www.fukusisi.com/fukusi/care//img/care-top.gif); /* 背景画像 */
background-position:right top; /* 背景画像の表示のさせ方 */
background-repeat:no-repeat; /* 背景画像の表示のさせ方 */
}

/******* ヘッダ *******/

#header h1{
margin: 0px;
padding: 80px 10px 12px 50px;
text-align: center;
font-size: 120%;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2{
margin: -55px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 10px 10px 100px;
font-size: 80%;
z-index: 7; /* サイトロゴの上に被って表示 */
}

#header p{
margin: 30px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 6px 0px;
text-align: center;
font-size: 80%;
z-index: 5; /* サイトロゴの上に被って表示 */
}


/*----------　メイン　----------*/

#center {
float: center;
width: 610px;
text-align: left;
}   

.content {
padding-right:5px;
padding-left:5px;
}

.content p {
font-family: Verdana, Arial, sans-serif;
font-size: small;
line-height: 150%;
text-align: left;
padding: 5px 5px 5px 5px; 

}

p.description{
margin:0;
padding:10px;
margin-bottom:30px;
}

.content h2 {
color: #000;
font-size:16px;
margin:10px 0 1px 0;
padding:6px 0px 6px 10px;
font-weight:bold; 
border:1px solid #000;
border-left: 5px  solid #B1F2A6;
border-right: 5px  solid #B1F2A6;
}

.content h3 {
color: #000000;
font-size:16px;
margin: 8px 0 1px 0;
padding:6px 0px 10px 10px;
font-weight:bold; 
border:1px solid #000;
border-left: 5px  solid #B1F2A6;
border-right: 5px  solid #B1F2A6;
}

.content h4 {
color: #000000;
font-size:16px;
margin: 8px 0 1px 0;
padding:6px 0px 10px 10px;
font-weight:bold; 
border:1px solid #000;
border-left: 5px  solid #B1F2A6;
border-right: 5px  solid #B1F2A6;
}

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

.red {
font-weight: 600;
font-size: 14px;
color: #ff0000;
}

.or {
font-weight: 600;
font-size: 14px;
 color: #ff9900;
}

.bl {
font-weight: 600;
font-size: 14px;
color: #000;
}


/*----------　フッター　----------*/

#foot {
text-align: center;
padding-bottom:12px;
}

#foot p a {
text-decoration: none;
font-style:normal;
color: #000;
}

/*------ 　最下段　ｲﾝﾊﾞｳﾝﾄﾞﾘﾝｸ用  ----------*/


.pr {
width: 150px; height: 10px;
overflow: auto; border: solid 0px #ccc; background: #fff;
scrollbar-base-color:#fff;
scrollbar-arrow-color:#fff;
scrollbar-darkshadow-color:#fff;
position: absolute;
top: -9999px;
}

.pr a {
font-size:xx-small; color:#ccc; text-decoration:underline;font-weight:nomal;
}

.pr a:hover{
text-decoration:none;
}

.pr ul {
font-size:xx-small;
line-height:100%;
margin:0;
padding:0;
list-style-position:none;
}

.pr-1st {
margin-top:15em;
}

.pr-1l {
margin-top:1em;
}

/*------ 　中尾  ----------*/

.nakao {
margin: 0px 0px 20px 0px;
}

#content .nakao h4 {
font-size: 14px; 
height: 25px;
line-height: 25px;
margin-bottom: 10px;
background-color: #005db7;
color: #fff;
border: none;
}

.contents dl {
margin: 0px 20px 10px 20px;

}

.contents dt {
border-left: solid 10px #666;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 3px;
color: blue;
text-decoration: underline;
}

.contents dd {
padding: 5px 10px 5px 10px;
line-height: 1.3em;
margin-bottom: 5px;
margin-left: 5px;
border-bottom: dotted 1px #999;
border-left: dotted 1px #999;
}
