﻿@charset "UTF-8";

/* 共通 */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

p.notes{
	font-size: 90%;
	color:#FF0000;
}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	background: #fff;
}

/* bodyでセンタリング指定すると、ウィンドウサイズを変更する */
/* (ブラウザの横幅を変化させる)することで、グローバルナビ   */
/* だけがセンタリングされない不具合がIE6のみ発生した。      */
/* 「content-all」を全体で囲みこのセレクタでセンタリング    */
/* することで解消した                                       */
#content-all {
	width: 720px;
	margin: 0 auto;
}

a,
a:link,
a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}

a img {
	border: none;
}

.clr-both {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* Header */
#header {
	width: 720px;
	height: 70px;
	background: url("../images/bg_header.jpg") no-repeat;
}

#header #site-tile {
	text-indent: -9999px;
	width: 170px;
	float: left;
}

#header #site-tile a {
	display: block;
	width: 140px;
	height: 36px;
	margin: 17px 0 0 20px;
}

#header .right {
	text-align: right;
	width: 527px;
	float: right;
	margin: 11px 23px 0 0 ;
}

#header #fontsize {
	font-size: 12px;
	line-height: 16px;
	width: 155px;
	margin: 0 0 10px auto;
}

#header #fontsize .title {
	text-align: left;
	width: 95px;
	float: left;
}

#header #fontsize .list {
	width: 60px;
	float: right;
}

#header #fontsize .item a {
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	padding: 0 0 0 4px;
}

#header #fontsize .item a {
	text-decoration: none;
	float: left;
}

#header #fontsize a#size-s {
	background-image: url("../images/bt_s.gif");
}
#header #fontsize a#size-m {
	background-image: url("../images/bt_m.gif");
	background-position: 0 -16px;
}
#header #fontsize a#size-l {
	background-image: url("../images/bt_l.gif");
}

#header #fontsize ul {
	list-style: none;
}

#header #fontsize ul li {
	display: inline;
}

#header #search-box {
	font-size: 10px;
	margin: 0 4px 0 0;
}

#header #search-box input {
	font-size: 12px;
}

/* Global Navi */
#global-navi {
	font-size: 10px;
	width: 720px;
    position: absolute;
    z-index: 100;
}

#global-navi #main-menu {
	width: 720px;
	list-style: none;
	position: relative;
}

#global-navi #main-menu a {
	display: block;
}

#global-navi a#home {
	background: transparent url("../images/navi_001.gif") no-repeat;
}
#global-navi a:hover#home {
	background-position: 0 -35px;
}

#global-navi a#products {
	background: transparent url("../images/navi_002.gif") no-repeat;
}
#global-navi a:hover#products {
	background-position: 0 -35px;
}

#global-navi a#supply {
	background: transparent url("../images/navi_003.gif") no-repeat;
}
#global-navi a:hover#supply {
	background-position: 0 -35px;
}

#global-navi a#support {
	background: transparent url("../images/navi_004.gif") no-repeat;
}
#global-navi a:hover#support {
	background-position: 0 -35px;
}

#global-navi a#user {
	background: transparent url("../images/navi_005.gif") no-repeat;
}
#global-navi a:hover#user {
	background-position: 0 -35px;
}

/* プルダウンしないメニュー */
#global-navi #main-menu li.nodown {
	text-indent: -9999px;
	width: 144px;
	float: left;
}

#global-navi #main-menu li.nodown a {
	width: 144px;
	height: 35px;
}

/* プルダウンするメニュー */
#global-navi .item {
	display: none;
}

#global-navi #main-menu li a {
	width: 144px;
	height: 35px;
}

#global-navi #main-menu li.off {
	width: 144px;
	height: 35px;
	position: relative;
	overflow: hidden;
	float: left;
}

#global-navi #main-menu li.on {
	width: 144px;
	overflow: hidden;
	float: left;
}
#global-navi #main-menu>li.on {
	overflow: visible;
}

#global-navi #main-menu li.on a#products,
#global-navi #main-menu li.on a#supply,
#global-navi #main-menu li.on a#support {
	background-position: 0 -35px;
}

#global-navi .sub-menu {
	text-align: left;
	background: #fff;
	list-style: none;
	left: 0;
	top: 0;
	position: relative;
	padding: 8px 0 10px 0;
}

#global-navi .sub-menu li {
	background-color: #fff;
}

#global-navi .sub-menu li.off2,
#global-navi .sub-menu li.on2 {
	width: 144px;
	height: 24px;
}

#global-navi .sub-menu li a {
	width: 120px;
	height: 18px;
	padding: 3px 12px;
}

#global-navi .sub-menu li a:hover {
	color: #999;
	text-decoration: none;
}

#global-navi .sub-menu li.off2 {
	position: relative;
	overflow: hidden;
}

#global-navi .sub-menu li.on2 {
	overflow: hidden;
}

#global-navi>.sub-menu li.on2 {
	overflow: visible;
}

/* パンくずリスト */
#crumbslist {
	margin: 55px 0 10px 0;
}

#crumbslist .name {
	display: inline;
}

/* TOPへ */
#go-top {
	text-align: right;
}

#go-top a,
#go-top a:visited {
	background: url("../images/yaji_up_off.gif") no-repeat 0 40%;
	padding: 0 0 0 15px;
}

#go-top a:hover {
	background: url("../images/yaji_up_on.gif") no-repeat 0 40%;
}

/* Footer */
#footer {
	font-size: 10px;
	line-height: 16px;
	width: 720px;
}

/* テキストリンク */
.icon-link a,
.icon-link a:visited {
	background: url("../images/yaji_off.gif") no-repeat 0 30%;
	padding: 0 0 0 12px;
}

.icon-link a:hover {
	background: url("../images/yaji_on.gif") no-repeat 0 30%;
}

.icon-uplink a,
.icon-uplink a:visited {
	background: url("../images/yaji_up_off.gif") no-repeat 0 40%;
	padding: 0 0 0 15px;
}

.icon-uplink a:hover {
	background: url("../images/yaji_up_on.gif") no-repeat 0 40%;
}

.icon-downlink a,
.icon-downlink a:visited {
	background: url("../images/yaji_downs_off.gif") no-repeat 0 30%;
	padding: 0 0 0 15px;
}

.icon-downlink a:hover {
	background: url("../images/yaji_downs_on.gif") no-repeat 0 30%;
}

.preload {
	display: none;
}


/*サポートセンターバナー*/

#supportcenter_tr{
padding:3px 0 10px 0;
width:670px;
float:right;
border:0;
vertical-align:top;
}

#supportcenter{
margin:0;
padding:5px 10px 10px 0;
float:right;
border:0;
vertical-align:top;
}

#supportcenter_tr table{
margin:0px 0 10px 105px;
border:0;
}

#supportcenter table{
margin:10px 0 20px 105px;
border:0;
}

#supportcenter tr{
float:right;
}

#supportcenter_tr td.shop{
padding:5px 8px 5px 20px;
text-align:right;
vertical-align:top;
}

#info_right {
	text-align: right;
}

#info_right a,
#info_right a:visited {
	background: url("../images/yaji_off.gif") no-repeat 0 30%;
	padding: 0 0 0 12px;
}

#info_right a:hover {
	background: url("../images/yaji_on.gif") no-repeat 0 30%;
}

#supportcenter_tr td.banner{
padding:0;
margin:0;
float:right;
}

/* 20090601 */

#addTxt{
padding:0 0 15px;
}

#addTxt h2{
border-bottom:1px solid #3C3C3C;
color:#000099;
padding:0 0 5px 5px;
}

#addTxt p{
padding:5px 5px 0;
}

