@charset "shift_jis";
/* CSS Document */






/*
01. box
-------------------------------------*/

#wrapper {
	width: 1230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	width: 1230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/nexpo_logo.gif);
	background-repeat: no-repeat;
}


#index {
	width: 100%;
	height: 74px;
	background-image: url(../images/ind_bk.jpg);
	margin-top: 10px;
	padding-top: 16px;
}

#index_text {
	width: 1100px;
	clear: both;
	font-size: large;
	margin-right: auto;
	margin-left: auto;
	line-height:1.6em;
}

#top_img {
	width: 1230px;
	background-image: url(../images/top_img.jpg);
	height: 500px;
}

#main_top {
	width: 1170px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
}

#main {
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
}

#cont_L {
	float: left;
	width: 650px;
	height: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}


#cont_R {
	float: right;
	width: 450px;
	height: auto;
	margin: 0 0 5px 10px;
	padding: 0;
}


#news {
	margin-top: 20px;
	margin-bottom: 20px;
}

#top_subindex {
	width: 1150px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	font-size: 13px;
	border: 1px dotted #CCC;
	padding: 10px;
	margin-top: 40px;
	text-align: center;
}


#top_publish {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCC;
}

#footer {
	height: 30px;
	text-align: center;
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#title {
	width: 965px;
	background-image: url(../images/title.gif);
	height: 58px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 35px;
	font-size: 24px;
	font-weight: bold;
}

.info_menu {
	padding: 5px 30px;
	background-color: #EEFFE8;
	margin-bottom:5px;
	text-align: center;
	border-left: 5px #009933 solid;
	border-right: 5px #009933 solid;
}

.info_txt {
	margin-bottom: 10px;
}

.floatL {
	float: left;
	width: auto;
	height: auto;
	margin: 0 10px 5px 0;
	padding: 0;
}


.floatR {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 5px 10px;
	padding: 0;
}

.left_box {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

.right_box {
	display: block;
	float: right;
	margin-top: 20px;
}

.banner  {
	margin-bottom: 10px;
}

.text_box {
	margin-bottom: 20px;
}

.text_box_area {
	width: 1150px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: #999 dotted 1px;
}

.line_green {
	border-left: 3px #009966 solid;
	border-bottom: 3px #FFFFFF solid;
}

/* k]{^ */
.negotiation {
	text-align: right;
	margin: 5px 3px;
}

.negotiation a:hover {
	opacity: 0.8;
}

/*
02. list
-------------------------------------*/

dl.listnews dt {
	clear: left;
	float: left;
	width: 7em;
	color: #555555;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.listnews dd {
	margin-bottom: 0.8em;
	margin-left: 7em;
}

dl.listnews dd.archive {
  margin-bottom: 3em;
}

dl.listnews dd a { display: block; }
dl.listnews dd a:link,
dl.listnews dd a:visited { color:#333; text-decoration:none; }
dl.listnews dd a:hover,
dl.listnews dd a:active {
	text-decoration:none;
	background-color: #D7FFD7;
}


ul.index li {
	display: inline;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../images/index_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-right: 18px;
}

ul.index li a:link,
ul.index li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.index li a:hover,
ul.index li a:active {
	text-decoration: underline;
}


dl.listad {
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

dl.listad dt {
	float: left;
	padding: 5px 0 5px 0;
}

dl.listad dd {
	padding: 5px 0 5px 8em;
}

dl.listad_02 {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

dl.listad_02 dt {
	float: left;
	padding: 2px 8px 2px 8px;
	margin: 0 0 1px 20px;
	background-color: #00B285;
	color:#FFF;
}

dl.listad_02 dd {
	padding: 2px 0 2px 7em;
	text-indent: -4em;
	margin-left: 5em;
	margin-bottom: 1px;
}




/*
03. table
-------------------------------------*/

.table_01{
	width: 100%;
	margin-top: 20px;
}

.table_01 th{
	padding: 6px 0;
	text-align: center;
	color: #09F;
}

.table_01 td{
	padding: 5px 0;
	text-align: center;
}



/*
04. font
-------------------------------------*/


h2{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: #999 dotted 1px;
}

.font_green_s{
	color: #0C6;
	font-size: small;
}

.font_orange_s{
	color: #FF4000;
	font-size: small;
}


.font_red{
	color: #F00;
}

.font_white{
	color: #FFF;
}

.font_pink{
	color: #F69;
	font-size: medium;
}

.font_blue{
	color: #00F;
	font-size: medium;
	font-weight: bold;
}

.txt_blue_bold{
	color: #00F;
	font-weight: bold;
}

.txt_12px{
	font-size: 12px;
}

.txt_14px_green {
	font-size: 14px;
	color: #093;
}


.clear {
	clear:both;
}

.page_button{
	margin-right:10px;
}
.current{
	background-image:url(../images/pager_on.png);
	background-repeat:no-repeat;
}

.line_blue {
	border-left: 3px #00008C solid;
	border-bottom: 3px #FFFFFF solid;
}

.text_box_area {
	width: 670px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: #999 dotted 1px;
}


/*
04. select
-------------------------------------*/
.business-eng {
}

optgroup{
	margin: 5px 0;
	padding: 12px;
	font-style: normal;
	color: #000;
}

optgroup.opg001 {
	border-top: #A5DAA5 solid 2px;
	background-color: #EAFFEA;
}

optgroup.opg002 {
	border-top: #DAA5BF solid 2px;
	background-color: #FFEAFF;
}

optgroup.opg003 {
	border-top: #A5DABF solid 2px;
	background-color: #EAFFF4;
}

optgroup.opg004 {
	border-top: #DAA5A5 solid 2px;
	background-color: #FFEAF4;
}

optgroup.opg005 {
	border-top: #A5BFDA solid 2px;
	background-color: #EAFFFF;
}

optgroup.opg006 {
	border-top: #DABFA5 solid 2px;
	background-color: #FFEAEA;
}

optgroup.opg007 {
	border-top: #A5A5DA solid 2px;
	background-color: #EAF4FF;
}

optgroup.opg008 {
	border-top: #DADAA5 solid 2px;
	background-color: #FFF4EA;
}

optgroup.opg009 {
	border-top: #BFA5DA solid 2px;
	background-color: #EAEAFF;
}

optgroup.opg010 {
	border-top: #BFDAA5 solid 2px;
	background-color: #FFFFEA;
}

optgroup.opg011 {
	border-top: #DAA5DA solid 2px;
	background-color: #F4EAFF;
}

optgroup.opg012 {
	border-top: #A5DAA5 solid 2px;
	background-color: #F4FFEA;
}