@charset "utf-8";

/*standard用------------------------------------------------------------- */

#content-box h2{

	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 500px;
	height: 53px;

	overflow: hidden;

	text-indent: -10000px;
}

#content-box h2#p01{

	background-image: url('../jss/img/jss_title01.gif');
}

#content-box h2#p02{

	background-image: url('../jss/img/jss_title02.gif');
}


h3{
	font-size:120%;
	border:1px solid #03C;
	color:#03C;
	padding:2px 0px 0px 4px;
	margin-bottom:10px;
}

h3#h3bottom{
	margin-top:25px;
}

h4{
	font-size:110%;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}


h5{
	color:#03C;
	background-color:#D1E5EF;
	padding:3px 0px;
	margin-top:15px;
	margin-bottom:7px;
	font-size:105%;
	text-indent:3px;
}



#content-box p{
	line-height: 180%;
}


.jss-p-op{
	margin-bottom:20px;
}


#top-img{
	padding:10px 0px 30px 0px;
}

/*表共通指定------------------------------------------------------------- */

table.jss-table{
	width:100%;
}

table.jss-table td{
	border:1px solid #CCC;
	padding:5px;
}

table.jss-table th{
	border:1px solid #CCC;
	padding:5px;
	font-size:90%;
	white-space: nowrap;
	background-color:#039;
	color:#FFF;
}

.jss-table-num{
	text-align:center;
	font-size:90%;
	white-space: nowrap;
}

.jss-table-add{
	text-align:center;
	font-size:90%;
	white-space: nowrap;
}

.jss-table-company{
	text-align:left;
	font-size:110%;
	font-weight:bold;
	white-space: nowrap;
}

.nintei_j{
	margin:2px 0px 10px 2px ;
	text-align:right;
	font-size:90%;
}















