@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
html {
	overflow-y: scroll;
	min-width: 980px;
}
form {
	display: inline !important;
}
body {
	color: #000000;
	letter-spacing: 0.1em;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
.mac body {
	font-family: 'Kozuka Gothic Pro M', '小塚ゴシック Pro M', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
a, a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1;
}
.flag {
	height: 0;
	font-size: 0;
	line-height: 0;
}
#wrapper {
	min-width: 980px;
	font-size: 78%;
}
.contents {
	margin: 0 auto 0;
	width: 980px;
}
#global {
	margin: 0;
	width: 100%;
	background-color: #fffaeb;
	background-image: url('../img/global/line.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#global .contents {
	position: relative;
	padding: 2px 0 2px;
	height: 28px;
	background-image: url('../img/global/bg_dotted.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#global .contents .language {
	float: left;
	width: 241px;
}
#global .contents .language a {
	display: block;
	padding: 10px 0 0 18px;
	width: 223px;
	height: 18px;
	background-image: url('../img/menu/icon_language_gray.gif');
	background-position: 214px 10px;
	background-repeat: no-repeat;
	line-height: 1;
}
#global .contents .language a:hover {
	background-image: url('../img/menu/icon_language_blue.gif');
	color: #0052a5;
}
#global .contents .search {
	float: right;
	padding: 0 19px 0 0;
	width: 177px;
	position: relative;
}
.ie7 #global .contents .search {
	width: 190px;
	padding-right: 6px;
}
#global .contents .search .gsib_a{
	padding: 3px 11px 0;
}
#global .contents .search .gsc-input-box{
	background-color: #ddd9cc;
}
#global .contents .search .gsc-input-box-focus{
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#global .contents .search .gsc-input-box-hover{
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#global .contents .search input.gsc-input {
	background-image: none !important;
	background-color: #ddd9cc;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#global .contents .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
}
#global .contents .search .gsc-search-button input{
	position: absolute;
	top: 3px;
	left: 141px;
	margin: 0;
	padding: 0;
	width: 40px;
	position: absolute;
	padding: 4px 7px;
	width: 13px;
	height: 13px;
	z-index: 500;
}
#cover::selection{
	background-color: transparent;
}
#menu {
	position: relative;
	z-index: 100;
	margin: 0;
	width: 100%;
	background-color: #fff;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#menu .contents {
	position: relative;
	height: 96px;
	background-image: url('../img/common/dotted.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#menu h1 {
	float: left;
	width: 241px;
	letter-spacing: 0;
	font-size: 0;
	line-height: 0;
}
#menu h1 img {
	padding: 26px 0 25px;
}
#menu #menuList {
	position: relative;
	display: block;
	float: left;
	width: 721px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#menu #menuList li {
	position: relative;
	display: block;
	float: left;
	width: 180px;
	height: 32px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#menu #menuList li a {
	position: relative;
	z-index: 1000;
	display: block;
	margin: 0 0 0 1px;
	padding: 7px 0 0 16px;
	width: 163px;
	height: 24px;
	background-color: #fff;
	background-image: url('../img/menu/arrow_menu_gray.gif');
	background-position: 153px 11px;
	background-repeat: no-repeat;
	font-size: 120%;
}
#menu #menuList li a:hover {
	background-color: #0052a5;
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#menu #menuList li.selected a {
	background-color: #004488;
	background-image: url('../img/menu/arrow_menu_white.gif');
	color: #fff;
}
#menu #menuList li.selected a:hover {
	background-color: #0052a5;
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#menu #menuList li.product a {
	background-image: url('../img/menu/arrow_open_gray.gif');
	background-position: 152px 10px;
}
#menu #menuList li.product a:hover {
	background-image: url('../img/menu/arrow_open_white.gif');
}
#menu #menuList li.product.selected a {
	background-image: url('../img/menu/arrow_open_white.gif');
	background-position: 152px 10px;
}
#menu #menuList li.product.selected a:hover {
	background-image: url('../img/menu/arrow_open_white.gif');
}
#menu #menuList #productList li {
	position: absolute;
	left: 0;
	background-image: url('../img/menu/dotted_productlist.gif');
}
#menu #menuList #productList li a {
	background-color: #0060c2;
	background-image: url('../img/menu/arrow_menu_white.gif');
	background-position: 153px 11px;
	color: #fff;
}
#menu #menuList #productList li a:hover {
	background-color: #0052a5;
}
#menu #menuList li.under {
	background-image: none;
}
#menu #menuList li.company {
	margin: 0 0 0 180px;
	_margin: 0 0 0 90px;
}
#menu #menuList li li {
	display: none;
}
#menu .english {
	float: left;
	margin: 0 0 0 1px;
	width: 720px;
	height: 32px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#menu #pathTop {
	float: left;
	margin: 0 0 0 1px;
	padding: 7px 0 0 16px;
	width: 703px;
	height: 24px;
	background-color: #fff;
	font-size: 120%;
}
#pathBottom {
	position: absolute;
	bottom: 1px;
	margin: 0;
	padding: 8px 0 0 17px;
	width: 703px;
	height: 22px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 120%;
}
.topicPath li {
	float: left;
	color: #0052a5;
}
.topicPath li a {
	padding: 0 20px 0 0;
	background-image: url('../img/menu/arrow_topicpath.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #000 !important;
	text-decoration: underline;
}
.topicPath li a:hover {
	text-decoration: none !important;
}
#clearContents {
	clear: both;
	margin: 0 0 0 1px;
	width: 720px;
	height: 1px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 0;
	line-height: 0;
}
#footer {
	position: relative;
	z-index: 75;
	margin: 0;
	width: 100%;
	background-color: #0052a5;
	background-image: url('../img/footer/line.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#footer .contents {
	position: relative;
	height: 98px;
	background-image: url('../img/footer/bg_dotted.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#footer .contents .pagetop {
	position: absolute;
	top: -32px;
	left: 0;
	display: block;
	width: 243px;
	height: 35px;
	background-color: #0052a5;
	background-image: url('../img/footer/btn_pagetop.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#footer .contents .pagetop a {
	display: block;
	padding: 13px 0 0 16px;
	width: 227px;
	height: 22px;
	background-image: url('../img/footer/arrow_top_white.gif');
	background-position: 215px 16px;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1;
}
#footer .contents .pagetop:hover {
	background-color: #0060c2;
}
#footer .contents .copyright {
	float: left;
	padding: 36px 0 0 18px;
	width: 223px;
	color: #fff;
}
#footer .contents .address {
	float: left;
	padding: 16px 0 0 16px;
	color: #fff;
}
#footer .contents .address .title {
	padding: 0 0 5px;
	font-size: 120%;
}
#footer .contents .logo {
	float: right;
	padding: 34px 0 0 0;
	width: 173px;
	color: #fff;
}
#footer .contents .address a {
	color: #fff;
	text-decoration: underline;
}
#contentBox {
	position: relative;
	z-index: 50;
	overflow: hidden;
	width: 100%;
}
#contentBox #subMenu {
	float: left;
	margin: 0 0 0 -249px;
	padding: 103px 0 48px;
	width: 50%;
}
#contentBox #content {
	float: left;
	padding: 0 0 30px 0;
	width: 739px;
	background-image: url('../img/common/dotted_content_side.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#subMenu h3 {
	float: right;
	clear: both;
	margin: 30px 0 14px;
	padding: 0 0 0 21px;
	width: 223px;
	color: #0052a5;
	font-size: 120%;
}
#subMenu ul.menu {
	clear: both;
	width: 100%;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	font-size: 120%;
}
#subMenu .btn {
	display: block;
	clear: both;
	height: 48px;
	border-top: 1px solid #bbbbbb;
	font-size: 120%;
}
#subMenu .btn a {
	float: right;
	padding: 0 0 0 16px;
	width: 222px;
}
#subMenu .btn a.line1 {
	padding: 15px 0 0 16px;
	height: 33px;
}
#subMenu .btn a.line2 {
	padding: 6px 0 0 16px;
	height: 41px;
}
#subMenu .btn.top {
	margin: 0 0 0;
	background-color: #0052a5;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: bottom right;
	background-repeat: repeat-x;
	color: #fff;
}
#subMenu .btn.first.linkpage {
	border-top: 1px solid #bbbbbb;
}
#subMenu .btn.first {
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: bottom right;
	background-repeat: repeat-x;
}
#subMenu .btn.top a {
	color: #fff;
}
#subMenu .btn.top.gray {
	background-color: #F2F2F2;
}
#subMenu .btn.top.gray a {
	color: #000;
}
#subMenu .btn.middle {
	margin: 0 0 0;
	background-color: #F2F2F2;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: bottom right;
	background-repeat: repeat-x;
	color: #000;
}
#subMenu .btn.middle a {
	color: #000;
}
#subMenu .btn.middle:hover {
	background-color: #F2F2F2;
}
#subMenu .btn.linkpage {
	margin: 0 0 0;
	border: none;
	background-color: #fff;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: bottom right;
	background-repeat: repeat-x;
	color: #000;
}
#subMenu .btn.linkpage.last {
	background-image: none;
}
#subMenu .btn.linkpagelast {
	margin: 0 0 0;
	border: none;
	background-color: #fff;
	background-image: none;
	color: #000;
}
#subMenu .btn.linkpagelast a {
	color: #fff;
}
#subMenu .btn.linkpage a {
	background-image: url('../img/menu/arrow_menu_gray.gif');
	background-position: 211px 19px;
	background-repeat: no-repeat;
}
#subMenu .btn.linkpage a:hover {
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#subMenu .btn.selected {
	background-color: #004488 !important;
	color: #fff;
}
#subMenu .selected.linkpage a {
	background-image: none;
	color: #fff;
}
#subMenu .selected.linkpage a:hover {
	background-image: none;
}
#subMenu .btn.back {
	height: 47px;
	border-bottom: 1px solid #bbbbbb;
	background-color: #fffaeb;
}
#subMenu .btn.back a {
	background-image: url('../img/menu/arrow_back_gray.gif');
	background-position: 211px 20px;
	background-repeat: no-repeat;
}
#subMenu .btn.back a:hover {
	background-image: url('../img/menu/arrow_back_white.gif');
}
#subMenu .btn:hover {
	background-color: #0052a5;
}
#subMenu ul.internal {
	float: right;
	clear: both;
	margin: 0;
	padding: 0 0 0;
	width: 100%;
	list-style-type: none;
}
#subMenu ul.internal li {
	padding: 0 0 1px;
	height: 31px;
	background-color: #f2f2f2;
	background-image: url('../img/common/dotted_horizontal_sub.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 1%;
	line-height: 0;
	zoom: 1;
}
#subMenu ul.internal li a {
	display: block;
	float: right;
	padding: 11px 0 7px 37px;
	width: 207px;
	height: 13px;
	background-image: url('../img/menu/arrow_submenu_gray.gif');
	background-position: 28px 13px;
	background-repeat: no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 1;
	zoom: 1;
}
#subMenu ul.internal li:hover a {
	background-image: url('../img/menu/arrow_submenu_blue.gif');
	color: #0052a5;
}
#subMenu ul.internal.news li {
	padding: 0 0 1px;
	height: 31px;
	background-color: #fff;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-repeat: repeat-x;
}
#subMenu ul.internal.news li:hover {
	background-color: #0052a5;
	color: #fff;
}
#subMenu ul.internal.news li:hover a {
	background-image: url('../img/menu/arrow_submenu_white.gif');
	color: #fff;
}
#subMenu ul.internal.news li.selected {
	background-color: #0052a5;
}
#subMenu ul.internal.news li.selected:hover {
	background-color: #004488;
}
#subMenu ul.internal.news li.selected a {
	background-image: url('../img/menu/arrow_submenu_white.gif');
	color: #fff;
}
#subMenu ul.internal.news li.selected:hover a {
	color: #fff;
}
#subMenu ul.menu li {
	display: block;
	clear: both;
	width: 100%;
	background-color: #fff;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: bottom right;
	background-repeat: repeat-x;
	cursor: pointer;
	zoom: 1;
}
#subMenu ul.menu li:after {
	display: block;
	clear: both;
	width: 100%;
	content: "";
}
#subMenu ul.menu li:hover {
	background-color: #0060c2;
}
#subMenu ul.menu li:hover a {
	color: #fff;
}
#subMenu ul.menu li a {
	display: block;
	float: right;
	padding: 8px 0 12px 21px;
	width: 223px;
	height: 13px;
	background-image: url('../img/menu/arrow_menu_gray.gif');
	background-position: 217px 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#subMenu ul.menu li:hover a {
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#subMenu ul.menu li.selected {
	background-color: #004488;
}
#subMenu ul.menu li.selected a {
	background-image: none;
	color: #fff;
}
#subMenu ul.menu li.selected:hover {
	background-color: #0052a5;
}
#subMenu.top {
	position: relative;
	z-index: 300;
	padding: 8px 0 0 !important;
}
#content.top {
	position: relative;
	z-index: 200;
	padding: 0 !important;
}
#subMenu.top h1 {
	float: right;
	margin: 0 0 7px;
	width: 231px;
	font-size: 0;
	line-height: 0;
}
#subMenu.top ul.menu li a {
	padding: 8px 0 12px 21px;
}
#subMenu.top #menuTopList li.product {
	position: relative;
}
#subMenu.top #menuTopList li.product li {
	position: absolute;
	right: -180px;
	display: none;
	width: 179px;
	background-color: #0060c2;
}
#subMenu.top #menuTopList li.product li a {
	width: 163px;
	background-position: 158px 11px;
	color: #fff;
}
#subMenu.top #menuTopList li.product li:hover {
	background-color: #0052a5;
}
#subMenu ul.menu li.product a {
	background-image: url('../img/menu/arrow_open_gray.gif');
}
#subMenu ul.menu li.product:hover a {
	background-image: url('../img/menu/arrow_open_white.gif') !important;
}
#subMenu ul.menu li.product:hover ul a {
	background-image: url('../img/menu/arrow_menu_white.gif') !important;
}
#subMenu ul.menu li.product:hover ul a:hover {
	background-image: url('../img/menu/arrow_menu_white.gif') !important;
}
#subMenu ul.menu li.product li a {
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#subMenu ul.menu li.product:hover li a:hover {
	background-image: url('../img/menu/arrow_menu_white.gif');
}
#content.top #main {
	position: relative;
	margin: 0 0 0 1px;
	padding: 0 0 1px;
	width: 719px;
	height: 295px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
#content.top #main:hover {
	background-color: #0052a5;
}
#content.top #main .cover {
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 2000;
	width: 696px;
	height: 280px;
	background-image: url('../img/cover/top_main_cover_out.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#content.top #main:hover .cover {
	background-image: url('../img/cover/top_main_cover_over.png');
}
#content.top #main #mainImage {
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 1000;
	overflow: hidden;
	width: 696px;
	height: 280px;
}
#content.top #main #btnNext {
	position: absolute;
	top: 118px;
	left: 678px;
	z-index: 2500;
	width: 32px;
	height: 32px;
}
#content.top #main #btnPrev {
	position: absolute;
	top: 148px;
	left: 680px;
	z-index: 2600;
	width: 28px;
	height: 28px;
}
#content.top h2 {
	margin: 0;
	padding: 0;
}
#subMenu.top ul.menu {
	clear: both;
	padding: 1px 0 0;
	width: 100%;
	border: none;
	background-image: url('../img/common/dotted_horizontal_rev.gif');
	background-position: top right;
	background-repeat: repeat-x;
	font-size: 120%;
}
#content.top .topList {
	margin: 0 0 0 1px;
	width: 720px;
	background-image: url('../img/top/bg_column3.gif');
	background-position: top left;
	background-repeat: repeat-y;
	zoom: 1;
}
#content.top .topList:after {
	display: block;
	clear: both;
	content: "";
}
#content.top .topitem {
	float: left;
	margin: 0 1px 0 0;
	padding: 8px 11px 23px 12px;
	width: 216px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	cursor: pointer;
	_padding: 8px 0 23px 11px;
}
#content.top .topitem .image {
	position: relative;
	margin: 0 12px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#content.top .topitem .image .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 208px;
	background-image: url('../img/cover/top_cover_out.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#content.top .topitem:hover .image .cover {
	background-image: url('../img/cover/top_cover_over.png');
}
#content.top .topitem h3 {
	margin: 14px 0 10px;
	padding: 0 4px 0;
	height: auto;
	background: none;
	font-size: 200%;
	line-height: 1;
}
#content.top .topitem h3 a {
	color: #000;
	text-decoration: none;
}
#content.top .topitem p.desc {
	margin: 0;
	padding: 0 4px 0;
	font-size: 120%;
	line-height: 1;
}
#content.top .topitem:hover {
	background-color: #0052a5;
	color: #fff;
	text-decoration: underline;
}
#content.top .topitem:hover a {
	color: #fff;
}
#topnews {
	position: relative;
	z-index: 75;
	margin: 0;
	width: 100%;
	background-color: #fffaeb;
	background-image: url('../img/top/line_news.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#topnews .contents {
	position: relative;
	padding: 0 0 30px;
	background-image: url('../img/top/bg_news.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
#topnews .newsBox {
	margin: 0 0 0 242px;
	padding: 31px 0 0;
	width: 719px;
}
#topnews .newsBox h4 {
	padding: 0 0 13px 16px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 200%;
	line-height: 1;
}
#topnews .newsBox .news {
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	background-image: url('../img/common/dotted_horizontal.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	line-height: 1;
	cursor: pointer;
}
#topnews .newsBox .news:hover {
	background-color: #0052a5;
	color: #fff !important;
	text-decoration: underline;
}
#topnews .newsBox .news:hover .date, #topnews .newsBox .news:hover h5 a {
	color: #fff !important;
}
#topnews .newsBox .news .date {
	float: left;
	padding: 12px 0 9px 0;
	width: 240px;
	color: #e68C00;
}
#topnews .newsBox .news h5 {
	float: left;
	padding: 10px 0 9px 0;
	width: 453px;
	font-size: 120%;
}
#topnews .newsBox .news h5 a:hover {
	color: #000;
	text-decoration: underline;
}
#global.top .contents {
	background-image: url('../img/top/bg_global.gif');
}
#global.top .contents .search {
	width: 237px;
}
#global.top .contents .search .gsc-input-box{
	background-color: #ddd9cc;
}
#global.top .contents .search input.gsc-input {
	background-image: none !important;
	background-color: #ddd9cc;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#global.top .contents .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
}
#global.top .contents .search .gsc-search-button input{
	position: absolute;
	top: 3px;
	left: 201px;
	margin: 0;
	padding: 0;
	width: 40px;
	position: absolute;
	padding: 4px 7px;
	width: 13px;
	height: 13px;
	z-index: 500;
}
.ie7 #global.top .contents .search {
	width: 247px;
	padding-right: 6px;
}
#footer.top {
	background-image: url('../img/top/line_footer.gif');
}
#footer.top .contents .logo {
	width: 203px;
}
#footer.top .contents {
	background-image: url('../img/top/bg_footer.gif');
}
#footer.top .contents .pagetop {
	background-image: url('../img/top/btn_pagetop.gif');
}
