@charset "utf-8";

/* ========================================
* File Name: common.css
* Created Date: 2013.07.17
* Author: TAM
======================================== */

/* ========================================
	common
======================================== */
html, body, div, h1, h2, h3, h4, h5,
p, address, figure,
ul, ol, li, dl, dt, dd,
table, th, td,
section, nav, article, aside, header, footer {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
section, nav, article, aside, figure, header, footer {
	display: block;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li, ol li {
	list-style: none;
}
a:link,
a:visited {
	color: #00519C;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #00519C;
	text-decoration: none;
}
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ========================================
	base
======================================== */
html {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}
body {
	width: 100%;
	border-top: solid 3px #00519C;
	text-align: center;
}

/* ========================================
	gHeader
======================================== */
#gHeader {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#gHeader .logo {
	width: 100%;
	padding: 75px 0 0 0;
	text-align: center;
}
#gHeader div.logoFujisoft {
	position: absolute;
	left: 0;
	top: 12px;
}
#gHeader ul.btn {
	position: absolute;
	right: 0;
	top: 12px;
}
#gHeader ul.btn li {
	float: right;
	margin: 0 0 0 2px;
}
#gHeader ul.btn li.lang {
	padding: 9px 15px 0 0;
}
#gHeader ul.btn li a:hover,
#gHeader ul.btn li a:active {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#gHeader nav.gNav {
	text-align: center;
}
#gHeader nav.gNav ul {
	display: table;
	margin: 30px auto 0 auto;
}
#gHeader nav.gNav ul li {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	width: 240px;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
}
#gHeader nav.gNav ul li a {
	display: block;
	margin: 0 3px 0 0;
	padding: 8px 3px 5px 3px;
	background: #EFEFEF;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#gHeader nav.gNav ul li a:hover,
#gHeader nav.gNav ul li a:active,
#gHeader nav.gNav ul li.current a {
	background: #C33;
	color: #FFF;
}
/* ========================================
	gFooter
======================================== */
#gFooter {
	width: 100%;
}
#gFooter div.footerArea01 {
	width: 100%;
	background: #C33;
}
#gFooter div.footerArea01 div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#gFooter div.footerArea01 div.logo {
	float: left;
	width: 450px;
	margin: 30px 0 0 0;
}
#gFooter div.footerArea01 div.embedded {
	float: right;
	width: 220px;
	margin: 30px 0;
}
#gFooter div.footerArea01 nav {
	float: left;
	width: 720px;
}
#gFooter div.footerArea01 nav ul {
	width: 100%;
}
#gFooter div.footerArea01 nav ul li {
	float: left;
	margin: 15px 20px 25px 0;
}
#gFooter div.footerArea01 nav ul li a {
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}
#gFooter div.footerArea01 nav ul li a:hover,
#gFooter div.footerArea01 nav ul li a:active {
	text-decoration: underline;
}
#gFooter div.footerArea02 {
	padding: 0 0 20px 0;
}
#gFooter div.footerArea02 ul.link {
	padding: 15px 0;
}
#gFooter div.footerArea02 ul.link li {
	display: inline;
	padding: 0 10px;
	border-right: solid 1px #333;
	font-size: 1.2em;
	line-height: 1.5;
}
#gFooter div.footerArea02 ul.link li:last-of-type {
	border-right: none;
}
#gFooter div.footerArea02 ul.link li a {
	color: #333;
}
#gFooter div.footerArea02 p.copyright {
	font-size: 1.1em;
	line-height: 1.5;
}
/* ========================================
	contents
======================================== */
#contents {
	width: 100%;
	/* [disabled]border-top: solid 5px #C33; */
	text-align: center;
}
#contents h1.pageTtl {
	width: 100%;
	padding: 25px 0;
	border-bottom: solid 1px #CCC;
	background: url(../../common/images/bg_dot01.gif) repeat left top;
	color: #C33;
	font-size: 3.0em;
	line-height: 1.5;
	font-weight: bold;
}
/* ========================================
	aside.btnArea
======================================== */
aside.btnArea {
	width: 100%;
	padding: 25px 0 0 0;
}
aside.btnArea p.txt {
	width:960px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.7;
	font-weight: bold;
}
aside.btnArea ul.attention {
	width: 960px;
	margin: 10px auto 0 auto;
	text-align: left;
}
aside.btnArea ul.attention li {
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 1.0em;
	line-height: 1.7;
}
aside.btnArea ul.btn {
	width: 960px;
	margin: 25px auto 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	background: url(../images/btn_bg.gif) repeat left top;
	overflow: hidden;
}
aside.btnArea ul.btn li {
	float: left;
	/display: inline;
	/zoom: 1;
}
aside.btnArea ul.btn li.catalogDl {
	margin: 0 10px 0 20px;
}
aside.btnArea ul.btn li.betaDl {
	margin: 5px 20px 0 0;
}
aside.btnArea ul.btn li.inquiry {
	margin: 18px 0 0 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}
aside.btnArea ul.btn li.inquiry a {
	display: block;
	margin: 4px 0 0 0;
}
/* ========================================
	pageTop
======================================== */
div.pageTop {
	clear: both;
	width: 960px;
	margin: 15px auto 10px auto;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.7;
	font-weight: bold;
}
div.pageTop a {
	padding: 0 0 0 15px;
	background: url(../images/arw_t_red.png) no-repeat left center;
	text-decoration: none !important;
	color: #000 !important;
}
div.pageTop a:hover,
div.pageTop a:active {
	text-decoration: underline !important;
}

/* ========================================
	Trademark
======================================== */
div.Trademark{
	clear: both;
	width: 960px;
	margin: 15px auto 10px auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2;

}

div.Trademark2{
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	text-align: left;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: bold;

}