@charset "utf-8";
@import url(default.css);

body {
	position: relative;
	background: url(../img/back.png) repeat;
	color: #333333;
	z-index: 1;
}

body::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 127px;
	background: url(../img/back-top.png) repeat-x;
}

body::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: url(../img/back-bottom.png) repeat-x;
}

a {
	color: #005097;
}

a.nonfinish
{
	color:#FF0000;
}

a[href]:hover {
	color: #F86925;
}

a.rollover:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;
}

body > #header,
#contents,
body > #footer {
	width: 800px;
	margin: 0 auto;
}

/*----------------------------------------------------------------
 * ヘッダー
 */

body > #header {
	position: relative;
	height: 127px;
}

/* サイト名 */
body #header h1 {
	position: absolute;
	left: 0;
	top: 13px;
}

body #header h1 a {
	display: block;
	width: 220px;
	height: 39px;
	background: url(../img/site-name.png) no-repeat;
	text-indent: -9999em;
}

body #header h2 {
	position: absolute;
	left: 223px;
	bottom: 74px;
	color: white;
	font-size: 85%;
	line-height: 1.25;
	width: 436px;
}

/* 補助ナビゲーション */
body #header #utility-nav {
	position: absolute;
	right: 0;
	top: 11px;
}

body #header #utility-nav li {
	float: left;
}

body #header #utility-nav li + li {
	margin-left: 20px;
}

body #header #utility-nav li a {
	display: block;
	height: 12px;
	background-image: url(../img/utility-nav.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

body #header #utility-nav li.english a {
	width: 56px;
	visibility:visible;
	background-position: 0 0;
}

body #header #utility-nav li.english a:hover {
	background-position: 0 -12px;
}

body #header #utility-nav li.contact a {
	width: 77px;
	background-position: -56px 0;
}

body #header #utility-nav li.contact a:hover {
	background-position: -56px -12px;
}

body #header #utility-nav li.links a {
	width: 41px;
	background-position: -135px 0;
}

body #header #utility-nav li.links a:hover {
	background-position: -135px -12px;
}

/* ロゴ */
body #header #logo {
	position: absolute;
	right: 0;
	top: 31px;
}

/* グローバルナビゲーション */
body #header #global-nav {
	position: absolute;
	left: 0;
	top: 75px;
}

body #header #global-nav > ul {
	height: 52px;
	padding-right: 1px;
	background: url(../img/global-nav.png) no-repeat;
	zoom: 1;
}

body #header #global-nav > ul::after {
	content: "";
	display: block;
	clear: both;
}

body #header #global-nav > ul > li {
	float: left;
	margin-left: 1px;
}

body #header #global-nav > ul > li > a {
	display: block;
	width: 145px;
	height: 52px;
	background-image: url(../img/global-nav.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
}

body #header #global-nav > ul > li.home > a {
	width: 68px;
	background-position: -1px 0;
}

body #header #global-nav > ul > li.home > a:hover,
body.page-home #header #global-nav > ul > li.home > a {
	background-position: -1px -52px;
}

body #header #global-nav > ul > li.products > a {
	background-position: -70px 0;
}

body #header #global-nav > ul > li.products > a:hover,
body #header #global-nav > ul > li.products.hover > a,
body.page-products #header #global-nav > ul > li.products > a {
	background-position: -70px -52px;
}

body #header #global-nav > ul > li.comparison > a {
	background-position: -216px 0;
}

body #header #global-nav > ul > li.comparison > a:hover,
body.page-comparison #header #global-nav > ul > li.comparison > a {
	background-position: -216px -52px;
}

body #header #global-nav > ul > li.solution > a {
	background-position: -362px 0;
}

body #header #global-nav > ul > li.solution > a:hover,
body.page-solution #header #global-nav > ul > li.solution > a {
	background-position: -362px -52px;
}

body #header #global-nav > ul > li.download > a {
	background-position: -508px 0;
}

body #header #global-nav > ul > li.download > a:hover,
body.page-download #header #global-nav > ul > li.download > a {
	background-position: -508px -52px;
}

body #header #global-nav > ul > li.faq > a {
	background-position: -654px 0;
}

body #header #global-nav > ul > li.faq > a:hover,
body.page-faq #header #global-nav > ul > li.faq > a {
	background-position: -654px -52px;
}

body #header #global-nav > ul li li,
body #header #global-nav > ul li li a {
	color: white;
	font-size: 93%;
	text-decoration: none;
}

body #header #global-nav > ul li li:hover,
body #header #global-nav > ul li li a:hover {
	color: #F86925;
	text-decoration: underline;
}

body #header #global-nav > ul > li > ul {
	width: 139px;
	margin: 0 2px 0;
	padding: 14px 0 10px;
	background-image: url(../img/dropdown-back.png);
	background-repeat: no-repeat;
	background-color: rgba(46, 53, 69, 0.8) !important;
	background-color: #2E3545;
	border: solid #E7E7E7;
	border-width: 0 1px 1px;
}

body #header #global-nav > ul > li > ul li {
	height: 22px;
	margin: 0 4px;
	padding-left: 16px;
	background: url(../img/dropdown-bullet.png) no-repeat 5px center;
	line-height: 22px;
}

body #header #global-nav > ul > li > ul li.has-child > a {
	margin-right: -4px;
	padding-right: 4px;
}

body #header #global-nav > ul > li > ul li + li {
	border-top: 1px dotted #D9D9D9;
}

body #header #global-nav > ul > li > ul > li > ul {
	width: 100%;
	margin-left: 4px;
	background-color: rgba(46, 53, 69, 0.8) !important;
	background-color: #2E3545;
	border: 1px solid #E7E7E7;
}

/*----------------------------------------------------------------
 * コンテンツ
 */

#contents {
	width: 780px;
	padding: 9px;
	background-color: white;
	border: solid #D9D9D9;
	border-width: 0 1px;
	zoom: 1;
}

#contents::after {
	content: "";
	display: block;
	clear: both;
}

/* メイン */
#contents #main {
	float: right;
	width: 590px;
}

#contents #main .container {
	margin-top: 20px;
	padding: 0 19px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

#contents #main h3 {
	height: 39px;
	padding: 25px 10px 0;
	background: url(../img/h3-back.png) repeat-x;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1;
}

#contents #main h4 {
	height: 32px;
	padding: 3px 10px 0;
	background: url(../img/h4-back.png) repeat-x;
	font-size: 108%;
	font-weight: bold;
	line-height: 32px;
}

#contents #main h5 {
	height: 11px;
	padding: 0 0 7px 18px;
	background: url(../img/h5-back.png) no-repeat;
	border-bottom: 1px solid #333333;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
}

/* サイドバー */
#contents #side {
	float: left;
	width: 178px;
	background-color: #F0F0F0;
	border: 1px solid #E6E6E6;
}

#contents #side #banner ul {
	margin-bottom: 10px;
	padding: 0 5px;
}

#contents #side #banner li {
	margin-top: 10px;
	background-color: white;
}

#contents #side #banner li a {
	display: block;
}

#contents #side #banner li a img {
	vertical-align: top;
}

#contents #side #banner li a:hover img {
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*----------------------------------------------------------------
 * フッター
 */

body #footer {
	position: relative;
	height: 183px;
}

/* フッターナビ */
body #footer #footer-nav {
	height: 132px;
	padding: 11px 20px 0;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background: url(../img/footer-back.png) repeat-x;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	zoom: 1;
}

body #footer #footer-nav > ul {
	float: left;
}

body #footer #footer-nav > ul + ul {
	margin-left: 30px;
}

body #footer #footer-nav > ul > li {
	padding-left: 10px;
	padding-bottom: 8px;
	background: url(../img/footer-bullet1.png) no-repeat left 2px;
	overflow: hidden;
	zoom: 1;
}

body #footer #footer-nav > ul > li > a {
	float: left;
}

body #footer #footer-nav > ul > li > ul {
	float: left;
	margin-top: 8px;
}

body #footer #footer-nav > ul > li > ul:first-of-type {
	clear: left;
}

body #footer #footer-nav > ul > li > ul + ul {
	margin-left: 30px;
}

body #footer #footer-nav > ul > li > ul > li {
	padding-left: 8px;
	background: url(../img/footer-bullet2.png) no-repeat left center;
}

body #footer #footer-nav > ul > li > ul > li + li {
	margin-top: 8px;
}

body #footer #footer-nav a {
	text-decoration: none;
}

body #footer #footer-nav a:hover {
	text-decoration: underline;
}


body #footer #footer-nav > li {
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 8px;
	overflow: hidden;
	zoom: 1;
}

body #footer #footer-nav > li > ul 
{
		float: left;
	margin-top: 18px;
}


body #footer #footer-nav > li > ul + ul {
	margin-left: 30px;
}

body #footer #footer-nav > li > ul > li {
	padding-left: 8px;
	background: url(../img/footer-bullet2.png) no-repeat left center;
}

body #footer #footer-nav > li > ul > li + li {
	margin-top: 8px;

}


/* コピーライト */
body #footer .copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: white;
	font-size: 93%;
	line-height: 30px;

}

/*----------------------------------------------------------------
 * ドロップダウン
 */

/* LEVEL ONE */
ul.dropdown {
	position: relative;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/* LEVEL TWO */
ul.dropdown > li > ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 38px;
}

/* LEVEL THREE */
ul.dropdown > li > ul > li > ul {
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
}

ul.dropdown ul li a {
	width: 100%;
	/* IE 6 & 7 Needs Inline Block */
	display: inline-block;
}
