@charset "Shift_JIS";

/*リンクスタイル設定*/
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	text-decoration: underline;
}

/*BODY設定*/
body	{
	background-image:url(../img/bg_ground.gif);
	background-repeat:	repeat-x;
	font-size:	12px;
	color:#333333;
}

/*テキスト設定*/
.text10 {
	font-size: 10px;
	line-height: 15px;
}

p.text10 {
	text-indent: 1em;
	font-size: 10px;
	line-height: 15px;
	margin: 4px 0px 4px 0px;
}

.text11 {
	font-size: 11px;
	line-height: 16px;
}

.text12 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

p.text12 {
	text-indent: 1em;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

.text14{
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
}

/*ブロック要素インライン設定*/
.inline {
	display: inline;
	}

/*タイトル画像マージン設定*/
.title {
	margin: 0px 0px 8px 0px;
	padding;: 0px;
	border-bottom:	1px solid #999999;
}

/*サブタイトル設定*/
.subtitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	border-left: 8px solid #AAAAAA;
	border-bottom: 1px solid #999999;
	margin: 8px 0px 8px 0px;
}
/*ミニタイトル設定*/
.minititle {
	font-size: 12px;
	font-wight: bold;
	border-bottom: 1px solid #999999;
	margin: 16px 0px 0px 0px;
}

/*トップページIFRAME設定*/
.frameborder{
	border-right:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	border-left:	1px solid #AAAAAA;
	}
	
/*フッター設定*/
#footer {
	font-size:10px;
	color:	#666666;
	}
	
#footer a {
	font-size:	10px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	font-size:	10px;
	color: #0033CC;
	text-decoration: underline;
}

/*ローカルナビ背景設定*/
.lnavi {
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	background-image: url(../corp/img/lnavi_bg.gif);
	background-repeat:repeat-y;
}

/*パン屑ナビゲーション*/
#crumbnavi {
	display:block;
	margin: 4px 0px 8px 0px;
	font-size: 10px;
}

/*組織図設定*/
.structure {
	font-size: 12px;
	background-image: url(../corp/img/strc_base.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	width: 104px;
}

.vr {
	background-image: url(../corp/img/strc_line_vr.gif);
	background-repeat: y-repeat;
}

/*ENGLISH組織図設定*/
.structureE {
	font-size: 10px;
	background-image: url(../corp_e/img/strc_base_e.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 12px;
	vertical-align: middle;
	height: 44px;
	width: 128px;
}