@charset "utf-8";

/*　ページ全体　*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif ;
	/*20100622 add*/
	text-align: center;
	background:url(/img/bg-shadow.gif) repeat-y top center;
}

#wrapper {
   width:745px;
   text-align:left;
   margin: 0px auto;
   height:100%; 
}


a:link    { color: #314A66; text-decoration: underline; }
a:visited { color: #82858B; text-decoration: underline; }
a:hover   { color: #82858B; text-decoration: none; }

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0px;
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px
}

p {
	margin: 0px;
	padding: 0px
}

dl, dt, dd {
	margin: 0px;
	padding: 0px
}

ul, li {
	margin: 0px;
	padding: 0px
}

div {
    zoom:1;/*for IE 5.5-7*/
}
div:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

hr {
display: none;
}

.clear {
	clear: both;
}

form {
	margin: 0;
}

/*　パンくず　*/

#breadcrumbs {
	font-size:11px;
	color:#314A66;
	padding:6px 0 0 22px;
	margin-bottom: 0px;
	height: 25px;
	background-color: #ffffff;
	border-right: solid 1px #DADADA;
	width: 723px;
	height: 19px;
}

/*　コンテンツ　*/

#contentsTitle {
	position: relative;
	width:746px; 		
	height: 69px;
	background-image: url("../img/header_bg.gif");	
	background-repeat: no-repeat;
}

#contentsTitle p,
#contentsTitle dt {
	position: absolute;
	left: -9999px;
}

#contentsTitle dd {
	position: absolute;
	left: 19px;
	top: 39px;
	padding: 3px 25px 3px 10px;
	color: #FFFFFF;
	background-color: #314A66;
	font-size: 12px;
	background-image: url("../img/category_arrow.gif");	
	background-repeat: no-repeat;
	background-position: right;
}

#languageForm {
	padding: 13px 17px 0 0;
}

#languageForm dl {
	float: right;
	background-color: #808080;
	border-top: solid 1px #505050;
	border-left: solid 1px #505050;
	border-right: solid 1px #B0B0B0;
	border-bottom: solid 1px #B0B0B0;
}

#language dt {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1em;
	float: left;
	padding: 6px 5px 6px 10px;
}

#language dd {
	display: block;
	padding: 3px 8px 3px 3px;
	float: left;
}

#languageForm select {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
}

#contents { 
	width:745px;
	background-color:#FFFFFF;
	border-right: solid 1px #DADADA;
	background-image: url("../img/contents_bg.gif");	
	background-repeat: no-repeat;
} 

#contents h1 {
	padding: 10px 20px 0 20px;
	font-size: large;
	line-height: 1.5em;
}

#contents h1.subCopy {
	margin: 0 20px 25px 20px;
	padding: 0;
	font-size: small;
	line-height: 1.5em;
	color: #314A66;
}

#contents h2 {
	margin: 0 16px 20px 16px;
	padding: 0.6em 10px 0.6em 15px;
	font-size: small;
	line-height: 1.5em;
	background-image: url("../img/title_bg.gif");
	background-repeat: no-repeat;
	border-bottom: solid 1px #CCCCCC;
}
	
#contents h3 {
	clear: both;
	margin: 0 30px 20px 30px;
	padding: 0.5em 30px 0.5em 25px;
	font-size: small;
	line-height: 1.5em;
	background-image: url("../img/title_bg2.gif");
	background-repeat: no-repeat;
	background-position: left;
}
	
#contents p {
	margin: 0 30px 40px 30px;
	font-size: small;
	line-height: 1.3em;
	color: #333333;
}

#contents p.img_caption {
	margin: 15px 10px 10px 10px;
	font-size: x-small;
	line-height: 1.5em;
	color: #314A66;
}


/*フォトギャラリー用のズームアイコン設定*/
#contents p.zoom {
	margin: 0px 10px 40px 0;
	font-size: x-small;
	line-height: 1.5em;
	color: #314A66;
}

#contents p.zoom a {
	padding: 0 0 5px 15px;
	background-image: url("../img/zoomicon.gif");
	background-repeat: no-repeat;
}

#contents p.zoom a:hover,
#contents p.zoom a:visited {
	background-position: 0 -100px;
}


/*システム概要図などメインフォト用のズームアイコン設定*/
#contents p.zoom_lphoto {
	margin: 15px 10px 10px 10px;
	font-size: x-small;
	line-height: 1.5em;
	color: #314A66;
}

#contents p.zoom_lphoto a {
	padding: 0 0 5px 15px;
	background-image: url("../img/zoomicon.gif");
	background-repeat: no-repeat;
}

#contents p.zoom_lphoto a:hover,
#contents p.zoom_lphoto a:visited {
	background-position: 0 -100px;
}


#contents dl.basicInformationTable {
	width: 335px;
	margin: 30px 0 40px 30px;
	font-size: small;
	line-height: 1.5em;
	background-image: url("../img/dotline.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

#contents dl.basicInformationTable dt {
	padding: 5px 0;
	width: 120px;
	color: #314A66;
	float: left;
	background-image: url("../img/dotline.gif");
	background-repeat: repeat-x;
}
#contents dl.basicInformationTable dd {
	padding: 5px 0 5px 120px;
	background-image: url("../img/dotline.gif");
	background-repeat: repeat-x;
	color: #333333;
}

#contents div.imgPhoto {
	display: inline;
	width: 303px;
	float: right; 
	margin: 0 35px 35px 35px;
	background-image: url("../img/imgphoto_bg.gif");
	background-repeat: no-repeat;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#contents div.imgPhoto img {
	margin: 9px;
	
	border: 1px #CCCCCC solid;
}

#contents ul.zoomPhoto dt {
	width: 160px;
	height: 181px;
	padding: 9px 4px 0 9px;
	background-image: url("../img/zoomphoto_bg.gif");
	background-repeat: no-repeat;
}

#contents ul.zoomPhoto dd {
		width: 142px;
}

#contents ul.zoomPhoto  {
	list-style-type: none;
	margin: 0 0 0 30px;
}

#contents ul.zoomPhoto li {
	float: left;
}

#contents dl.subTable {
	margin: 0 30px 40px 30px;
	font-size: small;
	line-height: 1.5em;
	color: #333333;
}

#contents dl.subTable dt {
	color: #314A66;
	font-weight: bold;
}

#contents dl.subTable dd {
	margin: 0 0 8px 0;
}

#contents a.linkBlank {
	/*padding: 0 0 5px 15px;
	background-image: url("../img/linkicon.gif");
	background-repeat: no-repeat;*/
	
	/*background: url("../img/linkicon.gif") no-repeat top right;
	padding-right: 15px;*/
}

#contents a.linkBlank:hover,
#contents a.linkBlank:visited {
	/*background-position: right -100px;*/
}


#systemIntroduction table {	
	position: relative;
	top: -30px;
	_top: 10px;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin: 0 30px 0 30px;
	_margin: 0;
	
}


#systemIntroduction tr {
	color: #333333;
	font-size: small;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	/*background: #E7E7E7;*/
	padding: 0.5em;
}

#systemIntroduction td {
	color: #333333;
	font-size: small;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #F5F5F5;
	padding: 0.5em;
}




/*#footer p#footerBtn {
	margin: 0;
	padding: 0;
}

#footer p#footerBtn a {
	display: block;
	text-decoration: none;
	width: 746px;
	height: 55px;
	background-image: url("../img/footer_bg.gif");
	background-repeat: no-repeat;
}

#footer p#footerBtn a:hover {
	background-position: 0 -55px;
}

#footer p#footerBtn a span {
	position: absolute;
	left: -9999px;
}*/

#footer #footerBtn {
	border-top: 1px #CCCCCC solid; 
	padding-top: 20px;
}

#footerBtn p {
	margin: 0 0 20px 620px;
	font-size: 0.75em !important;
	background: url(../img/arrow_05.gif) no-repeat left top;
	padding-left: 15px;
	line-height: 1.4em;
}

#footerBtn p a {
	text-decoration: none;
}

#footerBtn p a:hover {
	text-decoration: underline !important;
}





#contents div.listHeader,
#contents div#list {
	margin: 0 20px 0 20px;
}

#contents div.listHeader {
	background-color: #CCCCCC;
	background-image: url("../img/listsubline.gif");
	background-position: 14px 0;
	background-repeat: repeat-y;
}

.listHeader table,
#list table {
	width: 705px;
	font-size: 11px;
	line-height: 1em;
}

#list table {
	border-bottom: solid 1px #CCCCCC;
}

.listHeader th {
	padding: 7px 10px;
	color: #FFFFFF;
	background-color: #404040;
	font-weight: normal;
	background-image: url("../img/table_bar1.gif");
	background-repeat: no-repeat;
}

#list td {
	padding: 6px 10px;
	background-image: url("../img/table_bar2.gif");
	background-repeat: no-repeat;
	border-top: solid 1px #CCCCCC;
}

#list tr.grayBg {
	background-color: #F2F2F2;
}

#list a {
	padding: 0 0 0 10px;
	background-image: url("../img/listicon.gif");
	background-repeat: no-repeat;
}

#list a:hover,
#list a:visited {
	background-position: 0 -100px;
}

.listHeader th.listDate,
#list td.listDate {
	width: 50px;
//	background-image: url(none);
}

.listHeader th.listName,
#list td.listName {
	width: 255px;
}

.listHeader th.listApplication,
#list td.listApplication {
	width: 100px;
}

.listHeader th.listProducts,
#list td.listProducts {
	width: 100px;
}

.listHeader th.listLocation,
#list td.listLocation {
	width: 100px;
}

.listHeader td.listSubCurrent {
	height: 17px;
	background-image: url("../img/subcurrent.gif");
	background-repeat: no-repeat;
	background-position: top;
}

.listHeader td {
	background-color: #CCCCCC;
}

#contents div#listNavi {
	padding: 20px 0 0 0;
	text-align: center;
	/*border-bottom: solid 1px #DADADA;*/
}

#contents a.listPrevious {
	margin: 0 1.5em 0 0;
	padding: 0 0 5px 18px;
	background-image: url("../img/listprevious.gif");
	background-repeat: no-repeat;
}

#contents a.listPrevious:hover,
#contents a.listPrevious:visited {
	background-position: 0 -100px;
}

#contents a.listNext {
	margin: 0 0 0 1.5em;
	padding: 0 18px 5px 0;
	background-image: url("../img/listnext.gif");
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#contents a.listNext:hover,
#contents a.listNext:visited {
	background-position: 100% -100px;
}

.listHeader a.listHeaderBtn {
	color: #FFFFFF;
	text-decoration: none;
}

.listHeader a.listHeaderBtn:hover {
	color: #3A89BE;
}

.listHeader span.listHeaderColorBtn {
	color: #3A89BE;
}

.listHeader th.listApplicationCurrent,
.listHeader th.listProductsCurrent,
.listHeader th.listLocationCurrent {
	background-color: #314A66;
}

.listHeader p.subTitle {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #E6E6E6;
}

#contents ul.listSub {
	clear: both;
	list-style-type: none;
	font-size: 11px;
	line-height: 1em;
	margin: 0 10px 0 20px;
}

#contents ul.listSub li {
	float: left;
	padding: 3px 0 3px 0;
	width: 135px;
}

#contents div#listNarrowArea {
	clear: both;
	margin: 0 20px;
	height: 59px;
	background-color: #F2F2F2;
	background-image: url("../img/listsubbg.gif");
}

#contents p#listNarrowBtn {
	margin: 0;
	padding: 25px 0 0 603px;
}

.listHeader dl {
	clear: both;
}

.listHeader dt {
	background-color: #E6E6E6;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 20px;
	color: #314A66;
}

.textDate {
	font-style: italic;
	margin-left: 5em;
}