
@charset "utf-8";

body {
	height:100%;
	min-height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

img {
	border: none;
}

hr {
	clear: both;
	visibility: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, label, address {
	font-size: 11pt;
	color: #666666;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

address {
	font-style: normal;
	color: #FFFFFF;
	margin-top: 2px;
}


#wrapper {
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


#header {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 110px;
}

#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #header {
    height: 1em;
    overflow: visible;
}
/**/

#header h1 {
	float: left;
	margin-top: 14px;
	margin-left: 30px;
}

#header div {
	float: right;
	width: 213px;
	margin-top: 38px;
	margin-right: 30px;
}

#navwrap {
	height: 50px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
}

#navwrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #navwrap {
    height: 1em;
    overflow: visible;
}
/**/

#nav {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
	float: left;
}

.backtotop {
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    margin: 0;
}

#content {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 110px;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}
/**/

#main {
	float: right;
	width: 670px;
}

#sidebar {
	float: left;
	width: 250px;
}

#topmain {
	float: right;
	width: 670px;
}

#topsidebar {
	float: left;
	width: 250px;
}

.sideshopbox {
}

.sideshopbox div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}

.sideshopbox div:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .sideshopbox div {
    height: 1em;
    overflow: visible;
}
/**/

.sideshopbox h4 {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	background-image: url(../images/sar01.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
	margin-bottom: 3px;
}

.sideshopbox p {
	line-height: 130%;
	margin-left: 5px;
}

#footwrap {
	height: 100px;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 1000px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	font-size: 9pt;
	margin-bottom: 10px;
}

.subti01 {
	font-size: 18pt;
	font-weight: bold;
	color: #600;
	background-image: url(../images/ti_sub.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 120%;
}

.subti02 {
	font-size: 16pt;
	font-weight: bold;
	color: #600;
	background-image: url(../images/ti_sub.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 120%;
}

.subti03 {
	font-size: 14pt;
	font-weight: normal;
	color: #600;
}

.subti04 {
	font-size: 13pt;
	font-weight: normal;
	color: #600;
}


/* top page
----------------------------------- */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider li {
	line-height: 50%;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

.topbox01 {
	background-color: #FFE8DD;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #FF6600;
}


.topbox02 dt {
	float: left;
	margin-left: 20px;
	background-image: url(../images/top/ar01.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 16px;
}

.topbox02 dd {
	margin-left: 140px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.topbox02 dd a:link, .topbox02 dd a:visited {
	color: #F66;
	text-decoration:  none;
}
.topbox02 dd a:hover, .topbox02 dd a:active {
	color: #FFA6A6;
	text-decoration:  none;
}


/* shop page
----------------------------------- */

.shopbox01 {
}

.shopbox01:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .shopbox01 {
    height: 1em;
    overflow: visible;
}
/**/

.shopbox01 img {
	float: left;
	height: auto;
	width: 250px;
}

.shopbox01 div {
	float: right;
	width: 400px;
}


.shopbox01 div dt {
	float: left;
}

.shopbox01 div dd {
	margin-bottom: 10px;
	margin-left: 62px;
}

.shopbox02 {
}

.shopbox02 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* price page
----------------------------------- */

.pribox01 {
}

.pribox01 table {
	width: 670px;
	margin-left: 0px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}

.pribox01 th {
	background-color: #FED;
	text-align: center;
	padding: 10px;
	width: 110px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.pribox01 th.priw01 {
	width: 120px;
}

.pribox01 td {
	text-align: center;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.pribox01 td.priw02 {
	background-color: #f5f5f5;
}


/* fc page
----------------------------------- */

.fcbox01 {
	border: 1px solid #F60;
	background-color: #FFE8DD;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.fcbox01 h6 {
	font-size: 20pt;
	font-weight: bold;
	color: #600;
}

.fctx01 {
	font-size: 16pt;
}

.fcbox02 {
}

.fcbox02 table {
	width: 650px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-collapse: collapse;
}

.fcbox02 th {
	background-color: #FFE8DD;
	text-align: center;
	padding: 10px;
	width: 120px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

.fcbox02 th.fcw01 {
	width: 290px;
}

.fcbox02 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

.fcbox02 td.fcw02 {
	background-color: #f5f5f5;
}

.fcbox02 td.fcw03 {
	text-align: right;
}

.fcbox02 td.fcw04 {
	font-size: 10pt;
}

.fcbox03 table {
	width: 650px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	border-collapse: collapse;
}

.fcbox03 th {
	background-color: #FFE8DD;
	padding: 10px;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: left;
}

.fcbox03 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: right;
	width: 450px;
}

/* company page
----------------------------------- */

.combox01 table {
	width: 650px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-collapse: collapse;
}

.combox01 th {
	background-color: #F5F5F5;
	padding: 10px;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: left;
}

.combox01 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 450px;
}


/* recruit page
----------------------------------- */

.recbox01 table {
	width: 650px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-collapse: collapse;
}

.recbox01 th {
	background-color: #F5F5F5;
	padding: 10px;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: left;
	vertical-align: top;
}

.recbox01 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 450px;
	vertical-align: top;
}

/* contact page
----------------------------------- */

.inqbox {
}

.inqbox table {
	width: 650px;
	margin-left: 10px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.inqbox th {
	font-weight: normal;
	vertical-align: top;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

.inqbox td {
	vertical-align: top;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* link
----------------------------------- */

a:link, a:visited {
	color: #525252;
	text-decoration:  none;
}
a:hover, a:active {
	color: #F66;
	text-decoration:  none;
}


a:hover img.alp{
	background-color:#FFFFFF;
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}

