@charset "utf-8";

/* --------------------------------------------------------
   base
-------------------------------------------------------- */
@import "./reset.css";

html
{
	background: #fff url('../img/hd_bg.jpg') repeat-x;
}

body
{
	color: #555;
	text-align: center;
}

.wrapper
{
	font: 12px 'Arial', 'Meiryo', 'ＭＳ ゴシック';
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.mac .wrapper
{
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN';
}

/* IE7 */
*+html .wrapper
{
	font-family: 'ＭＳ ゴシック';
}

.wrapper .kigou
{
	font-family: 'ＭＳ Ｐゴシック';
}

.wrapper .yen
{
	font-family: 'Meiryo', 'ＭＳ Ｐゴシック';
}

.mac .wrapper .kigou,
.mac .wrapper .yen
{
	font-family: 'Hiragino Kaku Gothic ProN';
}



/* --------------------------------------------------------
   link
-------------------------------------------------------- */
a
{
	text-decoration: none;
}

a:link
{
	color: #0463cf;
}

a:visited
{
	color: #4b8fdd;
}

a:hover
{
	text-decoration: underline;
}

a.opct:hover img,
header a:hover img,
#mainR a:hover img,
footer a:hover img
{
	opacity:0.7;				/* Firefox用 */
	filter:alpha(opacity=70);	/* Internet Explorer用 */
}

a.mkLink
{
	background: url(../img/mk_link.gif) no-repeat 0 7px;
	padding-left: 13px;
	display:	block;
}

a.mkLink,
a.mkLink:visited
{
	color: #555;
}

a.sWin
{
	padding-left: 15px;
	background: url(../img/mk_win.gif) no-repeat 0 3px;
}



/* --------------------------------------------------------
   header
-------------------------------------------------------- */
header h1
{
	float: left;
}

header h1 img
{
	margin:	19px 0 13px;
}
header h1 img:first-child{
	margin-right: 10px;
}
header .navi
{
	float: right;
	margin:	8px 0 0;
}

header .navi li
{
	float: left;
	padding-top:	17px;
}

header .navi li.last
{
	margin-left:	12px;
	padding-top:	0;
}



/* --------------------------------------------------------
   navi
-------------------------------------------------------- */
nav ul#mainNavi li
{
	float: left;
	height: 43px;
}

nav ul#mainNavi li a img
{
	background: url('../img/nav.gif') no-repeat;
}

nav ul#mainNavi li#navi1 a:hover img,
#home nav ul#mainNavi li#navi1 img
{
	background-position: 0 -39px;
}

nav ul#mainNavi li#navi2 img
{
	background-position: -82px 0;
}

nav ul#mainNavi li#navi2:hover img,
#company nav ul#mainNavi li#navi2 img
{
	background-position: -82px -39px;
}

nav ul#mainNavi li#navi3 img
{
	background-position: -255px 0;
}

nav ul#mainNavi li#navi3:hover img,
#products nav ul#mainNavi li#navi3 img
{
	background-position: -255px -39px;
}

nav ul#mainNavi li#navi4 img
{
	background-position: -429px 0;
}

nav ul#mainNavi li#navi4:hover img,
#process nav ul#mainNavi li#navi4 img
{
	background-position: -429px -39px;
}

nav ul#mainNavi li#navi5 img
{
	background-position: -601px 0;
}

nav ul#mainNavi li#navi5:hover img,
#qc nav ul#mainNavi li#navi5 img
{
	background-position: -601px -39px;
}

nav ul#mainNavi li#navi6 img
{
	background-position: -775px 0;
}

nav ul#mainNavi li#navi6:hover img,
#csr nav ul#mainNavi li#navi6 img
{
	background-position: -775px -39px;
}



/* --------------------------------------------------------
   main
-------------------------------------------------------- */
body
{
	background: url('../img/tit_bg.jpg') no-repeat 50% 120px;
}

.pankuzu
{
	margin:		8px 0 18px;
	padding:	1px 0 0 20px;
	background:	url(../img/pankuzu_mk.gif) no-repeat;
	color:		#aaa;
	line-height: 1.2;
}

#mainL
{
	float: left;
	width: 648px;

	/* 最低限の高さを設定 */
	min-height: 370px;
	height: auto !important;
	height: 370px;
}

#mainL h1,
#mainL h2,
#mainL h3,
#mainL h4,
#mainL h5,
#mainL h6,
#mainL p,
#mainL ul.typeA
{
	line-height: 1.8;
}

#mainL .stit
{
	background:		url('../img/tit_line.gif') no-repeat 0 100%;
	padding-bottom:	3px;
	margin-bottom:	22px;
}

#mainL .stit2
{
	background:		url('../img/stit_bg.gif') no-repeat 0 100%;
	padding:		0 0 0 10px;
	margin:			40px 0 15px;
	font-size:		1.4em;
}

#mainL .stit3
{
	background:		url('../img/line.gif') repeat-x 0 100%;
	padding:		0 0 1px;
	margin:			0 0 10px;
}

#mainL p
{
	margin-bottom: 20px;
}

#mainL .copy
{
	margin-bottom: 10px;
}

#mainL ul.typeA
{
	margin: 0 0 20px 30px;
}

#mainL ul.typeA li
{
	margin: 1px 0;
	list-style:	disc;
}

#mainL section.box
{
	margin:	0 0 35px;
}

#mainL .txtL,
#mainL .txtR
{
	width:	350px;
}

#mainL .phtL,
#mainL .phtR
{
	width:	274px;
}

#mainL .phtL,
#mainL .txtL
{
	float:	left;
}

#mainL .phtR,
#mainL .txtR
{
	float:	right;
}

.message span{
	display: block;
	text-align: right;
}

/* --------------------------------------------------------
   mainR
-------------------------------------------------------- */
#mainR
{
	width: 252px;
	float: right;
}

#mainR nav .box
{
	border:	1px solid #e4e4e4;
	border-top: none;
	margin-bottom:	20px;
}

#mainR nav .box li
{
	background:		url('../img/snaviLine.gif') no-repeat 18px 100%;
}

#mainR nav .box li.last
{
	background: none;
}

#mainR nav .box li a
{
	color:	#555;
	display:block;
	background: url(../img/mk_link.gif) no-repeat 24px 11px;
	padding: 7px 18px 7px 38px;
	text-decoration:	none;
}

#mainR nav .box li a:hover,
#cnt00 #mainR nav .box li#sNavi1,
#cnt01 #mainR nav .box li#sNavi2,
#cnt02 #mainR nav .box li#sNavi3,
#cnt03 #mainR nav .box li#sNavi4,
#cnt04 #mainR nav .box li#sNavi5,
#cnt05 #mainR nav .box li#sNavi6
{
	background-color: #f0f0f0;
}

#mainR .bnr li
{
	margin-bottom: 16px;
}

#mainR .bnr .last
{
	padding-top: 4px;
}



/* --------------------------------------------------------
   table
-------------------------------------------------------- */
table
{
	width: 100%;
}

table th,
table td
{
	border: #d0d0d0 1px dotted;
	padding: 8px 10px;
	line-height: 1.6;
	border-left: none;
	border-right: none;
}

table th
{
	vertical-align: top;
	background-color: #f0f0f0;
	width: 25%;
}



/* --------------------------------------------------------
   form
-------------------------------------------------------- */
form table .hissu
{
	margin-left: 4px;
	vertical-align: middle;
}

form table .widthS
{
	width: 70px;
}

form table .width
{
	width: 180px;
}

form table .width2
{
	width: 400px;
}

form table textarea
{
	width: 400px;
}

form input,
form select,
form textarea
{
	margin: 2px 3px;
}

.error
{
	color: #cc0000;
}

form table .error
{
	margin-bottom: 4px;
}

form #btnSubmit
{
	margin-top: 25px;
	text-align: center;
}

form #btnSubmit input
{
	padding: 8px 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)";
}

form #btnSubmit input:hover
{
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0)";
}



/* --------------------------------------------------------
   footer
-------------------------------------------------------- */
footer
{
	background: url('../img/ft_bg.jpg') repeat-x 0 26px;
	margin:		50px 0 0;
	padding-bottom: 10px;
}

footer .topBtn
{
	text-align: right;
}

footer .left
{
	margin: 14px 0 0;
}

footer .logo p
{
	float:	left;
}

footer .logo p img
{
	margin-bottom:	9px;
}

footer .logo .txt
{
	padding:	3px 0 0 8px;
}

footer .right
{
	margin: 11px 0 0;
}

footer .right li
{
	float:			left;
	margin-right:	18px;
}

footer .right li.last
{
	margin-right:	0;
}




/* --------------------------------------------------------
   common
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
}

.txtC {
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clearfix:after
{
	content: url('../img/spacer.gif');
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;	/* Firefox用 */
	line-height:0;
}

.clearfix
{
	min-height: 1px;
}

* html .clearfix
{
	height: 1px;
}

em
{
	font-style: normal;
	font-weight: bold;
}

img
{
	vertical-align: bottom;
}

.indent
{
	padding-left:	1em;
	text-indent:	-1em;
}

/* IE6 */
* html
{
	
}
/* IE7 */
*+html
{
	
}

.leftBox{float:left;}
.rightBox{float:right;}
.clearBox{clear: both;}
.center{text-align: center;}

.cBox{zoom:100%;}
.cBox:after{
clear:both;
content:"";
display:block;
width:0;
height:0;
visibility:hidden;
}



/* --------------------------------------------------------
   margin
-------------------------------------------------------- */
.mt0
{
	margin-top:	0 !important;
}
.mb0
{
	margin-bottom: 0 !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;
}

.mb50
{
	margin-bottom: 50px !important;
}
