/**
 * 日本電算開発株式会社
 * common.css
 * @auther Tsuge
 * @version	1.0
 */

@charset "utf-8";

/* body */
body {
	margin: 0px;
	padding: 0px;
	background: #F3F3F3;
	color: #333333;
	font: small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* base */
#wrapper {
}

/* link text */
a:link, a:active, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}

/* contents top */
#contTop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	width: 760px;
	float: left;
	background: #FFFFFF;
}
#contTop h1 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: none;
	vertical-align: middle;
	height: auto;
	font-size: 0px;
}

/* contents header */
div.contTopL {
	float: left;
	width: 155px;
	margin: 5px 0;
}
div.contTopR {
	float: right;
	width: 600px;
	margin-left: 1px;
}
div.contTopRUp {
	float: right;
	text-align: right;
	width: 600px;
	margin-left: 1px;
}
div.contTopR ul li img {
	vertical-align:bottom;
}
div.contTopRUp ul li {
	margin:0 5px 0 15px;
	padding:0 0 0 13px;
	float: right;
	background: url(../images/icon_arrow02.gif) no-repeat left;
	list-style: none;
}
div.contTopRDown {
	float: right;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #000099;
	width: 600px;
	margin-left: 1px;
	height: 100%;
}

/* contents top image */
div.contBox760Img {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 759px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/topImg.jpg) no-repeat;
}
div.contBox760Img1 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 759px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/topImg1.jpg) no-repeat;
}
div.contBox760Img2 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 759px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/topImg2.jpg) no-repeat;
}
/* main navi button */
div.contBox760Btn {
	position: absolute;
	width: 760px;
	margin: 0;
	padding: 0;
	top: 251px;
}
div.contBox760Img ul,
div.contBox760Img1 ul,
div.contBox760Img2 ul {
	float: left;
	width: 566px;
	margin: 0;
	padding: 0;
}
div.contBox760Img ul li,
div.contBox760Img1 ul li,
div.contBox760Img2 ul li {
	padding: 0;
	float: left;
	list-style: none;
}
div.contBox760Img img,
div.contBox760Img1 img,
div.contBox760Img2 img {
	border: 0px none;
	vertical-align:bottom;
}
/* contents main */
div.contBox760 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 760px;
	margin: 0;
	padding: 0;
	float: left;
}
div.contBoxL200 {
	width: 198px;
	float: left;
	margin: 0 1px 20px 0;
	padding: 0;
}
div.contBoxR200 {
	width: 198px;
	float: right;
	margin: 0 1px 20px 0;
	padding: 0;
}

/* contents intro */
.introTop {
	margin: 0;
	padding: 0px;
	color: #666666;
}
.introBoxL {
	margin: 10px 0px 10px 10px;
	width: 220px;
	float: left;
}
.introBoxR {
	width: 460px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.introBox760 {
	margin: 10px 10px 10px 35px;
	width: 600px;
	float: left;
}
.introTitle760,
.introTitleL,
.introTitleR,
.introTitleLL,
.introTitleRR {
	padding: 3px 5px;
	border-color: #6AA2DB;
	border-width: 1px 1px 1px 7px;
	border-style: solid;
	background: #EEF6FF;
}
.introTitleL {
	width: 220px;
	float: left;
}
.introTitleR {
	width: 441px;
	float: right;
}
.introTitleLL {
	width: 200px;
	float: left;
	clear: left;
}
.introTitleRR {
	width: 200px;
	float: right;
	clear: right;
}
.introTitle760 {
	width: 600px;
	float: left;
}
.introInner760,
.introInnerL,
.introInnerR,
.introInnerLL,
.introInnerRR {
	padding: 3px 5px;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background: #FFFFFF;
}
.introInnerL {
	width: 226px;
	float: left;
}
.introInnerR {
	width: 447px;
	float: right;
}
.introInnerLL {
	width: 206px;
	float: left;
	clear: left;
}
.introInnerRR {
	width: 206px;
	float: right;
	clear: right;
}
.introInner760 {
	width: 606px;
	float: left;
}
.introInnerTitle760,
.introInnerTitleL,
.introInnerTitleR {
	padding: 0;
	font-weight: bold;
}
.introInnerText760,
.introInnerTextL,
.introInnerTextR {
	padding: 0;
	color: #999999;
}
.introInnerText760 ul {
	margin: 0 10px;
	padding: 0;
}
.introInnerText760 ul li {
	margin:0 10px 0 0;
	padding:0 3px 0 10px;
	background: url(../images/icon_sq_l.gif) no-repeat left;
	list-style: none;
}
.introInnerText {
	padding: 3px 5px;
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background: #FFFFFF;
	width: 447px;
	float: right;
}
.introInnerPhoto {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background: #FFFFFF;
	width: 135px;
	height: 180px;
	float: right;
}

/* contents footer */
#footer {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	width: 760px;
	float: left;
}
/* footer navi */
.footerNavi {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 3px 0px;
	width: 760px;
}
/* copyright */
div.copy {
	text-align: right;
	font-size: 10px;
}

/* other class */
.hide {
	display: none;
}
div.clearDummy {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
div.clearDummy img {
	vertical-align:bottom;
	margin: 0;
	padding: 0;
}
div.spacer {
	clear: both;
	margin: 5px;
	padding: 0;
	font-size: 1px;
}
div.spacer img {
	vertical-align:bottom;
	margin: 0;
	padding: 0;
}
div.sepa {
	width: 100%
	clear: both;
	margin: 5px;
	padding: 0;
	font-size: 1px;
	background: url(../images/l_gray.gif) repeat left;
}
