/* CSS Document */

@charset "Shift_JIS";
/*↓ RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

/*↓見出し指定*/
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
}

p { margin-bottom: 14px; }

body {
	margin: 0;
	padding: 0;
	text-align: left; /* IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;	
}

/* ↓ここからDIV指定*/

#gnavi {
	width: 100%; /* body エレメントの text-align: center より優先 */
	height: 40px;
	min-height: 100%;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
	border-bottom-color: #CCCCCC;
}


#globalnavi {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
		
}

#globalnavi li {
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline;
		float: left;

}

#globalnavi a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	height: 40px; /* リンク領域を広げる */
	background-image: url(img/gnavi-img.jpg);
	background-repeat: no-repeat;
}

#home a { background-position: 0px 0px; width:295px; } /* 表示画像の位置を指定 */
#brand a { background-position: -312px 0px; width:59px; }
#webcatalog a { background-position: -371px 0px; width:108px; }
#shop a { background-position: -479px 0px; width:52px; }
#company a { background-position: -531px 0px; width:82px; }
#diary a { background-position: -613px 0px; width:54px; }
#contact a { background-position: -667px 0px; width:78px; }
#webstore a { background-position: -745px 0px; width:95px; }


#globalnavi a:hover {
  text-decoration: none;
  background-image: url(img/gnavi-img.jpg);
  background-repeat: no-repeat;
}

#home a:hover { background-position: 0px -40px; width:295px; } /* 入れ替え画像の位置を指定 */
#brand a:hover { background-position: -312px -40px; width:59px; }
#webcatalog a:hover { background-position: -371px -40px; width:108px; }
#shop a:hover { background-position: -479px -40px; width:52px; }
#company a:hover { background-position: -531px -40px; width:82px; }
#diary a:hover { background-position: -613px -40px; width:54px; }
#contact a:hover { background-position: -667px -40px; width:78px; }
#webstore a:hover { background-position: -745px -40px; width:95px; }


#gnavibt {
	width: 840px; /* body エレメントの text-align: center より優先 */
	height: 40px;
	line-height:0;
	min-height: 100%;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/* ↓グローバルナビゲーション*/
#logo {
	height: 40px;
	width: 376px;
	text-align: left;
	float: left;
	display: inline;
}

#brand {
	height: 40px;
	width: 64px;
	text-align: left;
	float: left;
	display: inline;
}

#webcat {
	height: 40px;
	width: 118px;
	text-align: left;
	float: left;
	display: inline;
}

#shop {
	height: 40px;
	width: 55px;
	text-align: left;
	float: left;
	display: inline;
}

#campa {
	height: 40px;
	width: 88px;
	text-align: left;
	float: left;
	display: inline;
}

#diary {
	height: 40px;
	width: 59px;
	text-align: left;
	float: left;
	display: inline;
}


#contact {
	height: 40px;
	width: 80px;
	text-align: left;
	float: left;
	clear: right;
	display: inline;
}

/* ↓メインコンテナ*/
#container {
	width: 840px;
	height: 100%;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	clear: none;
	float: none;
}

#flash-container {
	width: 100%;
	height: 430px;
	min-height: 100%;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: none;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	
}

#flash-index {
	width: 840px;
	clear: both;
	height: 430px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


/* ↓ホームイメージ*/
#homeimg {
	height: 300px;
	width: 838px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}
#news {
	width: 838px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 30px;
	clear: both;
	margin-top: 0px;
	height: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(img/news-bg.jpg);
	background-repeat: no-repeat;
}

#news-text {
	width: 600px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.1em;
	padding-top: 12px;
	padding-left: 140px;
	float: left;
	display: inline;	
}
#news-btn {
	width: 90px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	height: 34px;
	float: left;
	clear: right;
	display: inline;
	
}

.ticker {
    width: 600px;
    height: 22px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    font-size: 11px;
}


.ticker li {
 height: 22px;
	padding: 0px;
 margin: 0px 0px;
}

/* ↓ブランドリンク*/

#blogo-l {
	height: 90px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#blogo-l2 {
	height: 90px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#blogo-ltx {
	height: 30px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

#blogo-m {
	height: 90px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 18px;
	margin-left: 9px;
}

#blogo-m2 {
	height: 90px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 7px;
	margin-left: 9px;
}
#blogo-mtx {
	height: 30px;
	width: 268px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

#blogo-r {
	height: 90px;
	width: 268px;
	text-align: left;
	float: left;
	clear: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 9px;
}

#blogo-r2 {
	height: 90px;
	width: 268px;
	text-align: left;
	float: left;
	clear: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 9px;
}
#blogo-rtx {
	height: 30px;
	width: 268px;
	text-align: center;
	float: left;
	clear: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

#blogo-rs {
	height: 90px;
	width: 129px;
	text-align: left;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 18px;
	margin-left: 9px;
}

#blogo-rsr {
	height: 90px;
	width: 129px;
	text-align: left;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-bottom: 18px;
	clear: right;
}



/* ↓ページトップ*/
#pagetitle {
	height: 80px;
	width: 840px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#pagetitle2 {
	height: 80px;
	width: 840px;
	margin-top: 10px;
}

#pagetitle-other {
	height: 80px;
	width: 840px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(brand/img/pagetitle_others.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	float: right;
	clear: both;
}

#pt-other-ab {
	height: 80px;
	width: 153px;
	text-align: left;
	float: left;
	display: inline;
}
#pt-other-ec {
	height: 80px;
	width: 157px;
	text-align: left;
	float: left;
	display: inline;
}
#pt-other-in {
	height: 80px;
	width: 137px;
	text-align: left;
	float: left;
	display: inline;
	clear: right;
}

/* ↓カテゴリー内*/
#catmain-txt {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
}

/* ↓カテゴリー内*/
#catmain-sub1 {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 15px;
	float: none;
	clear: both;
	height: 20px;
}

#catlink {
	width: 810px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	clear: both;
	background-color: #F3F3F3;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding-left: 30px;
}

/* ↓PR内*/
#date-pr {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
	clear: both;
}

#title-pr {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 24px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	clear: both;
	margin-top: 5px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.title-img {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 300px;
}


#maintext-pr {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#maintext2-pr {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
	margin-top: 5px;
	padding-bottom: 10px;
}

#pr-img-cont {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
	clear: left;
}

#pr-img-left {
	width: 250px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	float: left;
}
#pr-img-mid {
	width: 250px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	float: left;
}
#pr-img-right {
	width: 250px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	float: left;
	clear: right;
}
#pr-img-photo {
	width: 250px;
	text-align: center;
	clear: both;
}

#pr-img-cap {
	width: 240px;
	color: #666666;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
	clear: both;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* アクセス */
#accessmap {
	width: 768px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
	border: 1px solid #E1E1E1;
	padding: 15px;
}

#accs-title {
	width: 768px;
	clear: both;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#accs-l {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#accs-l2 {
	width: 160px;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#accs-r {
	width: 358px;
	float: left;
	height: 240px;
	border: 1px solid #CCCCCC;
	clear: right;
}

/* ウェブカタログ */

#cover-l {
	width: 300px;
	margin-right: 20px;
	float: left;
	height: 300px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	display: inline;
}
#cover-r {
	width: 300px;
	float: right;
	margin-left: 20px;
	height: 300px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	display: inline;
}

#cover-l2 {
	width: 300px;
	margin-right: 20px;
	float: left;
	height: 424px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	display: inline;
}
#cover-r2 {
	width: 300px;
	float: right;
	margin-left: 20px;
	height: 424px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	display: inline;
}


#flash-area {
	width: 840px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
	margin-top: 5px;
	height: 420px;
}

#flash-area2 {
	width: 840px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
	margin-top: 5px;
	height: 530px;
}


/* スペーサー */
#spc-s {
	width: 800px;
	height: 10px;
	clear: both;
}


#spc-lg {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	height: 10px;
	clear: both;
}

#spc-lg2 {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	height: 20px;
	clear: both;
}

#blank-txt {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
	vertical-align: top;
	height: 300px;
}


/* 見出し */
#title-lg {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	padding-top: 5px;
	clear: both;
	margin-top: 15px;
}

#title-sm {
	width: 800px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	padding-top: 5px;
	clear: both;	
}


/* 2コラム */
#colum-cont {
	width: 800px;
}

#colum-l {
	width: 200px;
	margin-right: 20px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	display: inline;
	margin-bottom: 15px;
	
}
#colum-r {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	
}

/* 画像レイアウト */
#thambimg-l {
	width: 110px;
	height: 110px;
	margin-right: 13px;
	margin-left: 19px;
	float: left;
	border: 1px solid #FFF;
	display: inline;
}
#thambimg-txl {
	width: 110px;
	margin-right: 14px;
	margin-left: 20px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	line-height: 14px;
	height: 12px;
}

#thambimg-txlnw {
	width: 110px;
	margin-right: 14px;
	margin-left: 20px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	background-image: url(brand/img/new-bbg.jpg);
	background-repeat: no-repeat;
	height: 12px;
	line-height: 14px;
}

#thambimg-l2 {
	width: 110px;
	height: 110px;
	margin-right: 13px;
	margin-left: 19px;
	float: left;
 border: 1px solid #FFF;	
	display: inline;
}
#thambimg-txl2 {
	width: 110px;
	margin-right: 14px;
	margin-left: 20px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	clear: left;
}

#thambimg-m {
	width: 110px;
	height: 110px;
	margin-right: 13px;
	margin-left: 13px;
	float: left;
	border: 1px solid #FFF;
	display: inline;
}
#thambimg-txm {
	width: 110px;
	margin-right: 14px;
	margin-left: 14px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	line-height: 14px;
	height: 12px;
}

#thambimg-txmnw {
	width: 110px;
	margin-right: 14px;
	margin-left: 14px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	background-image: url(brand/img/new-bbg.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	height: 12px;
}

#thambimg-r {
	width: 110px;
	height: 110px;
	margin-left: 13px;
	float: left;
	border: 1px solid #FFF;
	display: inline;
}
#thambimg-txr {
	width: 110px;
	margin-left: 14px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	clear: none;
	line-height: 14px;
	height: 12px;
}

#thambimg-txrnw {
	width: 110px;
	margin-left: 14px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
	clear: none;
	background-image: url(brand/img/new-bbg.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	height: 12px;
}


.thambimg-txrh {
	width: 110px;
	margin-left: 14px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline;
}

#thambimg-mh {
	width: 110px;
	height: 110px;
	margin-right: 14px;
	margin-left: 14px;
	float: left;
	border: 1px solid #FFFFFF;
	display: inline;
}
#thambimg-rh {
	width: 110px;
	height: 110px;
	margin-left: 13px;
	float: left;
	border: 1px solid #FFFFFF;
	display: inline;
}

#title-lg {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	clear: both;
	color: #333333;
	margin-top: 10px;
	height: 30px;

}

#title-shopimg {
	width: 840px;
	margin-bottom: 30px;
	clear: both;
	margin-top: 10px;
	height: 120px;

}

#title-shop {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	clear: both;
	color: #333333;
	margin-top: 10px;
	height: 22px;
	padding-top: 8px;
	background-image: url(shop/img/title-lg.jpg);
	background-repeat: no-repeat;

}

#title-shop2 {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	clear: both;
	color: #333333;
	margin-top: 30px;
	height: 22px;
	padding-top: 8px;
	background-image: url(shop/img/title-lg.jpg);
	background-repeat: no-repeat;

}

#botomlink {
	width: 798px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	clear: both;
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 5px;
}

table#table-list {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 16px;
}

table#table-list th {
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
table#table-list td {
	text-align: left;
	padding: 4px;
	
}

/* フッター */
#footer-f {
	width: 840px; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: 40px;
	min-height: 100%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 5px;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	margin-top: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
}

#footer {
	width: 840px; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: 40px;
	min-height: 100%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 5px;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	margin-top: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
}

#footer-1 {
	width: 100%; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: 22px;
	min-height: 100%;
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 8px;
	border-top-color: #DFDFDF;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.maintextL {
	font-size: 12px;
	color: #333333;
	width: 700px;
	text-align: left;
	line-height: 18px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
}

.maintextC {
	font-size: 12px;
	color: #333333;
	width: 700px;
	text-align: left;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 10px;
}


div.box1 {
	width: 800px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}


div.imagebox1 {
	width: 400px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 260px;
		}
		
	p.caption {
	font-size: 12px;
	color: #666;
		}
		
	p.exp {
	clear: left;
	height: 1px;
		}


/* ↓ここからテキスト指定*/

#icon {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	height: 14px;
	width: 14px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background-color: #E3E3E3;
	margin-right: 5px;
	margin-left: 5px;
	padding: 1px;
	line-height: 14px;
	display: inline;
}
#icon-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	height: 14px;
	width: 14px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
	line-height: 14px;
	display: inline;
}

#icon-c {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	height: 14px;
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 12px;
	padding: 2px;
	display: inline;
}

#icn_new {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	height: 12px;
	width: 21px;
	text-align: center;
	background-image: url(brand/img/newbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	float: left;
	clear: both;
	display: inline;
}

#ul.new li {
list-style: none;  
padding-left: 20px;  
background: url(brand/img/newbg.jpg) 0% 50% no-repeat;
}


.tx_XL {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.tx_XL2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.tx_L {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.tx_L2B {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}

.tx_M {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.tx_M2R {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #990000;
}

.tx_S {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 13px;
	color: #666;
}
.tx_S2 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 15px;
	color: #666;
}

.tx_cr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 13px;
	color:#333333;
	letter-spacing: 0.1em;
}

.tx_MB {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}


/*↓ここからカラー指定*/


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

/*↓ロールオーバー*/
img {
	border: none;
}
a:hover .img-r {
	filter: alpha(opacity=80);/*IE*/
	-moz-opacity: 0.80;/*FF*/
	opacity: 0.80;/*safari*/
}

/*↓スプラッシュイメージ*/
  li { list-style:none; margin:0; padding:0; }
  li a { text-decoration:none; }
  ul#portfolio li img{ border:0px; padding:0px; }

