/* CSS Document */
@import url("common.css");

/************************************/
/** ネットワーク構築マネージメント **/
/************************************/

h1{
	width: 710px;
	font-size : 1.2em;
	font-weight : 700;
	color : #ffffff;
	border-bottom: 1px solid #8080FF;
	background-color: #BAA7FC;
	padding: 3px 0;
}



.article {
	width: 710px;
	height : 230px;			/* Addition 2008.09.06	*/
	margin : 20px auto 10px;
	margin-bottom: 3em;
	padding-bottom : 1em;
	border : 1px solid #BAA7FC;
}

.test{
	width : 710px;
}

.article p {
	font-size : 1.1em;
	font-weight : 500;
	background-color: #efefef;
	padding : 2px 1em;
	border-bottom:1px solid #BAA7FC;
}

.article dl{
	float: left;
	width : 440px;
	margin : 10px;
}

.article dt{
	margin-left: 10px;
}

.article dd{
	margin-left: 50px;
}

.banner {
	float: left;
	padding-top: 10px;
}

.article ul{
	width : 100%;
	margin : 10px 0;
}

.article li{
	margin-left: 50px;
}

.article p.bold {
	border-bottom:none;
	font-size:1.1em;
	font-weight: 600;
	background-color: #ffffff;
}

.article p.link{
	border-bottom:none;
	background-color: #ffffff;
	width: 650px;
	text-align: right;
}

.article p.link a{
	color:#FF0000;
/*	font-size:1.1em;*/
	font-weight: 600;
}