/*====================三菱伸銅株式会社 WEB SITE CSS====================*/


#col-f {
	width: 290px;
	float: left;
}

/*↓第3ランクカテゴリータイトル（テキスト）*/
#col-f h4 {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	width: 282px;
	background-color: #666666;
	padding: 4px;
	letter-spacing: 0.1em;
	border-top: 1px solid #ffffff;
	border-top-color: #ffffff;
}

/*↓第4ランクカテゴリータイトル（テキスト）*/
#col-f h2 {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
	width: 282px;
	background-color: #e5e5e5;
	padding: 4px;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ffffff;
}

/*↓キャプション*/
#col-f h3 {
	font-size: 70%;
	line-height: 1.1em;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 12px;
}

/*コンテンツ内の大きなボタン*/
.table-btn-a {
	border: 1px solid #333333;
	margin-bottom: 5px;
	
}
.td-btn-c {
	font-size: 70%;
	line-height: 1.1em;
	color: #666666;
	height: 26px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
}


/*------------------↓本文コラム内指定（右側）---------------------*/
/*↓base.css「col-b」を使用*/



/*------------------↓本文コラム内指定（全体）---------------------*/
/*↓本文エリアボックス指定*/
#contents-03 {
width: 601px;
padding-top: 59px;
padding-left: 0px;/*←本文エリアを0pxで左詰に*/
}

/*↓第1ランクカテゴリータイトル（テキスト）*/
#contents-03 h5 {
	font-size: 115%;
	line-height: 1.2em;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	width: 594px;
	background-color: #6666ff;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*↓第2ランクカテゴリータイトル（テキスト）*/
#contents-03 h1 {
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	width: 593px;
	padding: 4px;
	background-color: #000099;
}

/*ページ先頭にもどるボタン*/
#contents-03-top {
	width: 760px;
	text-align: right;
	padding-top: 42px;
	vertical-align: bottom;
}