@charset "utf-8";

@import url("html5reset.css");

/* ------------------------ */
body {
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../commonimg/head_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333;
}
/* WinIE7 */
*:first-child+html body {
    font-family: 'メイリオ', Meiryo, sans-serif;
}
#warap {
}
/* ---------- */
.fxl { font-size: 18px !important; } /* 大2 */
.fxr { font-size: 16px !important; } /* 大1 */
.fla { font-size: 15px !important; } /* 大 */
.fmd { font-size: 13px !important; } /* 標準 */
.fsm { font-size: 12px !important; } /* 小 */
.fxm { font-size: 11px  !important;} /* 小1 */
.fxs { font-size: 10px  !important;} /* 小2 */

.redTxt { color: #F00; }
.redTxt2 { color: #C06; }
.purpleTxt { color: #9E6FAA; }
.greenTxt { color: #3C9; }
.orstTxt { color: #F90; font-weight: bold; }
.stTxt { font-weight: bold; }

a:link {
	color: #C66;
	text-decoration: none;
}
a:visited { color: #C66; }
a:hover {
	color: #F69;
	text-decoration: underline;
}
a:active {color: #C66;}

.clear {
	clear: both;
}
/* Header ------------------------ */
header {
	height: 140px;
	margin: 0 auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #BC84BD;
	min-width: 950px;
}
#headerArea {
	width: 950px;
	margin: 0 auto;
}
header h1 {
	background-image: url(../commonimg/logo.png);
	background-repeat: no-repeat;
	height: 108px;
	width: 158px;
	text-indent: -9999px;
	padding-top: 15px;
	background-position: center 15px;
	margin-right: auto;
	margin-left: auto;
}
header h1 a {
	display: block;
	height: 108px;
	overflow: hidden;
}

/* Navigation ------------------------ */
#mainNav {
	width: 280px;
	clear: both;
	position: relative;
	float: left;
}
#mainNav ul {
	position: relative;
	margin: 0px auto;
	padding-top: 35px;
	padding-bottom: 37px;
	line-height: 1em;
}
#mainNav ul li {
	position: relative;
	width:230px;
	display: block;
	text-align: center;
	margin: 0px auto 12px auto;
	font-size: 12px;
	font-weight: bold;
	color: #936;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior:url(./PIE.htc);
	border: 1px solid #E8E2DD;
	
	background: #f8f6f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f6f4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f6f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f6f4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f6f4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f6f4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#mainNav ul li a {
	color: #936;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
#mainNav ul li a:hover {
	color: #C6C;
}
#mainNav ul li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

/* Contents ------------------------ */
#main {
	width:950px;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	overflow: hidden;
}

/* Footer ------------------------ */
footer {
	clear: both;
	background-image: url(../commonimg/foot_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 115px;
	min-width:950px;
	margin-top: 25px;
}
#footerArea {
	font-size: 12px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
footer small {
	text-align: center;
	display: block;
	padding-top: 20px;
	color: #666;
	clear: both;
	padding-bottom: 10px;
}
footer p {
	text-align: center;
	line-height: 1em;
	height:23px;
	padding-top: 7px;
}
footer p #name {
	font-size: 13px;
	font-weight: bold;
}

/* pageTop ------------------------ */
#pageTop p {
	color: #FFF;
	font-size: 12px;
	right: 20px;
	bottom: 10px;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 100;
	float: right;
	width: 120px;
	cursor: pointer;
	background-color: #761F70;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior:url(./PIE.htc);
	padding-top: 10px;	
}
#pageTop p a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 120px;
}
#pageTop p:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#nosc {
	font-size: 11px;
	line-height: 1.3em;
	color: #C33;
	display: block;
	margin: 4px;
}
/* page Common ------------------------ */
#breadcrumb {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px;
	text-align: right;
}
#breadcrumb li {
    font-size: 12px;
    display: inline;
    margin-right: 0.5em;
    line-height: 1.2;
}
/* page Common ------------------------ */
#mainArea {
	width: 600px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:25px;
	margin-bottom: 5px;
}
.mainContents {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	clear: both;
	float: left;
}
.mainContents .txtLeft {
	text-align: left !important;
}
.mainContents .txtRight {
	text-align: right !important;
}
.mainContents .txtTop {
	vertical-align: top;
}
/* - Product image banner link area ------- */
#main #productBanner {
	margin: 0 auto;
	width: 900px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F7F3F0;
	padding:  30px 0px 15px 0px;
	clear:both;
}
#main #productBanner ul {
	width: 900px;
	position: relative;
    left: 50%;
}
#main #productBanner  ul li {
	float: left;
	margin-left: 30px;
	position: relative;
	left: -50%;
	list-style-type: none;
	height: 115px;
}
#main #productBanner ul li:first-child {
	margin-left: 5px;
}
#main #productBanner ul li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
/* - mainArea --------- */
.mainContents h1 {
	font-size: 20px;
	background-image: url(../commonimg/page_title_bg.jpg);
	background-repeat: no-repeat;
	min-height: 30px;
	width: 590px;
	line-height: 1.3em;
	font-weight: bold;
	color: #936;
	background-position: left bottom;
	margin-bottom: 12px;
	padding: 10px 5px 15px 5px;
	letter-spacing: 0.1em;
}
.mainContents section {
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.6em;
}
.mainContents h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px;
	color: #936;
	clear: both;
}
.mainContents h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	color: #BE6DAC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	clear: both;
}
.mainContents h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px;
	color: #936;
	clear: both;
}
.mainContents h5 , .mainContents h6  {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px;
}
.mainContents p , .mainContents ul , .edit-link , .mainContents dl{
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	list-style-type: none;
}
.mainContents img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	clear: both;
}
.mainContents img.alignright {
	padding: 4px;
	margin: 0px 5px 7px 15px;
	display: inline;
	clear: both;
}
.mainContents img.alignleft {
	padding: 4px;
	margin: 0px 15px 7px 5px;
	display: inline;
	clear: both;
}
.mainContents img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	clear: both;
}
.mainContents .alignright {
	float: right;
}
.mainContents .alignleft {
	float: left
}
.mainContents .centertxt {
	text-align: center;
}
/* - anchor --------- */
.mainContents .anchor{
	padding-top:10px;
	margin-top:-10px;
}
/* - concept --------- */
.conceptTxtSet {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.conceptTxtSet dt {
	color: #90C;
	font-size: 16px;
	clear: both;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1.9em;
}
.conceptTxtSet dd {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9em;
}
/* - conpany --------- */
.conpanyTxtSet {
}
.conpanyTxtSet dt {
	color: #963;
	font-size: 14px;
	clear: both;
	float: left;
	margin-right: 10px;
	line-height: 1.9em;
	width: 100px;
	padding: 4px;
}
.conpanyTxtSet dd {
	color: #333;
	font-size: 14px;
	line-height: 1.9em;
	padding: 4px 4px 4px 118px;
	border-bottom: 1px solid #DDD8E4;
}
.conpanyTxtSet dd ol {
	padding-left: 22px;
}
