#top{
	background: url(./images/top.jpg) no-repeat bottom;
	width:980px;
	height:80px;
	text-indent:-9999px;
	padding-top:6px;
	margin-bottom:10px;
}

/* page title */
#pagetitle{
	background: url(./images/subtitle01.gif) no-repeat;
	width: 605px;
	height: 23px;
	margin: 0px auto;
	padding: 0px;
}

.sub-title{
     width : 700px ;
     font-weight : bold ;
     color : #9F9F9F ;
     line-height : 25px ;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 20px 0px 10px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
     background : #FBFBFB ;
     border : solid 1px #9F9F9F ;
     border-left : solid 10px #9F9F9F ;
}

.contents-box h4 {
	width: 96%;
	background: #F3F3F3 url(../images/obj_h2_02.gif) no-repeat bottom left;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	color: #222222;
	font-size: 1.0em
}

#contents-box h4.h4_top {
	margin:0 0 12px 0;
}

.top-back{
	font-size: x-small;
}

.top-back a:link{color: #000000; background: #ffffff;}
.top-back a:visited{color: #000000;}
.top-back a:active{color: #000000;}


