/* -------------------------------------------------------------- 
CSS for TOKYO Dementia Navi 2009.3.10
-------------------------------------------------------------- */

/* Include
-------------------------------------------------------------- */
@import "lib/reset.css";
@import "lib/typography.css";

/* Page
-------------------------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #FFFFFF;
}
#header {
	position: relative;
	width: 760px;
	height: 180px;
	background: #FFFFFF;
}
#content {
	position: relative;
	clear: both;
	padding-top: 10px;
	width: 760px;
	background: url("../img/content_bg.gif") top repeat-x;
}
#footer {
	clear: both;
	width: 760px;
	margin: 10px 0px 10px 0px;
	border-top: 2px solid #FFAC40;
	background: url("../img/footer_bg.gif") top repeat-x;
}
/* floatバグ対策 */
#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* Header
-------------------------------------------------------------- */
#header h1 {
	display: none;
}
#header_logo {
	width: 760px;
	height: 40px;
	posiriton: relative;
	background: #FFFFFF url("../img/header_logo_bg.gif") bottom repeat-x;
}
#logo {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
#header_title {
	position: relative;
	width: 760px;
	height: 140px;
	background: #FFFFFF url("../img/header_title.jpg");
}
#size_change {
	float: right;
	margin-right: 5px;
	parring-top: 10px;
	height: 30px;
	vertical-align: bottom;
}
#size li {
	float: left;
	margin-left: 5px;
	height: 25px;
}
#size li span {
	display: none;
}
#size li#text {
	margin-top: 15px;
	font-size: 100%;
}
#size li#small a {
	display: block;
	margin-top: 12px;
	width: 16px;
	height: 16px;
	background: url("../img/small_off.gif") no-repeat;
}
#size li#small a:focus,
#size li#small a:hover {
	display: block;
	margin-top: 12px;
	width: 16px;
	height: 16px;
	background: url("../img/small_on.gif") no-repeat;
}
#size li#middle a {
	display: block;
	margin-top: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/middle_on.gif") no-repeat;
}
#size li#middle a:focus,
#size li#middle a:hover {
	display: block;
	margin-top: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/middle_on.gif") no-repeat;
}
#size li#large a {
	display: block;
	margin-top: 8px;
	width: 20px;
	height: 20px;
	background: url("../img/large_off.gif") no-repeat;
}
#size li#large a:focus,
#size li#large a:hover {
	display: block;
	margin-top: 8px;
	width: 20px;
	height: 20px;
	background: url("../img/large_on.gif") no-repeat;
}
#header_menu {
	margin-top: 15px;
	float: right;
	font-size: 100%;
}
#title_info {
	clear: both;
	padding-top: 6px;
	margin-left: 10px;
	text-align: left;
}
ul.utility_menu li {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}

/* Content
-------------------------------------------------------------- */
#content_upper {
	clear: both;
	margin: 0px 15px 0px 15px;
	width: 730px;
}
#content_lower {
	clear: both;
	margin-left: 15px;
	margin-top: 10px;
	width: 745px;
}
#information {
	float: right;
	margin-right: 10px;
	width: 358px;
	height: 173px;
	text-align: left;
	border: solid 1px #C0C0C0;
	background: #FFFFFF;
}
.subject_title {
	margin: 10px;
	height: 1.6em;
	width: 338px;
	background: url("../img/subject_title1.gif") repeat-y;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.6;
	color: #FFFFFF;
}
.subject_title span {
	padding-left: 15px;
}
.subject_information {
	clear: both;
	margin-left: 15px;
	margin-right: 5px;
	line-height: 1.3;
	font-size: 120%;
}

#button1 {
	float: left;
	width: 175px;
	height: 175px;
}
#button1 span {
	display: none;
}
#button1 a {
	display: block;
	width: 175px;
	height: 175px;
	background: url("../img/button_1.gif") top no-repeat;
}
#button1 a:focus,
#button1 a:hover {
	display: block;
	width: 175px;
	height: 175px;
	background: url("../img/button_1.gif") bottom no-repeat;
}
#button2 {
	float: right;
	width: 175px;
	height: 175px;
}
#button2 span {
	display: none;
}
#button2 a {
	display: block;
	width: 175px;
	height: 175px;
	background: url("../img/button_2.gif") top no-repeat;
}
#button2 a:focus,
#button2 a:hover {
	display: block;
	width: 175px;
	height: 175px;
	background: url("../img/button_2.gif") bottom no-repeat;
}
#button_small {
	clear: both;
}
#button_small li {
	float: left;
	width: 175px;
	height: 80px;
	line-height: 0;
}
#button_small li span {
	display: none;
}
#button_small li#button3 {
	margin-right: 10px;
	margin-bottom: 10px;
}
#button_small li#button3 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_3.gif") top no-repeat;
}
#button_small li#button3 a:focus,
#button_small li#button3 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_3.gif") bottom no-repeat;
}
#button_small li#button4 {
	margin-right: 10px;
	margin-bottom: 10px;
}
#button_small li#button4 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_4.gif") top no-repeat;
}
#button_small li#button4 a:focus,
#button_small li#button4 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_4.gif") bottom no-repeat;
}
#button_small li#button5 {
	margin-right: 10px;
	margin-bottom: 10px;
}
#button_small li#button5 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_5.gif") top no-repeat;
}
#button_small li#button5 a:focus,
#button_small li#button5 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_5.gif") bottom no-repeat;
}
#button_small li#button6 {
	margin-bottom: 10px;
}
#button_small li#button6 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_6.gif") top no-repeat;
}
#button_small li#button6 a:focus,
#button_small li#button6 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_6.gif") bottom no-repeat;
}
#button_small li#button7 {
	margin-right: 10px;
}
#button_small li#button7 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_7.gif") top no-repeat;
}
#button_small li#button7 a:focus,
#button_small li#button7 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_7.gif") bottom no-repeat;
}
#button_small li#button8 {
	margin-right: 10px;
}
#button_small li#button8 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_8.gif") top no-repeat;
}
#button_small li#button8 a:focus,
#button_small li#button8 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_8.gif") bottom no-repeat;
}
#button_small li#button9 {
	margin-right: 10px;
}
#button_small li#button9 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_9.gif") top no-repeat;
}
#button_small li#button9 a:focus,
#button_small li#button9 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_9.gif") bottom no-repeat;
}
#button_small li#button10 a {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_10.gif") top no-repeat;
}
#button_small li#button10 a:focus,
#button_small li#button10 a:hover {
	display: block;
	width: 175px;
	height: 80px;
	background: url("../img/button_10.gif") bottom no-repeat;
}
#path {
	clear: both;
	margin: -5px 15px 5px 15px;
	width: 730px;
	height: 1em;
}
#path ul li {
	float: left;
	margin-right: 5px;
}
#content_inner {
	clear: both;
	margin: 0px 15px 10px 15px;
	padding-bottom: 10px;
	width: 728px;
	border: solid 1px #A0A0A0;
	text-align: left;
}
div.subject_title2 {
	margin: 10px;
	padding: 5px 0px 5px 15px;
	height: 1em;
	width: 650px;
	height: 1em;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	background: url("../img/subject_title2.gif") repeat-y;
}
div.subject_title3 {
	margin: 10px;
	padding: 5px 0px 5px 15px;
	height: 1em;
	width: 650px;
	height: 1em;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	background: url("../img/subject_title3.gif") repeat-y;
}
p.subject_text {
	clear: both;
	margin: 0px 40px 0px 35px;
	text-align: left;
	line-height: 1.4;
	font-size: 110%;
}
ul.subject_list li {
	clear: both;
	margin-left: 40px;
	text-align: left;
	line-height: 1.4;
	font-size: 105%;
}
div.section {
	clear: both;
	margin: 15px 114px 15px 114px;
	width: 500px;
	height: 3px;
	line-height: 0;
	border: 1px solid #A0A0A0;
}
table.tbl1 {
	clear: both;
	margin: 5px 25px 10px 35px;
	border-collapse: collapse;
	line-height: 1.4;
	font-size: 105%;
}
table.tbl1 td {
	padding: 5px;
	border: solid 1px #666666;
	text-align: center;
}
table.tbl2 {
	clear: both;
	margin: 5px 25px 10px 35px;
	border-collapse: collapse;
	line-height: 1.4;
	font-size: 105%;
}
table.tbl2 td {
	padding: 5px;
	border: solid 1px #666666;
	text-align: left;
}
td.hdr {
	background: #FFF6D7;
	text-align: center;
}
table.tbl3 {
	clear: both;
	margin: 0px 40px 0px 30px;
	padding: 0;
	font-size: 110%;
}
/* floatバグ対策 */
#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#content_upper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#content_lower:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#content_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

ul { list-style-type: none; }

 p.block {
     display: block;
     margin-block-start: 1em;
     margin-block-end: 1em;
     margin-inline-start: 20px;
     margin-inline-end: 20px;
 }

 ul.disc {
       margin-bottom:10px;
 }

 .disc li {
       list-style-type: disc;
	   margin-left:50px;
	   margin-right:90px;
	   
 }

 h3.subject_title4 {
     color: initial;
     width: initial;
     font-weight: initial;
     text-align: initial;
     height: initial;
     padding-top: initial;
     line-height: initial;
     margin-left: 20px;
}

table.tbl4 {
    margin:15px 10px 10px 10px;
    border-collapse: collapse;
    border-width: 1px;
    font-size:80%
}

table.tbl4 th {
    padding: 1px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

table.tbl4 td {
    padding: 4px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

/* Footer
-------------------------------------------------------------- */
#footer_menu {
	clear: both;
	height: 1em;
	width: 34em;
	margin: auto;
	margin-top: 5px;
	text-align: center;
}
#footer_banner {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 760px;
	text-align: center;
}
#footer_banner img {
	margin-left: 2px;
	margin-right: 2px;
}
#footer_address {
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
	width: 730px;
	font-size: 95%;
	line-height: 1.1;
	text-align: left;
}
#footer_copy {
	clear: both;
	width: 760px;
	font-size: 85%;
	text-align: center;
}

/* floatバグ対策 */
