@charset "utf-8";
* { /* 全ての要素の間隔・余白を０へ */
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
/* センタリング */
body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6;
	height: 100%;
	text-align: center;
	background-image: url("../image/common/backimage.gif");
	border-top: 3px solid #5168ae;
}
#page {
	width: 801px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
}
/* -------------------------------------------ヘッダー */
#header {
	margin: 0px;
	height: 115px;
	overflow: hidden;
	border-bottom: 3px double #999999;/* メイン上の二重線 */
}
#header-logo {
	width: 590px;
	height: 80px;
	float: left;
}
#header-navi {
	margin: 0px;
}
#header-navi li {
	display: inline;
	list-style-type: none;
}
#header-navi li a {
	paddingt: 0px;
}
/* グローバルナビゲーション */
#global-navi {
	margin: 0px 1px;
	padding: 0;
	width: 800px;
	height: 33px;
	clear: left;
	overflow: hidden;
	background: #5168ae;
}
#global-navi li {
	list-style: none;
	width: 159px;
	float: left;
	border-right: 1px solid #ffffff;
}
#global-navi a {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-bottom: 3px solid #8d97c7;
	text-align: center;
	text-decoration: none;
}
#global-navi li a:hover {
	border-bottom: 5px solid #5168ae;
	background: #8d97c7;
}
/* グローバルナビゲーション ハイライト */
.prcdact, .company, .business, .info, .contact {
	height: 100%;
}
body.products #global-navi ul li a#navi-products, body.company #global-navi ul li a#navi-company, body.business #global-navi ul li a#navi-business, body.info #global-navi ul li a#navi-info, body.contact #global-navi ul li a#navi-contact {
	background-color: #8d97c7;
	border-bottom: 3px solid #5168ae;
}
/* -------------------------------------------メインスペース */
#main {
	margin: 20px 0px;
	padding: 0px 20px;
}
#main-flash {
	margin: 20px 0px;
	text-align: center;
}
/* -------------------------------------------サブ */
#sub {
	margin: 0px;
	height: 220px;
	border-top: 3px double #999999;/* メイン下の二重線 */
}
#kaku {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	display: inline;
}
#kaku-p {
	width: 243px;
	height: 97px;
}
#kaku-b {
	width: 243px;
	height: 97px;
	margin-top: 4px;
}
/* 最新情報 */
#newInfo {
	margin-top: 10px;
	margin-left: 20px;
	width: 500px;
	float: left;
	display: inline;
}
#newInfo #newInfo_section {
	margin: 0px 0px;
	padding-left: 20px;
	width: 480px;
	background-color: #8d97c7;
}
#newInfo #newInfo_section a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
#newInfo #newInfo_article {
	height: 156px;
	padding-top: 10px;
	border-left: 1px solid #8d97c7;
	border-right: 1px solid #8d97c7;
	border-bottom: 1px solid #8d97c7;
	line-height: 1.8;
}
#newInfo #newInfo_article ul {
	margin: 0px 30px;
	padding: 0px;
}
#newInfo #newInfo_article ul li {
	font-size: 0.9em;
	border-bottom: 1px dotted #CCC;
	list-style: none;
	list-style-image: url(../image/products/sankaku.gif);
}
/* -------------------------------------------フッター */

#footer {
	padding-top: 25px;
	clear: left;
	clear: right;
	font-size: 0.8em;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #FFF;
}
/* フッターナビ */
#footer-navi {
	margin: 0px 30px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#footer-navi a {
	text-decoration: none;
	color:#5b5b5b;
}
#footer-navi a:hover {
	text-decoration: none;
	color:#3366ff;
}
/* コピーライト */
#copyright {
	background-color: #8d97c7;
	line-height: 1.6;
	border-top: 1px solid #999999;/* 上の二重線 */
}
#copyrightR {
	height: 450px;
}
/* -------------------------------------------パンくず */

#topicPath {
	line-height: 30px;
	font-size: 0.8em;
	padding-left: 10px;
	background-color: #ffccff;
	margin: 8px 0px 0px 0px;
}
#topicPath ul li {
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#topicPath ul li a {
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	background:url(../image/common/topicpath.gif) no-repeat right center;
}
#topicPath ul li a:hover {
	color: #333;
	text-decoration: underline;
	padding-right: 10px;
	background:url(../image/common/topicpath.gif) no-repeat right center;
}
/* -------------------------------------------共通項目 */
/* 共通ナビ */
.label {
	text-align: center;
	color: #ffffff;
	line-height: 2;
	border-top: 1px #CCC;
	border-right: 1px #CCC;
	background-color: #8d97c7;
}
#secondary {
	float: left;
	text-align: left;
}
#secondary li {
	color: #5168ae;
	margin: 0px;
	width: 150px;
	line-height: 2;
	background: #F2F2F2;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	list-style: none;
}
#secondary a {
	width: 150px;
	text-decoration: none;
	color: #5b5b5b;
	display: block;
}
#secondary li a:hover {
	width: 150px;
	text-decoration: none;
	background: #ffffff;
}
#secondary #sale {/* にゃんぱいあ導入店舗 */
	margin-top: 20px;
}
/* タイトル画像 */
#primary-title {
	text-align: left;
	border-bottom: 1px solid #33F;
}
#primary-titleEn {
	text-align: right
}
/* -------------------------------------------各メイン */
/* -----------------会社案内メイン */
#primary-company {
	width: 580px;
	float: right;
}
#companyMain {
	text-align: center;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#sloganList {
	border-bottom: 1px dotted #CCC;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	width: 500px;
	margin-top: 15px;
	line-height: 1.8;
}
#companyMain table {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#companyMain table th, #companyMain table td {
	padding: 20px;
}
/* 会社案内メイン(経営理念) */
#indicatorImg, #corporateImg {
	margin-top: 20px;
	margin-bottom: 20px;
}
#messageImage {
	margin-top: 20px;
}
#message {
	width: 480px;
	margin-top: 10px;
	text-align: left;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}
#ceoSign {
	width: 510px;
	height: 59px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
/* 会社案内メイン(会社概要) */
#quesArticle, #postArticle, #proArticle {
	line-height: 1.4;
	width: 530px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#quesArticle table tr th, #postArticle table tr th, #proArticle table tr th {
	padding: 10px;
	text-align: left;
	color: #FFF;
	background-color: #5168ae;
}
#quesArticle table tr td, #postArticle table tr td, #proArticle table tr td {
	padding: 10px;
	text-align: left;
	background-color: #F2F2F2;
}
#quesArticle p, #postArticle p, #proArticle p {
	text-align: right;
}
/* 会社案内メイン(関連サイト) */
#relatedArticle {
	line-height: 1.4;
	width: 530px;
	height: 300px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#relatedArticle table tr th {
	padding: 10px;
	text-align: center;
	color: #FFF;
	border: #CCC 1px solid;
	background-color: #FFF;
}
#relatedArticle table tr td {
	padding: 10px;
	text-align: left;
	background-color: #F2F2F2;
}
/* -----------------事業案内メイン */
#primary-business {
	width: 580px;
	float: right;
}
#businessMain {
	width: 531px;
	height: 510px;
	text-align: left;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.busiArticle {
	margin-top: 10px;
	text-align: left;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}
/* -----------------ご質問メイン */
#primary-contact {
	width: 580px;
	float: right;
}
#contactMain {
	width: 300px;
	text-align: center;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#contactMainL {
	border-bottom: 1px dotted #333;
}
#contactMainR {
	margin-top: 15px;
}
/* ご質問とよくある質問メイン */
#faqMain {
	width: 531px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#inquiryMain {
	width: 531px;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.faqlistQ {
	margin-top: 15px;
	padding-left: 5px;
	color: #F00;
	border-bottom: 1px solid #CCC;
	background-color: #E8E8E8;
	list-style: none;
}
.faqlistA {
	padding-left: 5px;
	list-style: none;
}
.faqlistA a {
	text-decoration: none;
	color: #00F;
}
.faqlistA a:hover {
	text-decoration: underline;
	color: #006;
}
.inquirylist {
	margin-top: 30px;
}
/* -----------------サイトポリシーメイン */
#primary-policy, #primary-guide {
	margin: 0px;
}
/* -----------------お知らせメイン */
#primary-info {
	width: 580px;
	float: right;
}
#infoMain {
	height: 600px;
	width: 531px;
	text-align: left;
	line-height: 2.5;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#infoMain ul {
	padding-left: 0.8em;
	margin-left: 0.8em;
}
#infoMain ul li {
	list-style-image: url(../image/products/sankaku.gif);
}
#infoMain-info {
	height: 800px;
	width: 531px;
	line-height: 2.5;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#infoMain-info ul {
	padding-left: 0.8em;
	margin-left: 0.8em;
}
#infoMain-info ul li {
	list-style-image: url(../image/products/sankaku.gif);
}
.infoArticle {
	margin-top: 15px;
}
.infoArticle ul li {
	listyt-sle: none;
	text-align: left;
}
.detailedLink {
	text-align: right;
}
.detailedLink a {
	text-decoration: none;
	color: #00F;
}
.detailedLink a:hover {
	text-decoration: underline;
	text-align: right;
}
/* -----------------商品情報メイン */
#primary-products {
	width: 580px;
	float: right;
}
#productsMain {
	width: 531px;
	text-align: left;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#productsMain .productsArticle {
	margin-top: 10px;
}
#productsMain .productsArticle p {
	line-height: 1.8;
}
#productsMain .productsArticle ul {
	padding-left: 1em;
	margin-left: 1em;
}
#productsMain .productsArticle ul li {
	list-style-image: url(../image/products/sankaku.gif);
	line-height: 1.4;
	text-align: left;
}
#productsMain .productsArticle ul li a {
	text-decoration: none;
	color: #333;
}
#productsMain .productsArticle ul li a:hover {
	text-decoration: underline;
	color:#3366ff;
}
/* -----------------商品情報メイン プライズ*/
#primary-products {
	width: 580px;
	float: right;
}
#productsMain {
	width: 531px;
	text-align: left;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#productsMain #top-l {
	width: 264px;
	height: 400px;
	float: left;
}
#productsMain #top-r {
	width: 264px;
	float: right;
	margin-left: 3px;
}
#productsMain .productsArticle {
	margin-top: 10px;
}
#productsMain .productsArticle p {
	line-height: 1.3;
	margin-top: 5px;
}
#productsMain .productsArticle ul {
	padding-left: 1em;
	margin-left: 1em;
}
#productsMain .productsArticle ul li {
	list-style-image: url(../image/products/sankaku.gif);
	line-height: 1.4;
	text-align: left;
}
#productsMain .productsArticle ul li a {
	text-decoration: none;
	color: #333;
}
#productsMain .productsArticle ul li a:hover {
	text-decoration: underline;
	color:#3366ff;
}
#productsMain-sale-infobox {
	width: 530px;
	height: 225px;
}
#productsMain-sale-infobox-left {
	width: 147px;
	height: 225px;
	font-size: 0.8em;
	text-align: center;
	float: left;
}
#productsMain-sale-infobox-right {
	width: 383px;
	height: 225px;
	float: right;
}
#productsMain-sale-infobox-bottom {
	width: 530px;
	height: 100px;
}
#productsMain-sale-infobox-bottom-at {
	width: 530px;
	height: 77px;
	color: #666;
	font-size: 0.8em;
	line-height: 1.3;
}
.productsMain-sale-infobox-right-box {
	width: 383px;
	height: 30px;
	margin-top: 5px;
}
.productsMain-sale-infobox-right-l{
	width: 100px;
	color: #5168ae;
	float: left;
	text-align: right;
}
.productsMain-sale-infobox-right-r{
	width: 283px;
	float: right;
	text-align: left;
}

/* -----------------商品情報メイン 物販*/
#productsMain-sale {
	width: 531px;
	height: auto;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#productsMain-sale-name {
	width: 531px;
	border-bottom: solid 2px;
	margin-bottom: 6px;
}
#productsMain-sale .box{
	width: 531px;
	height: 190px;
	margin-top: 5px;
}
#productsMain-sale .box .sell{
	width: 90px;
	height: auto;
	margin: 0px 8px 0px 8px;
	text-align: center;
	float: left;
}
#productsMain-sale .box .sell p{
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 1.4;
}
#productsMain-sale .box .sell p a{
	text-decoration: none;
	color: #333;
}
#productsMain-sale .box .sell p a:hover {
	text-decoration: underline;
	color: #3366ff;
}
#productsMain-sale .box .sell span {
	color: #F00;
}
#productsMain-sale .box-price{
	width: 531px;
	height: 40px;
}
#productsMain-sale .box-price .sell-price {
	width: 90px;
	color: #F00;
	margin: 0px 8px 0px 8px;
	text-align: center;
	line-height: 1;
	float: left;
}
#productsMain-sale .detailedLink-b {
	text-align: right;
	clear: left;

}
/* -----------------採用情報メイン */
#primary-recruit {
	width: 580px;
	text-align: center;
	float: right;
}
#recruitMain {
	width: 531px;
	height: 200px;
	text-align: left;
	line-height: 3;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* -----------------サイトマップメイン */
#sitemapMain {
	width: 561px;
	height: 520px;
	line-height: 2.5;
	margin-left: auto;
	margin-right: auto;
}
#sitemapMain .cos1 {
	width: 160px;
	margin-right: 40px;
	float: left;
}
#sitemapMain .cos2 {
	margin-right: 40px;
	float: left;
	width: 160px;
}
#sitemapMain .cos3 {
	width: 160px;
	float: left;
}
#sitemapMain .sitemapArticle p {
	line-height: 3;
}
#sitemapMain .sitemapArticle p a {
	text-decoration: none;
	color: #333;
}
#sitemapMain .sitemapArticle p a:hover {
	text-decoration: underline;
	color: #3366ff;
}
#sitemapMain .sitemapArticle ul {
	padding-left: 1em;
	margin-left: 1em;
}
#sitemapMain .sitemapArticle ul li {
	list-style-image: url(../image/products/sankaku.gif);
	line-height: 2;
	text-align: left;
}
#sitemapMain .sitemapArticle ul li a {
	text-decoration: none;
	color: #333;
}
#sitemapMain .sitemapArticle ul li a:hover {
	text-decoration: underline;
	color: #3366ff;
}
.sitemapHeader {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 8px;
	background-color: #DDD;
	border-left: #5168ae 3px solid;
}
/* -----------------にゃんぱいあ導入店舗一覧 */
#shop {
	margin: 0px 30px;
}
#shop h2 {
	border-bottom: 3px double #5168ae;
}
#shop #map {
	width: 430px;
	margin: 0px auto;
}
#shop h3 {
	padding-top: 10px;
	clear: left;
	border-bottom: 1px dotted #A0A0A4;
}
#shop li {
	list-style: none;
}
#shop li ul {
	padding-left: 15px;
	float: left;
}
#shop table {
	background-color: #FFF;
	clear: left;
	border-spacing: 2px 0px;
	width: 600px;
	margin: 10px auto;
}
#shop table th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
#shop table td {
	line-height: 15px;
	padding: 5px 10px;
	border-bottom: 1px dotted #CCC;
}
.tai {
	background-color: #D2FFFF;
}
.nam {
	background-color: #FEF2F9;
}
.cap {
	background-color: #FF9;
}
.sega {
	background-color: #B9FFB9;
}
/* -------------------------------------------lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }

/* -------------------------------------------sega */
#sega-table {
	line-height: 3;
}
