@charset "utf-8";


/*
	base id [#headSec] >>  design.css
*/

/* headSec 

#headSec {
	width: 100%;
	height: 58px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color:#08107B;
}

#headSec #globalnaviBlock {
	float: none;
	width: auto;
	height: 58px;
	margin: 0px 15px 0px 14px;
	background-image: url(/en/image/common/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#headSec #globalnaviBlock p#logo {
	margin: 16px 0px 0px 0px;
}*/


/* bodySec */

#bodySec {
	width: 600px;
	margin: 0px;
}

#bodySec #maincontentsBlock {
/*	margin: auto;*/
	padding: 0px 13px;
	width: 600px;
}

/* マージンが不要の場合は下位のcssでmargin: 0px 0px 25px 0px; を入れてください*/
div#maincontentsArea {
	margin: 0px 0px 25px 15px;
/*	text-align: center;*/
}

/* popup /en/css/individual/corc/corc.cssから移植 */
div.blanktitle {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 4px 0px;
	background-image: url(/en/corc/csr/image/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.blanktitle h1 {
	padding: 5px 5px 5px 7px;
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	border-left: 6px solid #08107B;
}

div#maincontentsArea p.subtitle {
	padding: 0px 0px 3px 0px;
	font-size: 70%;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
}

div#maincontentsArea img {
	display: block;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

/*地図のタイトル画像用*/
div#maincontentsArea table td img {
	margin:0px;
	padding:5px 0px 3px 0px;
	text-align:left;
}

div#maincontentsArea p.text {
	font-size: 70%;
	line-height: 140%;
	text-align: left;
}

div#maincontentsArea p.note {
	margin: 15px 0px 25px 0px;
	padding: 5px 0px;
	font-size: 65%;
	line-height: 140%;
	text-align: left;
	border-top : 1px Solid #CCCCCC;
	border-bottom : 1px Solid #CCCCCC;
}

p.img {
	margin: 0px 0px 10px 0px;
}

p.img2 {
	margin: 10px 0px 10px 0px;
}
/* popup /en/css/individual/corc/corc.cssから移植ここまで */


/* h1の下に見出し画像が入る場合 */
div#maincontentsArea div.title img{
	padding:0px;
	margin:0px;
}


/* footSec */
#footSec {
	width: 100%;
	padding: 10px 0px 25px 0px;
	border-top:#B2B2B2 1px solid;
}

#footSec #copyrightBlock {
	width: 99%;
	text-align:right;
	float:none;
}


/* 歩みpopupページのpdfボタンとquicktimeボタンをセンターにする IE6のみ */
table tr td a img {
	display:inline-block;
	*text-align:center!important;
	padding:0px auto;
}



