@charset "utf-8";

/* 
====================================================

	- AMC カラム分け用 950px対応

==================================================== */
/* 2012.01 */
/*
dcr詳細ページ950px化に伴い新規作成
/amc/reference/common/css/amc_950px.css
よりコピー・改変(class・idの変更が必要ないように)
*/

/* ボトムカラム
------------------------------------ */
#bottomColumn { 
	width: 950px;
	background: #FFFFC0;
	height: 100px;
	margin: 0 auto;
}

#container { 
	width: 950px;
	margin: 0 auto;
	zoom: 1;
	text-align: left;
}

#leftColumnAsw {
	width: 190px;
	float: left;
	display: inline;
}

#amc01 {
	width: 750px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#mainContent2col {
	width: auto;
}

#amc01 div#headline {
	width: 750px;
	min-height: 59px;
	margin: 0 0 25px 0;
}
#amc01 div#headline td.imgArea {
	width:200px;
	text-align: right;
	padding-left:0px;
	vertical-align: top;
}
#amc01 div#headline td.textArea {
	width:550px;
	vertical-align: top;
}
#amc01 div#headline p {
	margin:0;
	border-top:1px solid #000;
	width:auto;
	padding-top:7px;
}

body#mx #mainContent2col h2 {
	line-height: 100%;
	font-size: 13px !important;
	font-size: 100%;
	width:750px;
	background:url(/common/image/format-ttlbg_950px.gif) no-repeat left top;
	margin: 0 0 0.8em 0;
}

body#mx #mainContent2col h2 span {
	background:url(/common/image/format-ttlbtm_950px.gif) no-repeat left bottom;
	display:block;
	width:100%;
	padding:5px 0 9px 24px;
	_padding:5px 0 5px 24px;
}

/* 	clearFix  */
.clearFix:after,
#container:after { 
	content: ".";
	display: block;
	clear: both; 
	visibility: hidden; 
	height: 0; 
	line-height: 0;
	} 

.clearFix,
#container {
	zoom:1;
	display: inline-block;
	}

.tabNav div {
	background-color: #A1B5D5;
}

.tabNav table div {
	background-color: transparent;
}

table.tableTypeA01 {
	width:730px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #C2C2C2;
}

table.tableTypeA01 th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #C2C2C2;
	background-color: #C5D5EF;
}

table.tableTypeA01 td {
	width:50%;
	font-weight: normal;
	padding: 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #C2C2C2;
	background-color: transparent;
}

table.tableTypeA01 table th,
table.tableTypeA01 table td {
	margin: 0;
	padding: 0;
	border: none;
	width:auto;
}

