@import url("print.css") print;
@charset "UTF-8";

/*basic settings */
body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	background: url(../images/common/body_bg.gif) repeat-x;
	color: #222222;
	}

/*　Safari・Chrome用指定　*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
body { font-family: Arial,Helvetica,sans-serif; }
}


#contents:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	}

p,li,dt,dd,th,td{
	font-size: 93%;
	}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd,
dd td,
td li,
td dt,
td dd{
	font-size: 100%;
	}

a:link{
	color:#023C7C;
	}

a:visited{
	color:#333333;
	}

a:hover,
a:active{
	color: #4092c5;
	}

label{
	cursor: pointer;
	}


/*
WRAPPER
---------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	}


#header,
#footer .inner,
#contents{
	margin: 0 auto;
	text-align: left;
}


/*
HEADER
---------------------------------------------------------------------------------------*/

#header{
	position: relative;
	width:970px;
	height: 130px;
	z-index: 100;
	}

#header #logo{
	position: absolute;
	left: 23px;
	top: 24px;
	width: 141px;
	height: 48px;
	}

#header #globalNav{
	position: absolute;
	left: 0;
	top: 86px;
	width: 100%;
	height: 60px;
	}

#header #globalNav ul{
	height: 60px;
	}

#header #globalNav li{
	position: relative;
	float:left;
	height: 60px;
	list-style-type: none;
	}

#header #subNavTop{
	position: absolute;
	right: 0;
	top: 6px;
	width: 228px;
	height: 23px;
	}

#header #subNavTop ul{
	height: 23px;
	}

#header #subNavTop li{
	float: left;
	height: 23px;
	list-style-type: none;
	}

#header #subNavBtm{
	position: absolute;
	left: 537px;
	top: 47px;
	width: 430px;
	height: 28px;
	}

#header #subNavBtm #fontSize{
	float: left;
	margin: 1px 26px 0 0;
	padding-left: 79px;
	width: 94px;
	height: 26px;
	background: url(../images/common/fontSize_bg.gif) no-repeat;
	}

#header #subNavBtm #fontSize ul{
	height: 26px;
	}

#header #subNavBtm #fontSize li{
	float: left;
	margin-right: 3px;
	width: 26px;
	height: 26px;
	list-style-type: none;
	}

#header #subNavBtm #fontSize li a{
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	}

#header #subNavBtm #fontSize li a#fontSize_small{
	background-image:url(../images/common/btn_fontSize-small.gif);
	}

#header #subNavBtm #fontSize li a#fontSize_medium{
	background-image:url(../images/common/btn_fontSize-medium.gif);
	}

#header #subNavBtm #fontSize li a#fontSize_large{
	background-image:url(../images/common/btn_fontSize-large.gif);
	}

#header #subNavBtm #sitemap{
	float:left;
	margin-right:15px;
	width: 91px;
	height: 28px;
	}

#header #subNavBtm #contact{
	float:left;
	width: 125px;
	height: 28px;
	}
	
#loginNav{
	position: absolute;
	left: 430px;
	top: 12px;
	width: 285px;
	}

/*
HEADER > MEGA DROPDOWN
---------------------------------------------------------------------------------------*/
/** Common **/
#header #globalNav .submenu {
	display: none;
	position: absolute;
	top: 44px;
	z-index: 100;
	padding:8px 23px;
	border:1px solid #FFF;
	line-height:1em;
	background-color:#208DD2;
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
}

#header #globalNav .submenu h2 {
	margin: 10px 0 15px;
	font-size: 100%;
	font-weight:bold;
	color:#FFF;
}

#header #globalNav .submenu ul {
	margin: 10px 0;
	height: auto;
	zoom: 1;
} 

#header #globalNav .submenu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#header #globalNav .submenu li {
	padding: 0;
	margin: 0 20px 15px 0;
	float: left;
	list-style-type: none;
	/*width: 130px;*/
	height: auto;
	line-height: 1.3;
}
#header #globalNav .submenu .productItems li{
height: 2em;
}

#header #globalNav .submenu a {
	color: #FFF;
	text-decoration:none;
}


#header #globalNav .submenu a:hover {
	text-decoration:underline;
	color:#FFFF00;
}

#header #globalNav .submenu li a {
	display: block;
	color: #FFF;
	padding-left: 18px;
	background: url('../images/common/icon_white_arrow.png') 0 5% no-repeat;
	text-decoration:none;
}

#header #globalNav .submenu li a:hover{
	text-decoration:underline;
	color:#FFFF00;
}

#header #globalNav .submenu .menuBanner li {
	width:160px;
}

#header #globalNav .submenu .menuBanner a {
	background-image:none;
	padding: 0;
}


/** Product **/
#header #globalNav #megaDropProduct {
	left: 0;
	width: 755px;
}

#header #globalNav #megaDropProduct ul{
	margin: 0;
}

#header #globalNav #megaDropProduct .productRelatedItems{
	clear:both;
	border-top:1px solid #FFF;
}

#header #globalNav #megaDropProduct ul.productRelatedLinks{
	width:150px;
	float:left;
	padding-right:0;
}

#header #globalNav #megaDropProduct .menuBanner {
	float: right;
	width: 600px;
}

#header #globalNav #megaDropProduct .productNewItems{
	clear: both;
	margin-top: 0;
	border-top:1px solid #FFF;
}	

#header #globalNav #megaDropProduct .productNewItems img{
	border: 1px solid #CCCCCC;
}


#header #globalNav #megaDropProduct .imgFloatbox-l {	
	zoom: 1;
	margin-bottom: 10px;
	float:left;
}	

#header #globalNav #megaDropProduct .imgFloatbox-l div.photoArea {	
	float: left;
	width: 115px;
	padding-right: 10px;
}	
#header #globalNav #megaDropProduct .imgFloatbox-l div.textArea {	
	float: left;
	width: 250px;
	line-height: 1.5em;
}

#header #globalNav #megaDropProduct .imgFloatbox-l div.textArea p{
	padding-left: 18px;
	background: url('../images/common/icon_white_arrow.png') 0 5% no-repeat;
	color:#FFFFFF;
}

#header #globalNav #megaDropProduct .imgFloatbox-l div.textArea p a{
	text-decoration: underline;
}

/** News **/
#header #globalNav #megaDropNews {
	left: 0;
	width: 500px;
}

#header #globalNav #megaDropNews ul{
	margin:0;
	padding: 10px 0 5px 0;
	height: auto;
}
#header #globalNav #megaDropNews ul li{
	float:none;
	margin: 0;
	width:500px;
	height: auto;
	line-height:1.5em;
	color:#FFF;
}

#header #globalNav #megaDropNews .newsPickup {
	margin-top:10px;
	padding:10px 0 0 10px;
	border-top:2px solid #FFF;
}

#header #globalNav #megaDropNews .newsPickup ul{
	padding: 0 0 5px 10px;
	margin-bottom:20px;
	border-left:5px solid #FFF;
}

#header #globalNav #megaDropNews .newsPickup ul li a{
	text-decoration:underline;
}

/** Support **/
#header #globalNav #megaDropSupport {
	left: 0;
	width: 400px;
}

#header #globalNav #megaDropSupport ul li{
	width:300px;
	margin-right:10px;
}
#header #globalNav #megaDropSupport {
	padding-right:0;
}

/** catalog **/
#header #globalNav #megaDropCatalog {
	left: 0;
	width: 245px;
}
#header #globalNav #megaDropCatalog ul.catalogItems{
	margin-bottom: 20px;
	border-bottom:1px solid #FFF;
	height:3em;
}

/** school **/
#header #globalNav #megaDropSchool {
	left: -4px;
	width: 300px;
}

/** company **/
#header #globalNav #megaDropCompany {
	right: 0px;
	width: 420px;
}

#header #globalNav #megaDropCompany ul li{
	width:200px;
	margin-right:10px;
}

/** shop **/
#header #globalNav #megaDropShop {
	right: 0;
	width: 380px;
}

#header #globalNav #megaDropShop ul.homecenerItems{
	margin-bottom: 20px;
	height:7em;
	border-bottom:1px solid #FFF;
}
#header #globalNav #megaDropShop ul.homecenerItems li{
	width:100px;
}
#header #globalNav #megaDropShop ul{
	clear:both;
}
#header #globalNav #megaDropShop ul.othershopItems{
	padding-top:0;
}


/*
CONTENSTS
---------------------------------------------------------------------------------------*/

#contents{
	padding: 0 3px 25px;
	width:964px;
	}

#contents #contentsHead{
	padding:11px 0 15px;
	}

#contentsInner{
	float: left;
	width: 769px;
	}

.twoColumn #contentsInner{
	float: none;
	width: 964px;
	}

#main{
	float: right;
	margin-left: 15px;
	width: 574px;
	}

.twoColumn #main{
	width: 769px;
	}



/*
LOCAL NAV
---------------------------------------------------------------------------------------*/
	
#localNav{
	float: right;
	width: 180px;
	}	
	
#localNav .localNavTop{
	width: 180px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	}

#localNav .localNavTop li{
	width: 180px;
	margin-bottom:-1px;
	line-height: 1.5em;
	}

#localNav .localNavTop li a{
	display: block;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 7px 5px 7px 15px;
	width: 158px;
	font-weight: bold;
	background: url(../images/common/localNavi_normal_bg.gif) no-repeat 0 bottom;
	text-decoration:none;
	color: #000000;
	}

#localNav .localNavTop li a:hover{	
	color: #4092C5;
	}

#localNav{
	color:#333333;
}


#localNav .localNavTop li a.now{
	color: #ffffff;
	background: url(../images/common/localNavi_active_bg.gif) no-repeat 0 bottom;
	}

#localNav .localNavTop .localNavSecond{
	border: 1px solid #cccccc;
	margin-bottom: 9px;
	padding: 4px;
	width: 170px;
	background: #dee6eb;
	}

#localNav .localNavTop .localNavSecond.last{
	margin-bottom: 0;
	}

#localNav .localNavTop .localNavSecond li{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 170px;
	background: url(../images/common/bg_gray_dot-line.gif) repeat-x #ffffff;
	}
	
#localNav .localNavTop .localNavSecond li a{
	border: none;
	padding: 7px 3px 7px 17px;
	margin: 0 0 0 0;
	width: 150px;
	font-weight: normal;
	background: url(../images/common/icon_blue_arrow.png) no-repeat 3px 10px;
	}

#localNav .localNavTop .localNavSecond .localNavThird{
	border: none;
	margin-top: -3px;
	padding: 0 0 10px 15px;
	}

#localNav .localNavTop .localNavSecond .localNavThird li{
	width: 155px;
	background: none;
	}

#localNav .localNavTop .localNavSecond .localNavThird li a{
	padding: 3px 3px 3px 7px;
	width: 145px;
	background: url(../images/common/icon_blue_tri_arrow.gif) no-repeat 0 9px;
	}

#localNav .localNavTop .localNavSecond li a.now,
#localNav .localNavTop .localNavSecond .localNavThird li a.now{
	font-weight: bold;
	color: #f50000;
	}

#localNav .localNavTop a:hover{
	text-decoration:underline;
	}

#localNav a:link .new img{
	margin-left: 4px;
	text-decoration: none;
	}
	

/*
LOCAL NAV
---------------------------------------------------------------------------------------*/

#topicPath{
	padding-bottom: 5px;	
	}

#topicPath ul{
	}

#topicPath li{
	display: inline;
	font-size: 85%;
	line-height: 1.6em;
	}

#topicPath li a{
	padding-right: 10px;
	text-decoration: none;
	background: url(../images/common/topicPath_arrow.gif) no-repeat right 3px;
	color: #023C7C;
	}

#topicPath li a:hover {
	text-decoration: underline;
	color:#4092C5;
	}
	
/*
FOOTER
---------------------------------------------------------------------------------------*/

#footer{
	padding-bottom: 10px;
	min-height: 100px;
	}

#footerTopNav{
	padding: 16px 0 7px 3px;
	text-align: center;
	background: url(../images/common/footer_bg.gif) repeat-x;
	}

#footerTopNav li{
	display: inline;
	font-size: 85%;
	line-height: 1.2em;
	white-space:nowrap;
	}

#footerTopNav li a{
	margin-right: 3px;
	color: #222222;
	text-decoration: none;
	}

#footerTopNav li a:hover{
	text-decoration: underline;
	}

#footerBtmNav{
	padding: 8px 0 10px;
	border-bottom:1px solid #eaeaea;
	text-align: center;
	margin: 5px 0;
	}

#footerBtmNav li{
	display: inline;
	font-size: 85%;
	}

#footerBtmNav li a{
	margin-left: 15px;
	}

#footerBnr{
	width:970px;
	text-align:center;
	margin:0 auto;
	}

#footerBnrNav{
	text-align:left;
	float:left;
}

#footerBnrNav li{
	display: inline;
	}

#footerBnrNav li a{
	margin-right: 15px;
	}

#copyright{
	margin-top: 10px;
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 85%;
	text-align: center;
	clear:both;
	}

#returnTop{
	margin: 0 auto;
	width: 970px;
	text-align: right;
	}
	

/*
COMMON CLASS
---------------------------------------------------------------------------------------*/

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.first{
	background-image: none !important;
	}

input.search{
	border: 1px solid #cccccc;
	color: #222;
	}

input.search.placeholder{
	color: #999;
	}

.headType1{
	margin-bottom: 10px;
	padding: 12px 9px;
	background: url(../images/common/head_bg_under_blueBar.gif) repeat-x 0 bottom;
	font-size: 100%;
	font-weight: bold;
	color: #0d5c8d;
	}

.headType2{
	margin-bottom: 10px;
	padding: 5px 5px 10px 27px;
	background: url(../images/common/head_bg_length_blueBar_w.gif) repeat-x 0 bottom;
	font-size: 108%;
	font-weight: bold;
	color: #0d5c8d;
	}

.headType3{/*spanタグを内包する必要あり*/
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.headType3 span{
	display: block;
	margin-top: 3px;
	padding: 5px 5px 5px 17px;
	background: url(../images/common/head_bg_length_blueBar_s.gif) repeat-x 0 bottom;
	font-size: 100%;
	font-weight: bold;
	color: #0d5c8d;
	}

.headType4{
	margin-bottom: 10px;
	padding: 5px 5px 6px 5px;
	background: url(../images/common/head_bg_gray_stripe.gif) repeat-x 0 bottom;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #222222;
	}

.indentList{
	padding-left: 1em;
	}

.indentList li{
	margin-bottom:2px;
	}
	
.list.orangeSquare li,
.indentList.orangeSquare li,
.headOrangeSquare{
	padding-left: 12px;
	background: url(../images/common/icon_orange_sq.gif) no-repeat 0 5px;
	}	

.list.graySquare li,
.indentList.graySquare li,	
.headGraySquare{
	padding-left: 12px;
	background: url(../images/common/icon_gray_sq.gif) no-repeat 0 5px;
	}

.inlineList li{
	display: inline;
	white-space: nowrap;
	margin-left: -2px;
	}

.kome{
	padding-left: 1em;
	text-indent: -1em;
	}

.komeList li{
	padding-left: 1em;
	text-indent: -1em;
	}

.frameImg{
	border: 1px solid #cccccc;
	padding: 3px;
	background: #ececec;
	}

.pagetop{
	margin: 10px 0;
	text-align: right;
	}

.pagetop a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	
.annotation{
	padding:0 15px; 
	background: url(../images/common/icon_notice.gif) no-repeat 0 2px;
}


/*
SITE SEARCH
---------------------------------------------------------------------------------------*/
#main .siteSearch {
  margin: 20px 0;
}
