﻿@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: #A046FF;}
a:hover {color:#122185;}
a:active {color: #122185;}


/* 全体構成 */

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 */

#container #header {
	background-image: url(../../img/header_bg01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

#container #header #title {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 25px;
}

#container #header h1 {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 25px;
}

#container #header img {
	display: block;
	vertical-align: bottom;
}

#container #header div#other {
	float: right;
	width: 340px;
}

#container #header div#other ul {
	list-style-type: none;
	margin-top: 17px;
	margin-left: 19px;
}

#container #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%;
}

#container #header div#other ul li#last {
	border-right: none;
}

#container #header div#other ul li a {
	color: #09418c;
	text-decoration: none;
}

#container #header div#other ul li a:hover {
	color: #0a70c6;
	text-decoration: underline;
}

#container #header div#other dl {
	clear: both;
	margin-top: 14px;
	margin-left: 35px;
}

#container #header div#other dl dt {
	float: left;
	width: 72px;
}

#container #header div#other dl dt img {
	display: block;
}

#container #header div#other dl dd#text-area {
	float: left;
	width: 198px;
}

#container #header div#other dl dd#text-area input.text {
	display: block;
	width: 186px;
	height: 18px;
	font-size: 12px;
}

#container #header div#other dl dd#btn-area {
	float: left;
	width: 22px;
}

#container #header div#other dl dd#btn-area input.btn {
	display: block;
}

*html #container #header div#other dl dd input.btn {
	margin-top: 1px;
}

*:first-child+html #container #header div#other dl dd input.btn {
	margin-top: 1px;
}

*#container #header #title {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right:0px;
	display:block;
	vertical-align:bottom;
}



#container #header #kensaku {
	clear: both;
	margin-top: 14px;
	margin-left: 10px;
}

#container #header #other #text {
	float: left;
	width: 72px;
}

#container #header #other  img {
	display: block;
	margin:0;
}

#container #header #other #text-area {
	float: left;
	width: 198px;
	margin:0;
}

#container #header #other #text-area input.text {
	display: block;
	width: 186px;
	height: 18px;
	font-size: 12px;
}

#container #header #other #btn-area {
	margin-left:10px;
	float: left;
	display:block
}

#container #header #other #btn-area input.btn {
	display: block;
}

*html #container #header #other input.btn {
	margin-top: 1px;
}

*:first-child+html #container #header #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;
}

#content2 {
	padding: 0 30px;
	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;
}

ul.menu {
	margin:0 -20px 0 10px;
}

.menu li{
	list-style:none;
	width:270px;
	float:left;
	background-color: #e4edfc;
	border: #999 solid 1px;
	margin-right:20px;
	margin-top: 15px;
	padding:7px;
	line-height: 1.4;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #666;
}
* html .menu li  { width:265px; }

ul.menu2 {
	width:600px;
	margin:30px 0 0 10px;
	
}

.menu2 li{
	margin-bottom:20px;
	list-style:none;
	background-color: #e4edfc;
	border: #999 solid 1px;
	padding:7px;
	line-height: 1.4;
	letter-spacing:0.5px;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
}
/*
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;
}

#container #main div#content table.none {
	margin: 0px 0 0 10px;
	border: 0px;
}

#container #main div#content 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;
}

#container #main div#content table.none th a {
	text-decoration: underline;
}

#container #main div#content #main table.none th a:hover {
	text-decoration: none;
}

#container #main div#content table.none td {
	padding: 0px;
	border: 0px;
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
}

#container #main div#content table.none td a {
	text-decoration: underline;
}

#container #main div#content 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;
}


#gal ul{
	margin-left:10px;
	padding:0px;
	overflow:hidden;
	width:600px;
}
#gal li{
	list-style:none;
	display:inline;
	white-space: nowrap;
	display:inline;
	margin-right:10px;
	*margin-right:6px;
	margin-left:0px;
	margin-bottom:20px;
	padding:0px;
	line-height:0;
	float:left;

}
/* 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;
}

#container #main #content div div .center.bold .red {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.clear{clear:both;}
.bold{font-weight:bold;}

#container #main div#content table {
	margin: 20px 0 0 10px;
	border: 1px solid #999;
}

#container #main div#content table 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;
	text-align:center;
}

#container #main div#content table th a {
	text-decoration: underline;
}

#container #main div#content table th a:hover {
	text-decoration: none;
}

#container #main div#content table td {
	padding: 8px;
	border: 1px solid #999;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 75%;
	color: #666;
}

#container #main div#content table td a {
	text-decoration: underline;
}

#container #main div#content table td a:hover {
	text-decoration: none;
}


