﻿@charset "UTF-8";

/*2012 add start*/
/* Reset Setting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}

table{
	border-collapse: collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,th,var{
	font-weight:normal;
	font-style:normal;
}

ol,ul{
	list-style:none;
	vertical-align: middle;
}

ol li,ul li, dl dt,dl dd{
	vertical-align: middle;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

q:before,q:after{
	content:'';
}

abbr,acronym{
	border:0;
	}

/*Base Type Reset&Setting*/
* {font-size: 100%;}

body{
	color:#333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-family:MS PGOTHIC,"Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	voice-family:inherit;
	font-size:88% /*14px*/;
	background-color:#fff;
	min-width:960px;
	position: relative;
	border: 0;
	width:expression(document.body.clientWidth < 962? "960px" : "auto");
	-webkit-text-size-adjust: none; /*for iPhone*/
	behavior: url(/common/htc/csshover3.htc);
}

/*
* + html body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
}
*/

body * {
	line-height: 1.5;
}

html {
	height: 100%;
	_overflow-x: hidden;
}

img {
	border:0px;
	vertical-align: top;
}

/*Link Base Setting*/
a {
	color: #004D8A;
	text-decoration: none;
}
a:link {
	color: #004D8A;
	text-decoration: none;
}
a:visited {
	color: #5D2779;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	outline:none;
}
a:active {
	color: #B70309;
	text-decoration: underline;
	outline:none;
}
/*2012 add end*/

#mainArea01 h1,
#mainArea01 h2,
#mainArea01 h3,
#mainArea01 h4,
#mainArea01 h5,
#mainArea01 h6,
#mainArea02 h1,
#mainArea02 h2,
#mainArea02 h3,
#mainArea02 h4,
#mainArea02 h5,
#mainArea02 h6,
#mainAreaNews h1,
#mainAreaNews h2,
#mainAreaNews h3,
#mainAreaNews h4,
#mainAreaNews h5,
#mainAreaNews h6{
	clear: both;
	font-size:100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#areaBread ul,
#areaBread ol,
#areaBread dl,
#areaBread dd,
#areaBread form,
#areaLeft ul,
#areaLeft ol,
#areaLeft dl,
#areaLeft dd,
#areaLeft form,
#areaPagetop ul,
#areaPagetop ol,
#areaPagetop dl,
#areaPagetop dd,
#areaPagetop form,
#areaPagetopFree ul,
#areaPagetopFree ol,
#areaPagetopFree dl,
#areaPagetopFree dd,
#areaPagetopFree form,
#mainArea01 ul,
#mainArea01 ol,
#mainArea01 dl,
#mainArea01 dd,
#mainArea01 form,
#mainArea02 ul,
#mainArea02 ol,
#mainArea02 dl,
#mainArea02 dd,
#mainArea02 form,
#mainAreaNews ul,
#mainAreaNews ol,
#mainAreaNews dl,
#mainAreaNews dd,
#mainAreaNews form {
	margin: 0;
	padding: 0;
}

#areaBread p,
#areaLeft p,
#areaPagetop p,
#areaPagetopFree p,
#mainArea01 p,
#mainArea02 p,
#mainAreaNews p{
	margin-bottom: 1em;
}
#mainArea01 p,
#mainArea02 p,
#mainAreaNews p { line-height:1.8;}

#areaBread img,
#areaLeft img,
#areaPagetop img,
#areaPagetopFree img,
#mainArea01 img,
#mainArea02 img,
#mainAreaNews img {
	border: none;
}

/*List Base Setting*/
#areaBread ul,
#areaLeft ul,
#areaPagetop ul,
#areaPagetopFree ul,
#mainArea01 ul,
#mainArea02 ul,
#mainAreaNews ul {
	list-style-type: none;
}

/*form Base Setting*/
#areaBread form,
#areaLeft form,
#areaPagetop form,
#areaPagetopFree form,
#mainArea01 form,
#mainArea02 form,
#mainAreaNews form {
	margin:0px;
	padding:0px;
}

#areaBread input,
#areaLeft input,
#areaPagetop input,
#areaPagetopFree input,
#mainArea01 input,
#mainArea02 input,
#mainAreaNews input {
	vertical-align: middle;
	padding: 5px 8px;
}

/*Link Base Setting*/
/*2012 add*/
#areaBread a:link,
#areaLeft a:link,
#areaPagetop a:link,
#areaPagetopFree a:link,
#mainArea01 a:link,
#mainArea02 a:link,
#mainAreaNews a:link {
	text-decoration: none;
}

#areaBread a:visited,
#areaLeft a:visited,
#areaPagetop a:visited,
#areaPagetopFree a:visited,
#mainArea01 a:visited,
#mainArea02 a:visited,
#mainAreaNews a:visited {
	text-decoration: none;
}


#areaBread a:hover,
#areaLeft a:hover,
#areaPagetop a:hover,
#areaPagetopFree a:hover,
#mainArea01 a:hover,
#mainArea02 a:hover,
#mainAreaNews a:hover {
	text-decoration: underline;
}


#areaBread a:active,
#areaLeft a:active,
#areaPagetop a:active,
#areaPagetopFree a:active,
#mainArea01 a:active,
#mainArea02 a:active,
#mainAreaNews a:active {
	text-decoration: underline;
}
/*Title Link Setting*/
#mainArea01 h1 a:link,
#mainArea01 h2 a:link,
#mainArea01 h3 a:link,
#mainArea01 h4 a:link,
#mainArea01 h5 a:link,
#mainArea01 h6 a:link,
#mainArea02 h1 a:link,
#mainArea02 h2 a:link,
#mainArea02 h3 a:link,
#mainArea02 h4 a:link,
#mainArea02 h5 a:link,
#mainArea02 h6 a:link,
#mainAreaNews h1 a:link,
#mainAreaNews h2 a:link,
#mainAreaNews h3 a:link,
#mainAreaNews h4 a:link,
#mainAreaNews h5 a:link,
#mainAreaNews h6 a:link,
#mainArea01Before h1 a:link,
#mainArea01Before h2 a:link,
#mainArea01Before h3 a:link,
#mainArea01Before h4 a:link,
#mainArea01Before h5 a:link,
#mainArea01Before h6 a:link {
	text-decoration: none;
}
#mainArea01 h1 a:visited,
#mainArea01 h2 a:visited,
#mainArea01 h3 a:visited,
#mainArea01 h4 a:visited,
#mainArea01 h5 a:visited,
#mainArea01 h6 a:visited,
#mainArea02 h1 a:visited,
#mainArea02 h2 a:visited,
#mainArea02 h3 a:visited,
#mainArea02 h4 a:visited,
#mainArea02 h5 a:visited,
#mainArea02 h6 a:visited,
#mainAreaNews h1 a:visited,
#mainAreaNews h2 a:visited,
#mainAreaNews h3 a:visited,
#mainAreaNews h4 a:visited,
#mainAreaNews h5 a:visited,
#mainAreaNews h6 a:visited,
#mainArea01Before h1 a:visited,
#mainArea01Before h2 a:visited,
#mainArea01Before h3 a:visited,
#mainArea01Before h4 a:visited,
#mainArea01Before h5 a:visited,
#mainArea01Before h6 a:visited {
	text-decoration: none;
}
#mainArea01 h1 a:hover,
#mainArea01 h2 a:hover,
#mainArea01 h3 a:hover,
#mainArea01 h4 a:hover,
#mainArea01 h5 a:hover,
#mainArea01 h6 a:hover,
#mainArea02 h1 a:hover,
#mainArea02 h2 a:hover,
#mainArea02 h3 a:hover,
#mainArea02 h4 a:hover,
#mainArea02 h5 a:hover,
#mainArea02 h6 a:hover,
#mainAreaNews h1 a:hover,
#mainAreaNews h2 a:hover,
#mainAreaNews h3 a:hover,
#mainAreaNews h4 a:hover,
#mainAreaNews h5 a:hover,
#mainAreaNews h6 a:hover,
#mainArea01Before h1 a:hover,
#mainArea01Before h2 a:hover,
#mainArea01Before h3 a:hover,
#mainArea01Before h4 a:hover,
#mainArea01Before h5 a:hover,
#mainArea01Before h6 a:hover {
	text-decoration: underline;
}
#mainArea01 h1 a:active,
#mainArea01 h2 a:active,
#mainArea01 h3 a:active,
#mainArea01 h4 a:active,
#mainArea01 h5 a:active,
#mainArea01 h6 a:active,
#mainArea02 h1 a:active,
#mainArea02 h2 a:active,
#mainArea02 h3 a:active,
#mainArea02 h4 a:active,
#mainArea02 h5 a:active,
#mainArea02 h6 a:active,
#mainAreaNews h1 a:active,
#mainAreaNews h2 a:active,
#mainAreaNews h3 a:active,
#mainAreaNews h4 a:active,
#mainAreaNews h5 a:active,
#mainAreaNews h6 a:active,
#mainArea01Before h1 a:active,
#mainArea01Before h2 a:active,
#mainArea01Before h3 a:active,
#mainArea01Before h4 a:active,
#mainArea01Before h5 a:active,
#mainArea01Before h6 a:active {
	text-decoration: underline;
}

/* speakNavi */
div.speakNavi {
	margin:0px;
	padding:0px;
	width:1px;
	height:1px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}

#areaBread ul,
#areaBread ol,
#areaLeft ul,
#areaLeft ol,
#areaPagetop ul,
#areaPagetop ol,
#areaPagetopFree ul,
#areaPagetopFree ol,
#mainArea01 ul,
#mainArea01 ol,
#mainArea02 ul,
#mainArea02 ol,
#mainAreaNews ul,
#mainAreaNews ol {
	list-style:none;
}

#areaBread hr,
#areaLeft hr,
#areaPagetop hr,
#areaPagetopFree hr,
#mainArea01 hr,
#mainArea02 hr,
#mainAreaNews hr {
	display:none;
	clear:both;
}

#areaBread a img,
#areaLeft a img,
#areaPagetop a img,
#areaPagetopFree a img,
#mainArea01 a img,
#mainArea02 a img,
#mainAreaNews a img {
	border:none;	
}

#areaBread fieldset,
#areaLeft fieldset,
#areaPagetop fieldset,
#areaPagetopFree fieldset,
#mainArea01 fieldset,
#mainArea02 fieldset,
#mainAreaNews fieldset {
	border:none;
}

/*Block Setting*/
.block {
	display: block;
}

#areaFree{
	display: block;
}
#areaProdLink{
	display: block;
}
#areaProdContact{
	display: block;
}

/* sub sup Setting */
sub{
	vertical-align: -0.1em;
	font-size: 85%;
	line-height: 100%;
}

* html body sub{
	vertical-align: 0em;
}

sup{
	vertical-align: 0.2em;
	font-size: 85%;
	line-height: 100%;
}

* html body sup{
	vertical-align: 0.4em;
}

/*print*/
#gnavPrint {display: none;}