/* CSS Document */
@import url("common.css");

/************************************/
/** ネットワーク構築マネージメント **/
/************************************/

.inquiry {
	width : 700px;
	padding : 5px;
	margin : 0 auto;
}

.inquiry p{
	font-size: 1.1em;
	font-weight: 500;
}

/****************************************************/
/** 中段ブロック　表示定義 **/
/****************************************************/
/** 右側ブロック定義 **/
#rightside{
	float: left;
	width: 500px;
	height: 489px;
}

#rightside table{
	width: 500px;
	margin: 0px auto 5px;
	border-collapse: collapse;
}

#rightside table.title{
	width: 500px;
	margin: 0 auto;
	border-collapse: collapse;
}

#rightside th{
	width: 100%;
	padding: 2px;
	height: 2em;
	background-color:#e0e0e0;
	font-weight: 700;
	border-bottom: 2px solid #91B4F4;
	border-spacing : 2px 0;
	background-color: #30348B;
	color: #ffffff;
}

#rightside th.listmark{
	width: 10%;
	border-right: 0;
}

#rightside th.navi{
	width:90%;
	border-left: 0;
}


#rightside td {
	width: 100%;
/*	height: 40px; */
	padding: 5px 0;
	padding-left: 5px;
	font-weight: 700;
	border: 1px solid #0033CC;
	border-left : 2px solid #0033CC;
	border-right : 2px solid #0033CC;
	font-size: 0.8em;
}

#rightside td.listmark{
	width: 10%;
	border-right: 0;
}

#rightside td.navi{
	width:90%;
	border-left: 0;
}


#rightside a{
	text-decoration: none;
	vertical-align: middle;
	padding-left: 5px;
	font-weight: 500;
}

#rightside a:hover{
	color:#FF9900;
	font-weight : 600;
}


#rightside td.rightside-header{
	text-align:center;
	border: 0px;
	padding:0;
}


/** 左側ブロック定義 **/

#leftside {
	float:left; 
	width: 120px;
	height: 516px;
}

