@charset "Shift_JIS";
/* ===================================================================
	Reset Style
	Header Style + Footer Style
=================================================================== */
/* ----------------------------------------------------
	Reset
---------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;/*空白セルの場合にもボーダーを表示*/
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,ol {
	list-style-type: none;
}
img {  
	vertical-align: top; 
	border:	0;
	line-height: 0;
}
a img {
	border:0;
}
label {
	cursor: pointer;
}
sup {
	vertical-align:top;
}

/* ----------------------------------------------------
	Font
---------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	font-size: 90%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
table {
	font-size: inherit;
}
input,textarea,select {
	*font-size: 100%;

}
#errorMsg {
	clear: both;
	font-zise:140%;
	width:920px;
	padding:0px 0px 0px 60px;
	color:#c00000;
}
/* ----------------------------------------------------
	Link
---------------------------------------------------- */
/* \*/ a {
	outline: none;
	overflow: hidden;
} /**/
/* \*/ a:focus {
	outline: none;
	overflow: hidden;
} /**/
a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000099;
	text-decoration: none;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF6633;
}
a:active {
	color: #FF6633;
}




/* ----------------------------------------------------
	Header
---------------------------------------------------- */
#header {
	width: 950px;
	height: 60px;
	margin: 0;
	padding:0 35px;
}

#sharpBg_hd {
	height: auto;
	background: url("../../images/new/bg_products.gif") repeat-x 0 0;
	padding-top: 20px;
	padding-left: 35px;
}


#left_contents2 {
	width: 950px;
	margin-left: 35px;
}

#header h1 {
	float: left;
	margin-top:22px;
}

.headerInner {
	position: relative;
	height: 40px;
	width: 950px;
}

/* ----------------------------------------------------
	Primary Navigation
---------------------------------------------------- */
#header .priNav {
	display: block;
	position: absolute;
	top: 5px;
	right: 190px;
	font-size: 0px;
	padding-top:16px;
}

#header .priNav:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

* html #header .priNav {
	height: 1%;
}

#header .priNav li {
	display: inline;
	float: left;
	margin: 0 0 0 11px;
	padding-left:14px;
	border-left: 1px solid #ccc;
}

/* ----------------------------------------------------
	Breadcrumb List
---------------------------------------------------- */
#contentsHead {
	width:950px;
	padding-left:0px;
}

/* ----------------------------------------------------
	Search Form
---------------------------------------------------- */
.pageSearch {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	padding-top:16px;
}

.pageSearch p {
	border: 1px solid #ccc;
}

.pageSearch #MF_form_phrase {
	float: left;
	width: 130px;
	margin: 5px 5px 0 5px;
	box-sizing: content-box;
	border: 0;
}

#sBtn {
	float: right;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 2px;
	border-left: 1px solid #ccc;
}

/* clearfix */
.headerInner:after,
.pageSearch:after,
.pageSearch p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .headerInner,
* html .pageSearch,
* html .pageSearch p {
	height: 1%;
}
.headerInner,
.pageSearch,
.pageSearch p {
	zoom: 100%;
	min-height: 1%;
}

/* ----------------------------------------------------
	Footer 
---------------------------------------------------- */
#footer {
}

.pageTop {
	width: 950px;
	text-align: right;
	padding-right: 10px;
	margin-left: 35px;
}

#sharpBg_ft {
	height: auto;
	padding: 0px 0px 20px 35px;
	width: 950px
}


#footInner {
	padding: 0 35px 0 35px;
	border-top: 3px solid #e4e4e4;
}

#footerLink {
	width: 950px;
	margin-bottom:11px;
	padding-top:11px;
}

#footerLink ul {
	float: left;
	display: inline;
}

#footerLink li {
	float: left;
	padding: 0 13px;
	border-left: 1px solid #ccc;
}

#footerLink #copyright {
	float:right;
	margin-top:5px;
	width:300px;
	text-align:right;
}

/* clearfix */
#footer:after,
#footerLink:after,
#footerLink ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #footer,
* html #footerLink,
* html #footerLink ul {
	height: 1%;
}
#footer,
#footerLink,
#footerLink ul {
	zoom: 100%;
	min-height: 1%;
}