﻿@charset "UTF-8";

/* *************************************

タイトル：common.css

概要：共通部分のためのCSSファイル

※現時点では、press.cssと共に
press-sampleで実験のみに使用

作成日：2009年12月08日

***************************************/

/*  初期設定 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

html {
	overflow-y: scroll;
}

.clearfix:after{
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix { height: 1%;}
.clearfix {	display: block;}
/* End hide from IE-mac */


/* リンク設定 */

a:link {color: #0080ff;}
a:visited {color: #0080ff;}
a:hover {color:#122185;}
a:active {color: #0080ff;}


/* 全体構成 */

body {
	background-image: url(../../img/body_bg01.gif);
	background-position: left top;
	background-repeat: repeat;
	background-color: #eaeaea;
	text-align: center;
	color: #666;
}

#container {
	width: 873px;
 	margin: 0 auto;
	background-image: url(../../img/container_bg01.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
}


/* header */

#header {
	background-image: url(../../img/header_bg01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

#header #title {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 25px;
}

#header img {
	display: block;
	vertical-align: bottom;
}

#header div#other {
	float: right;
	width: 348px;
}

#header div#other ul {
	list-style-type: none;
	margin-top: 17px;
	margin-left: 19px;
}

#header div#other ul li {
	display: inline;
	float: left;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 14px;
	border-right: 1px dashed #666;
	background-image: url(../../img/header_icon01.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	line-height: 1.1;
	font-size: 65%;
}

#header div#other ul li#last {
	border-right: none;
}

#header div#other ul li a {
	color: #09418c;
	text-decoration: none;
}

#header div#other ul li a:hover {
	color: #0a70c6;
	text-decoration: underline;
}

#header div #kensaku {
	clear: both;
	margin-top: 14px;
	margin-left: 35px;
	_margin-left:30px;
}



#header div #other img {
	display: block;
}
#header div #text {
	float: left;
	width: 72px;
}
#header div# text-area {
	float: left;
	width: 198px;
}

#header div #text-area input.text {
	float: left;
	width: 180px;
	height: 18px;
	font-size: 12px;
}

#header div #btn-area {
	float: left;
	width: 22px;
	_margin-left: 5px;
}

#header div #btn-area input.btn {
	display: block;
}

*html  #header div#other input.btn {
	margin-top: 1px;
}

*:first-child+html #header div #other input.btn {
	margin-top: 1px;
}


/* navi */

#navi {
	clear: both;
	margin-top: 10px;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 6px;
	background-image: url(../../img/under_nav_bg01.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#global-nav {
	padding-top: 8px;
	background-image: url(../../img/global_nav_bg01.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg {
	background-image: url(../../img/global_nav_bg02_2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #0b408e;
}

#gn-bg table {
	margin: 0 20px;
	text-align: center;
	line-height: 1.1;
	font-size: 88%;
	color: #122185;
	font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

#gn-bg table th {
	padding: 10px 0;
}

#gn-bg table th.use {
	width:144px;
	background-image: url(../../img/global_nav01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.use-over {
	width:144px;
	background-image: url(../../img/global_nav01_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.etc {
	width:90px;
	background-image: url(../../img/global_nav02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.etc-over {
	width:90px;
	background-image: url(../../img/global_nav02_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.waribiki {
	width:95px;
	background-image: url(../../img/global_nav03.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.waribiki-over {
	width:95px;
	background-image: url(../../img/global_nav03_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.kanko {
	width:92px;
	background-image: url(../../img/global_nav04.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.kanko-over {
	width:92px;
	background-image: url(../../img/global_nav04_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.company {
	width:117px;
	background-image: url(../../img/global_nav05.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.company-over {
	width:117px;
	background-image: url(../../img/global_nav05_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.keiyaku {
	width:92px;
	background-image: url(../../img/global_nav06.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.keiyaku-over {
	width:92px;
	background-image: url(../../img/global_nav06_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.technology {
	width:92px;
	background-image: url(../../img/global_nav07.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.technology-over {
	width:92px;
	background-image: url(../../img/global_nav07_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th.event {
	width:109px;
	background-image: url(../../img/global_nav08.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#gn-bg table th.event-over {
	width:109px;
	background-image: url(../../img/global_nav08_over.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4edfc;
}

#gn-bg table th a {
	text-decoration: none;
	color: #fff;
}

#gn-bg table th a:hover {
	text-decoration: none;
	color:#ff0;
}

#gn-e-bg table th a {
	text-decoration: none;
	color: #fff;
}

#gn-e-bg table th a:hover {
	text-decoration: none;
	color:#ff0;
}

#under-nav-bg div#under-nav {
	border-bottom: 1px solid #ccc;
	background-color: #e4edfc;
}

#under-nav ul {
	list-style-type: none;
	margin-left: 29px;
	padding: 4px 0;
}

#under-nav ul li {
	display: inline;
	float: left;
	margin-left: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 12px;
	padding-bottom: 1px;
	border-right: 1px solid #ccc;
	background-image: url(../../img/under_nav_icon01.gif);
	background-position: left 0.4em;
	background-repeat: no-repeat;
	line-height: 1.1;
	white-space: nowrap;
	font-size: 65%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

#under-nav ul li a {
	color: #122185;
	text-decoration: none;
}

#under-nav ul li a:hover {
	color: #0a70c6;
	text-decoration: none;
}





/* main */

#container #main {
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../../img/main_bg01.gif);
	background-position: left top;
	background-repeat: repeat-y;
}



/* content */

#content {
	float: left;
	width: 610px;
	padding-right: 11px;
	padding-left: 20px;
	text-align: left;
}

p#topicpath {
	clear: both;
	margin: 4px 0 0 0;
	text-align: left;
	font-size: 75%;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

p#topicpath a {
	text-decoration: none;
}

p#topicpath a:hover {
	text-decoration: underline;
}

#h1-bg {
	width: 610px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../../img/content_bg_h1_02.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-color: #0646b1;
}

#h1-bg div.bottom-bg {
	background-image: url(../../img/content_bg_h1_03.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#h1-bg div.bottom-bg h1 {
	padding: 8px 8px 6px 22px;
	background-image: url(../../img/content_bg_h1_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.2;
	letter-spacing:1.0px;
	font-size: 125%;
	color: #fff;
}

#h2-bg {
	width: 610px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../../img/content_bg_h2_02.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-color: #d7e6fb;
}

#h2-bg div.bottom-bg {
	background-image: url(../../img/content_bg_h2_03.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#h2-bg div.bottom-bg h2 {
	padding: 7px 8px 6px 12px;
	background-image: url(../../img/content_bg_h2_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.2;
	letter-spacing:1.0px;
	font-size: 100%;
	font-weight: bold;
	color: #0646b1;
}


p.item {
	margin: 20px 0 0 10px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #0646b1;;
	font-weight: bold;
}

/*
p#stop-information-off {
	margin: 20px 0 0 10px;
	padding: 8px;
	border: 1px solid #122185;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 10pt;
	color: #122185;
}

p#stop-information-on {
	margin: 20px 0 0 10px;
	padding: 8px;
	border: 1px solid #ff0000;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 10pt;
	color: #ff0000;
}
*/

ul.common {
	margin: 5px 0 0 10px;
	list-style-type: none;
}

ul.common li {
	padding: 3px 0px 3px 18px;
	border-bottom: none;
	background-image: url(../../img/content_icon01.gif);
	background-position: 4px 0.7em;
	background-repeat: no-repeat;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #666;
}

ul.common li a {
	text-decoration: underline;
}

ul.common li a:hover {
	text-decoration: none;
}


ol.common {
	margin: 10px 0 0 40px;
	list-style-position: outside;
}

ol.common li {
	padding: 0px 0 0px 0px;
	border-bottom: none;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #666;
}

ol.common li a {
	text-decoration: underline;
}

ol.common li a:hover {
	text-decoration: none;
}



/* テーブルスタイル */

table.normal{
	margin: 20px 0 5px 10px;/* 下マージンのみ変更 */
	border: 1px solid #999;
}

table.normal th {
	padding: 8px;
	border: 1px solid #999;
	background-color: #e4edfc;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 75%;
	font-weight: normal;
	color: #666;
}

table.normal th a {
	text-decoration: underline;
}

table.normal th a:hover {
	text-decoration: none;
}

table.normal td {
	padding: 8px;
	border: 1px solid #999;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 75%;
	color: #666;
}

table.normal td a {
	text-decoration: underline;
}

table td.normal a:hover {
	text-decoration: none;
}

table.none {
	margin: 0px 0 0 10px;
	border: 0px;
}

table.none th {
	padding: 0px;
	border: 0px;
	background-color: #e4edfc;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
	text-align: center;
}

table.none th a {
	text-decoration: underline;
}

table.none th a:hover {
	text-decoration: none;
}

table.none td {
	padding: 0px;
	border: 0px;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
}

table.none td a {
	text-decoration: underline;
}

table.none td a:hover {
	text-decoration: none;
}



.pagetop {
	margin-top: 30px;
	padding-bottom: 20px;
	background-image: url(../../img/content_bg_end.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.pagetop p {
	clear: both;
	margin: 0 0 0 519px;
}

.pagetop p img {
	display: block;
	vertical-align: bottom;
}

.pagetop p a {
	outline-width: 0;
}

.common {
	margin: 10px 0 0px 10px;
	line-height: 1.3;
	letter-spacing:1.0px;
	font-size: 10pt;
	color: #666;
}

.common a {
	text-decoration: none;
}

.common a:hover {
	text-decoration: none;
}

.gmaps {
	margin: 20px 0 0px 10px;
}

#line {
	clear: both;
	margin-top: 5px;
	border-top: 1px dashed #abcae7;
}

/* sidemenu */

#sidemenu {
	display: inline;
	float: right;
	width: 200px;
	margin-right: 20px;
}

#sidemenu h2 {
	clear: both;
	margin-top: 5px;
}

#sidemenu h2.mt0 {
	margin-top: 0px;
}

#sidemenu h2 img {
	display: block;
	vertical-align: bottom;
}

#sidemenu div.menu-area {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	text-align: left;
}

#sidemenu div.menu-area p {
	line-height: 1.5;
	letter-spacing: -1.0px;
	font-size: 75%;
	color: #c63;
}

#sidemenu div.menu-area p a {
	color: #f00;
	text-decoration: none;
}

#sidemenu div.menu-area p a:hover {
	color: #f44;
}

#sidemenu div.menu-area p#tsukodome-on {
	padding-left: 34px;
	background-image: url(../../img/sidemenu_icon02.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #ff0000;
	font-size: 10pt;
}

#sidemenu div.menu-area p#tsukodome-off {
	padding-left: 34px;
	background-image: url(../../img/sidemenu_icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666;
	font-size: 10pt;
}

#sidemenu div.menu-area p#tsukodome-off a {
	text-decoration: none;
	color: #0080ff;
}

#sidemenu div.menu-area p#select {
	float: left;
	width: 156px;
}

#sidemenu div.menu-area p#select select {
	width: 148px;
	font-size: 12px;
}

#sidemenu div.menu-area p#btn {
	float: left;
	width: 32px;
}

#sidemenu div.menu-area dt {
	display: inline;
	float: left;
	width: 48px;
	margin-left: 4px;
}

#sidemenu div.menu-area dt img {
	display: block;
	vertical-align: bottom;
}

#sidemenu div.menu-area dd {
	float: left;
	width: 138px;
	line-height: 1.3;
	letter-spacing: 1.0px;
	font-size: 65%;
}

#sidemenu div.menu-area dd a {
	text-decoration: none;
}

#sidemenu div#bnr-area {
	clear: both;
	margin-top: 10px;
	border-top: 1px dashed #abcae7;
}

#sidemenu div#bnr-area p {
	margin-top: 5px;
}

#sidemenu div#bnr-area p.mt10 {
	margin-top: 10px;
}

#sidemenu div#bnr-area p img {
	display: block;
	vertical-align: bottom;
}

#sidemenu div#bnr-area p.pr-bar {
	margin-top: 10px;
}

#sidemenu div#bnr-area p.pr-bnr {
	margin-top: 0px;
}

#sidemenu div.dotted-bg {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidemenu table.none {
	margin: 0px 0 0 0px;
	border: 0px;
}

#sidemenu table.none th {
	padding: 0px;
	border: 0px;
	background-color: #e4edfc;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	text-align: center;
}

#sidemenu table.none th a {
	text-decoration: underline;
}

#sidemenu table.none th a:hover {
	text-decoration: none;
}

#sidemenu table.none td {
	padding: 0px;
	border: 0px;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 8pt;
	font-weight: normal;
	color: #666;
}

#sidemenu table.none td a {
	text-decoration: underline;
}

#sidemenu table.none td a:hover {
	text-decoration: none;
}


/* footer */

#footer {
	clear: both;
}

#footer ul {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 9px;
}

#footer ul li {
	display: inline;
	float: left;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right: 1px solid #064aba;
	line-height: 1.1;
	font-size: 65%;
}

#footer ul li a {
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer div#copyright {
	clear: both;
	margin-top: 8px;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 3px;
	border-top: 1px solid #122185;
	background-image: url(../../img/footer_bg01.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #0341b4;
	text-align: left;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

#footer div#copyright p {
	margin-left: 18px;
	line-height: 1.5;
	font-size: 65%;
	color: #fff;
}

#footer div#copyright p#company-name {
	margin-top: 2px;
}

