/* -------------------------------------------------------------- 
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 #C5C5C5;
	border-right: 1px solid #C5C5C5;
	background: #FFFFFF;
}
#header {
	position: relative;
	width: 760px;
	background: #E2F4FD;
	border-top: 4px solid #8BD4EF;
	border-bottom: 1px solid #C3C3C3;
}
#content {
	position: relative;
	clear: both;
	width: 730px;
	padding: 7px 15px 15px 15px;
	text-align: center;
}
#footer {
	clear: both;
	width: 760px;
	padding-bottom: 10px;
	border-top: 2px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}
/* floatバグ対策 */
#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* Header
-------------------------------------------------------------- */
#header h1 {
	display: none;
}
#title_logo {
	position: relative;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#globalnavigation_outer {
	clear: both;
	position: relative;
	width: 750px;
	height: 44px;
	padding: 2px 5px 2px 5px;
	background: #C7EAFB url("../img/gnavi_bg.gif") bottom repeat-x;
}
#globalnavigation {
	width: 750px;
}
#globalbavigation ul{
	list-style: none;
}
#globalnavigation ul li#menu_1 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_1.gif") top no-repeat;
}
#globalnavigation ul li#menu_1 a:focus,
#globalnavigation ul li#menu_1 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_1.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_2 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_2.gif") top no-repeat;
}
#globalnavigation ul li#menu_2 a:focus,
#globalnavigation ul li#menu_2 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_2.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_3 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_3.gif") top no-repeat;
}
#globalnavigation ul li#menu_3 a:focus,
#globalnavigation ul li#menu_3 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_3.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_4 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_4.gif") top no-repeat;
}
#globalnavigation ul li#menu_4 a:focus,
#globalnavigation ul li#menu_4 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_4.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_5 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_5.gif") top no-repeat;
}
#globalnavigation ul li#menu_5 a:focus,
#globalnavigation ul li#menu_5 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_5.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_6 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_6.gif") top no-repeat;
}
#globalnavigation ul li#menu_6 a:focus,
#globalnavigation ul li#menu_6 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_6.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_7 a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_7.gif") top no-repeat;
}
#globalnavigation ul li#menu_7 a:focus,
#globalnavigation ul li#menu_7 a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_7.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_1_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_1.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_2_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_2.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_3_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_3.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_4_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_4.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_5_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_5.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_6_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_6.gif") bottom no-repeat;
}
#globalnavigation ul li#menu_7_active a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	background: url("../img/menu_7.gif") bottom no-repeat;
}
#globalnavigation ul li a span {
	display: none;
}
#globalnavigation ul li {
	line-height: 0;
}
/* Content
-------------------------------------------------------------- */
#content p {
	padding-top: 10px;
}
#content p img {
	margin: auto;
}
#content p span#info {
	font-size: 135%;
	text-align: center;
}
#content_inner {
	padding: 5px 15px 5px 15px;
	width: 700px;
}
div.inner {
	margin-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 110%;
}
div.inner h2 {
	display: none;
}
div.subject {
	text-align: left;
	line-height: 1.2;
	font-size: 110%;
}
div.subject h2 {
	display: none;
}
div.float p {
	float: left;
}
div.float-right p {
	float: right;
}
div.spacer {
	clear: both;
}
a.link {
	padding-left: 15px;
	background: url("../img/link_icon.gif") no-repeat left;
}
p.indent {
	text-indent: 0.8em;
	font-size: 110%;
}
table.program {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 690px;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-collapse: collapse;
}
table.program tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
td.time {
	background: #C0C0C0;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
td.time2 {
	background: #C0C0C0;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #C0C0C0;
}
td.theme {
	background: #F0F0F0;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
td.theme2 {
	color: #0098D0;
	background: #F0F0F0;
	border-right: solid 1px #F0F0F0;
	border-bottom: solid 1px #FFFFFF;
}
#primary {
	float: left;
	width: 480px;
}
#secondery {
	float: right;
	width: 200px;
}
div.side_menu {
	margin-top: 20px;
	padding: 8px;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	background: #8080FE;
}
div.side_list ul li {
	border-left: solid 1px #D3D3FE;
	border-right: solid 1px #D3D3FE;
	border-bottom: solid 1px #D3D3FE;
	padding: 8px;
	font-size: 100%;
	text-align: left;
}
div.side_list ul li#active {
	border-left: solid 1px #D3D3FE;
	border-right: solid 1px #D3D3FE;
	border-bottom: solid 1px #D3D3FE;
	padding: 8px;
	font-size: 100%;
	text-align: left;
	color: #FFFFFF;
	background: #EAEAFE;
}
div.side_list ul li a {
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
	background: url('../img/link_off.gif') left top no-repeat;
	line-height: 1.4;
}
div.side_list ul li a:hover,
div.side_list ul li a:focus {
	padding-left: 15px;
	text-decoration: underline;
	background: url('../img/link_on.gif') left top no-repeat;
}
div.side_list ul li#active a {
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
	background: url('../img/link_on.gif') left top no-repeat;
}
div.side_list ul li#active a:hover,
div.side_list ul li#active a:focus {
	padding-left: 15px;
	text-decoration: underline;
	background: url('../img/link_on.gif') left top no-repeat;
}
li.title {
	color: #FFFFFF;
	font-weight: bold;
	background: #B0B0FE;
}
img.report {
	margin: auto;
}
p.report {
	width: 470px;
	line-height: 1.4;
	font-size: 110%;
	text-align: left;
}
div.panel {
	clear:both;
	padding-top: 10px;
}
div.col1 {
	float: left;
	width: 40px;
	font-size: 110%;
	line-height: 1.3;
}
div.col2 {
	float: left;
	width: 410px;
	font-size: 110%;
	line-height: 1.3;
}
/* floatバグ対策 */
#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#content_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* Footer
-------------------------------------------------------------- */
#utilitynavigation_outer {
	width: 760px;
	margin-bottom: 5px;
	background: #FAFAFA;
	border-bottom: solid 3px #C3C3C3;
}
#utilitynavigation {
	width: 600px;
	margin: auto;
	padding : 5px 0px 5px 0px;
	line-height: 1.2;
}
#utilitynavigation ul li {
	float: left;
	padding-left: 10px;
	background: url("../img/utilitynavigation_link.gif") left no-repeat;
}
#utilitynavigation ul li a {
	text-decoration: none;
}
#utilitynavigation ul li a:focus,
#utilitynavigation ul li a:hover {
	color: #D50000;
	text-decoration: underline;
}
/* floatバグ対策 */
#utilitynavigation:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#footer_inner {
	clear: both;
	width: 760px;
}
#footertext {
	float: left;
	text-align: left;
	line-height: 1.2;
	color: #333333;
}
#copyright {
	float: left;
	width: 420px;
	padding-left: 10px;
	text-align: left;
}
#copyright p {
	padding-bottom: 5px;
	font-size: 100%;
}
#footer_banner {
	float: right;
	padding-right: 5px;
	border: none;
}
