/***======================================
0905〜
コムネットHP　theme_suppo01
			　会社案内設定
======================================***/

/*** ★読み込み
-------------------------------------------------------------------------------- ***/
@import url(../../common.css);
@import url(../../modules.css);
@import url(../../layouts/twoColumnRight.css);
@import url(suppo01.css);

/*** ★コーナー内移動リンク部分
-------------------------------------------------------------------------------- ***/
#cornertitleArea h2 {
	height: 64px;
	background: url(../../../../company/corner_t.jpg) no-repeat;
}
#cornerLink {
	background: url(../../../../company/cornerlink_bg.jpg) no-repeat;
	border-bottom: solid 1px #A8D7EA;
}


#mainArea {
	margin-top: 40px;
}

/*** ★タイトルブロック
-------------------------------------------------------------------------------- ***/
.t {
	margin-bottom: 20px;
	padding: 2px 0px;
	text-align: left;
	border-top: solid 1px #07369C;
	border-bottom: solid 1px #07369C;
	color: #333333;
}

h3 {
	margin: 0px 0px 20px;	
	font-size: 12px;
	color: #333333;
}

/*** ★本文設定
-------------------------------------------------------------------------------- ***/
p {
	margin: 0px 0px 15px;
	font-size: 12px;
	line-height: 180%;
}

/*** ★概要＆沿革の設定
-------------------------------------------------------------------------------- ***/
.item {
	margin: 0px;
	font-size: 12px;
	line-height: 135%;
}
.item dl {
	margin: 0px;
}
.item dt {
	padding-bottom: 2px;
	border-bottom: dotted 1px #CCCCCC;	
}
.item dd {
	margin: 2px 0px 12px 3.5em;
}

/*** ★地図リンク設定
-------------------------------------------------------------------------------- ***/
.map {
	margin-left: 1em;
	border: solid 1px #666666;
	color: #666666;
	padding: 1px;
}
.map a {
	color: #666666;
	text-decoration: none;
}
