/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 0.96em;
	font-weight: normal;
	text-decoration: none;
}
#page {
	width: 700px;
}
#header {
	background-color: #FFF4D6;
	background-image : url(../news/header_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aacb;
	width: 700px;
}
.headerTop {
	background-image : url(../news/header_title_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 700px;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#header .buttonIndex {
	float: left;
	width: 220px;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	height: 35px;
}


#header #mainMenu {
	margin-left: 250px;
	padding-top: 15px;
	z-index: 100;
}
#header #mainMenu .mainMenuItem {
	text-align: center;
}
#header #mainMenu .mainMenuItem a {
	text-decoration: none;
	line-height: 28px;
	color: #0B3388;
	height: 28px;
	width: 86px;
	background-image : url(../news/button_imgs.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	display: block;
	text-align: center;
}
#header #mainMenu .mainMenuItem a:hover {
	background-position: right bottom;
	color: #FFFFFF;
}
#header #mainMenu .mainMenuSubItem {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #63BBD5;
	border-right-color: #63BBD5;
	border-bottom-color: #63BBD5;
	border-left-color: #63BBD5;
	font-size: 0.9em;
	line-height: 1.8em;
	display: none;
	position: absolute;
	white-space: nowrap;
	overflow: visible;
	background-color: #E4F2F8;
}
#header #mainMenu .mainMenuSubItem a {
display: block;
padding-left: 0.5em;
}
#header #mainMenu .mainMenuSubItem a:hover {
background-color:#FF9900;
color:#FFFFFF;
}

#subMenu1 {
	width: 17em;
	top: 42px;
	left: 260px;
}
#subMenu2 {
	width: 16em;
	top: 42px;
	left: 260px;
}
#subMenu3 {
	width: 12em;
	top: 42px;
	left: 346px;
}

#header #otherMenu {
	clear: left;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#header #otherMenu a {
	font-weight: bold;
	color: #0B3388;
	text-decoration: none;
	line-height: 1.2em;
}
#header #otherMenu a:hover {
	color: #FF9900;
}
.headerTop #otherMenu {
	display: none;
}
#backHome {
	background-color: #00aacb;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1em;
	display: block;
	width: 4em;
	text-align: center;
	float: right;
	padding: 2px;
}
#backHome:hover {
	color: #EC4E5C;
	background-color: #FF9900;
}

#linkBlock {
	text-align: center;
}
#links {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#links .linksItem {
	line-height: 25px;
	text-decoration: none;
}
#links a {
	height: 25px;
	width: 120px;
	background-image : url(../news/button_imgs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	color: #EC4E5C;
	text-align: center;
}
#links a:hover {
	background-position: right top;
	color: #FFFFFF;
}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #bddeeb;
	margin-top: 10px;
	padding: 5px;
	clear: both;
	font-size: 0.9em;
}
.accesses .branch1C {
	display: block;
	text-align: center;
	padding: 3px;
	background-color: #cee6f0;
	margin-bottom: 3px;
	line-height: 1.5em;
}
.accesses .branch2C {
	line-height: 1.5em;
	background-color: #CEE6F0;
	width: 198px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}

#footer .contact {
	float: right;
	font-weight: bold;
	color: #0b3388;
	font-size: 0.9em;
	padding: 3px;
	border: 2px solid #0B3388;
	line-height: 1em;
	text-decoration: none;
}
#footer .contact:hover {
	color: #FFFFFF;
	background-color: #0b3388;
}
.clear {
	clear: both;
	margin: 10px;
}
#body {
	padding: 10px;
}
h1,h2,h3,h4,h5,h6 {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	visibility: visible;
	font-weight: bold;
}
.profile {
	width: 240px;
	float: right;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.85em;
	line-height: 1.2em;
	background-color: #FFFFFF;
	letter-spacing: -0.05em;
}
.profile .name {
	font-size: 1.1em;
	line-height: 1.8em;
}


ul {
	padding-left: 2em;
	margin-bottom: 10px;
}
li {
	list-style-position: outside;
	margin-bottom: 0.5em;
	list-style-type: none;
	list-style-image : url(../news/list_bullet.gif);
}
.topMenu li {
	list-style-image : url(../news/top_list_bullet.gif);
}
.midashi {
	margin-bottom: 0.5em;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	clear: none;
	text-align: justify;
	margin-bottom: 2em;
}
a {
	font-size: 1em;
}
a:link {
	color:#0C6DC7;
}
a:visited {
	color:#0C6DC7;
}
a:hover {
	color: #EC4E5C;
	text-decoration: underline;
}
a:active {
	color:#0C6DC7;
}

.midashi1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0B3388;
	padding-top: 28px;
	padding-left: 50px;
	background-image : url(../news/midashi1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5A4ECD;
	line-height: 1em;
	display: block;
	padding-bottom: 5px;
}
.midashi2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	background-image : url(../news/midashi2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 42px;
	display: block;
}
.midashi2access {
	font-size: 1.15em;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	background-image : url(../news/midashi2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 42px;
	display: block;
}
.midashi3 {
	font-size: 1.1em;
	color: #333333;
	padding-left: 16px;
	background-image : url(../news/midashi3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	padding-bottom: 5px;
}
.midashi3mini {
	font-size: 1em;
	color: #333333;
	padding-left: 20px;
	background-image : url(../news/midashi3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 2em;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
.midashi3new {
	font-size: 1.1em;
	color: #333333;
	padding-left: 30px;
	background-image : url(../news/midashi3_bg_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6BCB8;
	padding-bottom: 5px;
}
.midashi3ex {
	font-size: 1.1em;
	color: #333333;
	padding-left: 16px;
	background-image : url(../news/midashi3_bg_ex.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6BCB8;
	padding-bottom: 5px;
}
.midashi4 {
	line-height: 1em;
	background-image : url(../news/midashi4_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 50px;
	padding-left: 10px;
	height: 24px;
	white-space: normal;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.midashi5 {
	font-size: 1.1em;
	color: #0066CC;
	line-height: 1.2em;
}
.midashi6 {
	color: #ED796F;
	margin-top: 0px;
}



.honbun {
	padding-left: 60px;
	line-height: 1.6em;
	padding-right: 20px;
	color: #333333;
	clear: none;
	font-size: 1.05em;
}
.topTitle {
	margin-bottom: 10px;
}
.topImage {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	width: 350px;
	clear: right;
}


.notice {
	color: #CC0000;
	font-size: 1em;
}
.center {
	text-align: center;
	display: block;
}
#videoBlock {
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.2em;
}
#videoBlock object {
}
#activityHeader {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBDCDE;
}

#activityBlock {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.05em;
}

.activity {
	background-image : url(../news/button_imgs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 120px;
	text-align: center;
	line-height: 25px;
	color: #EC4E5C;
}
.name {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}
.fromMessage {
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #FDEFEE;
	border: 1px dotted #EC4E5C;
	padding: 5px;
	line-height: 1.6em;
}
.fromMessage .header {
	color: #FFFFFF;
	background-color: #EC4E5C;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}
.fromMessage .answer {
	line-height: 1.2em;
	background-color: #F8CBC6;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.photoBlock {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	font-size: 0.85em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.zoom {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}
.blue {
	color: #2B4C96;
}
.bold {
	font-weight: bold;
}
.affair {
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EC6D74;
}
.affair dt {
	font-weight: bold;
	color: #0D3287;
}
.accessLink {
	color: #333333;
	margin: 19px;
	float: left;
	clear: none;
}
.accessLink img {
	width: 160px;
}
.historyPhoto {
	float: left;
	width: 270px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	line-height: 1.4em;
}
.historyPhoto .name {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #333333;
	padding-left: 5px;
}
.contactBlock {
	color: #333333;
	border: 1px solid #63BBD5;
	margin: 5px;
	padding: 5px;
	display: block;
	background-color: #DFEFF5;
}
.contactBlock th {
	background-color: #EC4E5C;
	color: #FFFFFF;
	font-weight: bold;
}
.contactBlock td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.contactBlock2 {
	color: #333333;
	border: 1px solid #63BBD5;
	margin: 5px;
	padding: 5px;
	display: block;
	background-color: #DFEFF5;
}
.contactBlock2 th {
	background-color: #EC4E5C;
	color: #FFFFFF;
	font-weight: bold;
}
.contactBlock2 td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.number {
	text-align: right;
}

.left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.site {
	margin-bottom: 30px;
}
.site p {
	margin-left: 2em;
}

.site .title {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EA6866;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
	left: -2em;
}
.explainList {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 1px;
	width: 100%;
background-color: #E8AEB4;
}
.explainList .title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC4E5C;
	text-align: center;
}
.explainList tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8AEB4;
}
.explainList th {
	background-color: #CCCCCC;
	font-size: 1.05em;
}
.explainList td {
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 1.05em;
}
.traffic {
	background-image : url(../news/access_traffic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	border-top-style: dotted;
	border-top-color: #63BBD5;
	float: right;
	width: 340px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.address {
	background-image : url(../news/access_address.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	border-top-style: dotted;
	border-top-color: #63BBD5;
	clear: right;
	float: right;
	width: 340px;
	margin-bottom: 20px;
	padding-top: 40px;
}
.backLink {
	display: block;
	float: right;
	margin-top: 10px;
	clear: both;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #BDDEEB;
	padding-right: 3px;
	font-size: 1em;
	line-height: 1.1em;
	height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDDEEB;
	padding-bottom: 2px;
}
.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0.3em;
	font-size: 1.1em;
	white-space: nowrap;
}
em {
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9966;
	font-style: normal;
	color: #660000;
}
.topMenu {
	float: left;
	width: 225px;
}
#topMenus {
	padding: 0px;
	margin-top: 20px;
}
.contents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aacb;
}
.contents .title {
	margin-bottom: 10px;
}

.contents a {
	display: block;
	background-image : url(../news/top_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00aacb;
}
.contents ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contents li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00aacb;
}
.accesses .accessTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aacb;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#page #body #mainImage {
	margin-bottom: 10px;
}
.accesses #accessTable {
	width: 100%;
}
.accesses #accessTable td a {
	font-size: 1.1em;
	line-height: 1.7em;
	background-color: #BFE5F9;
	text-align: center;
	display: block;
	color: #333333;
}
.accesses #accessTable a:hover {
	color: #FFFFCC;
	background-color: #4653A2;
}
.historyTable {
	margin-left: 2em;
	display: block;
	width: 90%;
}
.historyTable td {
	padding-right: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: baseline;
	line-height: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.historyTable th {
	text-align: left;
	width: 10em;
	font-weight: normal;
	vertical-align: baseline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.movieInfo {
	clear: left;
	margin-bottom: 10px;
}
.movieInfo .movieImage {
	float: left;
	margin-right: 10px;
}
.movieInfo .movieTitle {
	font-size: 1.5em;
	color: #003366;
	line-height: 2em;
	font-weight: bold;
}
.movieInfo .movieComment {
	line-height: 1.2em;
	padding: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B7C6F7;
	margin-top: 5px;
}
ol {
	margin-left: 2em;
}
ol li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.3em;
}
.guideComment {
	border: 4px dotted #FF9900;
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 20px;
}
.underConstruction {
	line-height: 2em;
	border: 3px dashed #666666;
	background-color: #FFFFCC;
	text-align: center;
	letter-spacing: 1em;
}
.outerLink {
	background-image : url(../news/newwindow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.contactTable {
	background-color: #DFEFF5;
	border: 1px solid #63BBD5;
}
.contactTable th {
	font-size: 1em;
	text-align: left;
}
.contactTable td {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#linkPage a {
	margin-left: 2em;
}
.noticeBlock {
	padding: 10px;
	background-color: #F0f0f0;
	border: 1px solid #9EB0FA;
	margin: 10px;
	line-height: 1.2em;
}
.pdfLink {
	background-image : url(../news/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	line-height:2em;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
.supporterPhoto {
	float: none;
	margin: 10px;
}
.companies {
	width: 295px;
}
.companies td {
	font-size: 0.8em;
	padding: 3px;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
}
.companies th {
	background-color: #f0f0f0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 0.9em;
	font-weight: normal;
}
.table {
	border: 1px solid #999999;
}
.table th {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #E9F8FF;
	border: 1px solid #CCCCCC;
}
.table td {
	padding: 5px;
	line-height: 1.2em;
	border: 1px solid #CCCCCC;
}
.indent {
	padding-left: 1em;
}
.selectors {
	text-align: right;
}
.selectors a {
	line-height: 24px;
	background-image : url(../news/selectorBg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	width: 74px;
	text-align: center;
}
.fontWeightClr {
	font-weight: normal;
}
#news {
	background-image : url(../news/news_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
	padding-top: 20px;
	padding-left: 140px;
	font-size: 1em;
	line-height: 1.1em;
	left: -10px;
	width: 530px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#news th {
	padding-left: 40px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
}
#news th.new {
	background-image : url(../news/news_new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#news td {
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
}

