@charset "EUC-JP";

/* ############################################################

	Common Header CSS
	Last Up Date: 2007.08.29
	Author: takeshi.ota

############################################################ */

/* ↓↓↓既存のスタイルシートに追記する際にはここより下をコピーする↓↓↓ */

/* ------------------------------------------------------------

Global Navigation

------------------------------------------------------------ */

/* margin padding リセット */
#grpheader div,
#grpheader dl,
#grpheader dt,
#grpheader dd,
#grpheader ul,
#grpheader ol,
#grpheader li,
#grpheader h1,
#grpheader form,
#grpheader p {
	margin: 0;
	padding: 0;
}

/* ヘッダ全体枠 */
div#grpheader {
	margin-bottom:10px;
	text-align: left; /* for Quirks Mode */
}

/* タグライン */
#tagLine {
	line-height: 1.1;
	color: #999999;
	font-size: 82%;
	text-align: right;
	font-weight:normal;
}

/* サイトID */
p#siteID {
	float: left;
	width: 272px; /* ←サイトID幅＋サービスタイトル幅＋マージンの合計値を入れる */
	height: 52px;
}

p#siteID img.serviceLogo {
	margin-right: 5px;
	margin-left: 5px;
}

p#siteID img.serviceTitle {
	margin-left: 10px;
	margin-bottom: 13px;
}

p#siteID img.serviceImage {
	margin-left: 10px;
	margin-bottom: 5px;
}

/* グループ回遊＆ユーティリティ */
dl#remoteNav dd.grpRelation ul {
	float: right;
	padding-top: 6px;
}

dl#remoteNav dd.siteUtility {
	clear: right;
}

dl#remoteNav dd.siteUtility ul {
	float: right;
	padding-top: 6px;
}

dl#remoteNav dd.grpRelation ul li,
dl#remoteNav dd.siteUtility ul li {
	float: left;
	line-height: 1.1;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #000000;
	list-style-type: none;
	font-size: 82%;
}

dl#remoteNav dd.grpRelation ul li.grpHome,
dl#remoteNav dd.siteUtility ul li.last {
	padding-right: 0;
	border: none;
}

dl#remoteNav dd.grpRelation ul li.grpHome {
	font-weight: bold;
}

dl#remoteNav dd.grpRelation ul li a,
dl#remoteNav dd.siteUtility ul li a {
	white-space: nowrap;
}

/* セクションメニュー */
dl#sectionNav {
	clear: both;
	width: 100%;
	height: 29px;
	background: url("/images/header/tab_line.gif") repeat-x bottom;
}

dl#sectionNav dd.menuList {
	float: left;
	width: 744px; /* ←タブ幅＋タブ間マージンの合計値を入れる */
	line-height: 0;
	font-size: 0;
}

dl#sectionNav dd.menuList ul li {
	display: inline;
	margin-right: 2px;
	list-style-type: none;
}

dl#sectionNav dd.menuList ul li img{
	margin-bottom: 4px;
}

dl#sectionNav dd.menuList ul li.current img{
	margin-bottom: 0;
}

/* セクション拡張エリア */
dl#sectionNav dd.expansionArea {
	position: relative;
	height: 29px;
	line-height: 1;
	margin-left: 744px; /* ←タブ幅＋タブ間マージンの合計値を入れる */
	font-size: 82%;
}

dl#sectionNav dd.expansionArea p {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin-right: -10px;
}

/* サブセクションメニュー */
dl#subSectionNav {
	clear: both;
	position: relative;
	width: 100%;
	padding: 5px 0 7px;
	background-color: #3BA49B; /* ←メニューの背景色を指定する */
}

/* Start clearfix ------------------------------ */

dl#subSectionNav:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

dl#subSectionNav { display: inline-block; }

/* Hides from IE-mac \*/
	* html dl#subSectionNav { height: 1%; }
	dl#subSectionNav { display: block; }
/* End hide from IE-mac */

/* -------------------------------- end clearfix */

dl#subSectionNav dd.menuList {
	line-height: 1.1;
	padding-left: 1px;
	font-size: 82%;
}

dl#subSectionNav dd.menuList ul li {
	display: inline; /* for Quirks Mode */
	float: left;
	margin-left: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #ffffff;
	list-style-type: none;
	color: #ffffff;
}
dl#subSectionNav dd.menuList ul li.other,
dl#subSectionNav dd.menuList ul li.other2 {
	padding-right: 0;
	margin-left: 0.3em;
}
dl#subSectionNav dd.menuList ul li.other2 {
	padding-right: 0.4em;
}
dl#subSectionNav dd.menuList ul li.first {
	margin-left: 0.5em;
}
dl#subSectionNav dd.menuList ul li.other,
dl#subSectionNav dd.menuList ul li.last {
	border: none;
}
dl#subSectionNav dd.menuList ul li a {
	color: #ffffff;
	white-space: nowrap;
}
dl#subSectionNav dd.menuList ul li.other a,
dl#subSectionNav dd.menuList ul li.other2 a {
	margin-right: 0.3em;
}
dl#subSectionNav dd.menuList ul li.current {
	font-weight: bold;
}

/* サブセクション拡張エリア */
dl#subSectionNav dd.expansionArea {
	display: inline; /* for Quirks Mode */
	float: right;
	width: 11em; /* ←拡張メニューの文字数以上の値をemで指定する */
	line-height: 1.1;
	margin-right: 0.5em;
	font-size: 82%;
	text-align: right;
}

dl#subSectionNav dd.expansionArea p a{
	color: #ffffff;
}

/* パンくずリスト */
dl#topicPath dd {
	clear: both;
	line-height: 1.6;
	padding: 0.25em 0.75em;
	font-size: 82%;
}

/* ヘッダ内定義リストのdtを非視覚化 */

dl#remoteNav dt,
dl#sectionNav dt,
dl#subSectionNav dt,
dl#topicPath dt {
	position: absolute;
	left: -9999px;
	width: 100px;
	height: 0;
}

/* ヘッダ内画像のborderを消す */
p#siteID img,
dl#sectionNav img,
dl#subSectionNav img {
	border: none;
}

/* アクセシビリティ対応 */
div#grpheader p.noCSS {
	display: none;
}

div#grpheader ul.navSkip {
	position: absolute;
	left: -9999px;
	width: 100px;
	height: 0;
}



#br{
	margin-bottom: 15px;
	margin-top: 10px;
	background: url("/images/share/bar_bg_left.gif") no-repeat;
}

#br p{
	background: url("/images/share/bar_bg_right.gif") no-repeat top right;
	text-align: center;
	margin:0;
}

#br img{
	border:0;
}


div,dl,dt,dd,ul,ol,li,h1,h2,form,p{
	margin: 0;
	padding: 0;
}

body{	margin:10px;padding:0px;}

a:link{color:#1C3F88;}
a:visited{color:#800080;}
a:hover{color:#CE6500;}

img{	border:0px;}

#dynamicElement {
	display:none !important;
}