/*===========　ごあいさつ　==========*/

@import url("sidenavi.css");
@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	margin-bottom: 30px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	font-size: 116%;
	font-weight: bold;
	color: #666;
}

/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
	line-height: 150%;
	margin-bottom: 50px;
}

/*===========　フェイズドアレイ　目次　==========*/

.contentsList {
	background: url(../img/subWindowHeader.gif) no-repeat top;
	padding: 10px 10px 0px;
	overflow: hidden;
}

.contentsList ul li{
	padding-left: 15px;
	background-image: url(../../img/listImage_1.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}

.contentsListBottom {
	background: url(../img/subWindowHeader.gif) bottom;
	height: 10px;
	margin-bottom: 30px;
}

.graph{
	margin-bottom: 10px;
}

.graph table tr td {
	padding: 10px;
	background-color: #FFFFDC;
}


