@charset "UTF-8";
@import "layout.css";
@import "contents.css";
@import "product.css";
@import "../js/commons/mailform.css";

/* 全称セレクタ
---------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	zoom:1;
}


/* Body
---------------------------------------------------------------------------- */
body {
	height:100%; 
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	color: #333;
	background:url(../img/common/bg02.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	border: 0;
	line-height:1.2em;
}

body#top {
	background:url(../img/common/bg.jpg) repeat-x;
}

body#enTop {
	background:url(../img/common/bg.jpg) repeat-x;
}

div {
	border: 0;
}

img {
	vertical-align: bottom;
	border: 0;
}

#contents p {
	margin: 0 5px 8px 5px;
	line-height: 1.5em;
	padding: 0 3px;
}

#top #contents img {
	padding: 0!important;
}

#contents img {
	padding: 0 3px;
}

div#contents .english,
div#contents .english p {
	font-size:93%;
	color:#666666;
	font-family:Verdana,Arial,sans-serif;
}


/* UL設定
---------------------------------------------------------------------------- */
ul {
	text-align: left;
	list-style: none;
}


/* リンク
---------------------------------------------------------------------------- */
a {
	text-decoration:none;
}

a:link,
a:visited,
a:active {
	color:#003399;
}

a:hover {
	color:#0066FF;
	text-decoration: underline;
}

a.link {
	background: url(../img/common/icon_link.gif) no-repeat 0;
	line-height: 140%;
	padding-left: 10px;
	margin-top: 8px;
	margin-right: 20px;
}

a.pdf {
	background: url(../img/common/icon_pdf.gif) no-repeat 0;
	line-height: 140%;
	padding-left: 18px;
	margin-top: 8px;
	margin-right: 20px;
}

a.right {
	float: right;
}

a.linkTop {
	display: block;
	clear: both;
	float: right;
	margin-top: 50px;
}



/* 見出し
---------------------------------------------------------------------------- */
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	display: inline;
	line-height:10px;
}

#top h1 {
	margin: 0 10px 0 0;
}

#top h2 {
	line-height: 50px;
	font-size: 130%;
	background: url(../img/common/h2_01.jpg) no-repeat 0;
	padding: 9px 0 0 50px;
	margin: 0 0 10px 0;
}
	
h2 {
	line-height: 36px;
	font-size: 120%;
	background: url(../img/common/h2_02.jpg) no-repeat 0 1px;
	padding: 4px 0 0 18px;
	margin: 0 0 15px 0;
	clear: both;
}

h3 {
	font-size: 110%;
	line-height: 1.7em;
	margin: 20px 0 15px 0;
	padding: 0 0 0 5px;
	clear: both;
	background: url(../img/common/h3_bg.gif) repeat-x left bottom;
}

h3.qaCat {
	margin-top: 70px;
}

#top h3 {
	background: none;
}

h4 {
	font-size: 100%;
	margin: 20px 0 10px 0;
	clear: both;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
	display: inline-block;   
}   
.clearfix:after {
	content: "";   
	display: block;   
	clear: both;   
}

.clear {
	clear: both;
}

/* 装飾その他
---------------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

img.left {
	float: left;
	margin:0 20px 20px 0;
}

div.right {
	float: right;
	margin: 0 0 0 10px;
	_margin: 0 0 10px 10px;
}

div.left {
	float: left;
	margin:0 10px 0 0;
	_margin: 0 10px 10px 0;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.w575 {
	width: 575px;
}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

div.border01 {
	border: #CCCCCC 1px solid;
}

div.sec {
	overflow: hidden;
	clear: both;
	padding-bottom: 12px;
}

