@charset "utf-8";

/* Structure Module
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: transparent;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	/* letter-spacing: 0.2em; */
	background: #f3f3f3;
}

/* Text Module
---------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
}
h2 {
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3f76ae;
	background: url(../images/common/bg_h2.gif) repeat-x 0 bottom;
}
h3 {
	margin: 0 0 10px;
	padding:0 0 0 20px;
	font-size: 16px;
	color: #b0891e;
	background: url(../images/common/icon_blue1.gif) no-repeat 0 4px;
}
p {
	margin: 0 0 20px;
	line-height: 1.7;
}
em,strong {
	font-style: normal;
	font-weight: bold;
}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #b89831;
}
a:hover {
	color: #cdb155;
}
a:active,
a:focus {
	outline: none;
}

/* List Module
---------------------------------------*/
ul,ol {
	margin: 0 0 25px 20px;
	padding: 0;
}
li {
	margin: 0 0 5px;
	padding: 0;
}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
.imgleft {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
.imgright {
	margin-left: 10px;
	margin-bottom: 15px;
	float: right;
}
.textbox {
	/zoom:1;
	overflow: hidden;
}

/* General Settings
---------------------------------------*/
.line {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.clearfix {
	clear: both;
	overflow: hidden;
}

/* Margin Control */
.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mt00 { margin-top: 0;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}

/* width */
.width100 { width: 100%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}

/* text align */
.alignleft { text-align: left;}
.alignright { text-align: right;}
.aligncenter { text-align: center;}

/* font size */
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text120 { font-size: 120%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_fff { color: #fff;}
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

.textheight18 { line-height: 1.8;}
.textheight20 { line-height: 2;}
.textheight22 { line-height: 2.2;}


/* layout (common)
---------------------------------------*/
html,body {
	height: 100%;
}
#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #f3f3f3;
/*	overflow:hidden;	*/
}
body > #contents_left {
	height: auto;
}
#contents_left {
	display: block;
	float: left;
	width: 40%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding-bottom: 100px;
	background: #171f4e url(../images/index/bg3.png) right repeat-y;
}
#contents_right {
	display: block;
	float: right;
	width: 60%;
/*	height: 100%;
	min-height: 100%;	*/
	margin: 0;
	padding-bottom: 100px;
}

#index #wrap{
min-height:100%;
}
#index #contents_left {
	display: block;
	float: left;
	width: 40%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding-bottom: 100px;
	background: #f3f3f3 url(../images/index/bg.png) repeat-x;
}
 #index #contents_right {
	display: block;
	float: right;
	width: 60%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding-bottom: 100px;
	background: #f3f3f3 url(../images/index/bg.png) repeat-x;
}
#about #contents_right {
	background: #f3f3f3 url(../images/about/bg_about.gif) no-repeat left top;
}
.area_left {
	float: right;
	width: 475px;
	margin: 0;
}
.area_right {
	float: left;
	width: 625px;
	margin: 0;
}
.area_right2 {
	float: left;
	width: 100%;
	margin: 0;
}
.area_left_inn {
	padding: 210px 0 0 70px;
}
.area_right_inn {
	padding: 130px 0 0 65px;
}
.area_right_inn2 {
	position: relative;
	top: 359px;
	left: 65px;
	height: 341px;
	background: url(../images/index/bg2.png) no-repeat left top;
}
.area_logo {
	position: relative;
	left: 25px;
}
ul.menu2 {
	overflow: hidden;
	width: 360px;
	margin: 0 -30px 0 0;
	list-style: none;
}
.menu2 li {
	float: left;
	width: 90px;
	margin: 0 30px 0 0;
	text-align: center;
}
.menu2_text {
	display: block;
	margin: 0 0 40px;
}
a.menu2_text {
	padding: 3px 8px;
	color: #fff;
}
a:hover.menu2_text {
	padding: 3px 8px;
	color:#d1bd76;
/*	background: #f3f3f3;
	border-radius: 10px;
	*/
}
a.menu2_text img{
	margin: 10px 0 0;
}
ul.list_about {
	width: 100%;
	margin: 0 0 50px;
	list-style: none;
}
.list_about li {
	margin: 0 0 13px 0;
	padding: 0 0 13px 65px;
	border-bottom: 1px solid #ccc;
}
.list_about li.ttl{
	padding: 0 0 10px 65px;
	border-bottom: none;
}
.list_about span {
	display: inline-block;
	width: 120px;
}


.area_products {
	width: 480px;
}

ul.list_products {
	overflow: hidden;
	width: 480px;
	margin: 0 -30px 0 0;
	list-style: none;
}
.list_products li {
	float: left;
	width: 140px;
	margin: 0 20px 15px 0;
	font-size: 10px;
}
.list_products img {
	width: 134px;
	border: 3px solid #ddd;
}
.list_products a {
	color: #000;
}



/* lightbox
---------------------------------------*/

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../images/img/close.png) url(../images/img/loading.gif) url(../images/img/prev.png) url(../images/img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
/*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
*/
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
/*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
*/
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 5px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/img/prev.png) left 30% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/img/next.png) right 30% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
/*
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
*/
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  padding-top:5px;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 100%;
  line-height: 1.5;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  font-family:sans-serif;
    display: none !important;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.switch{
	width:460px; text-align:right; margin:-40px 0 0; padding:0 0 30px;
	}
	.switch a{ color:#171f4e; text-decoration:underline; }
	.switch a:hover{ color:#cdb155;  text-decoration:none; }
	.switch span{ color:#171f4e;}

