/* マージン関係はstyle.css */
#white_wall {
	width: 124px;
	height: 20px;
	position: absolute;
	top: 173px;
	left: 860px;
	background: #FFFFFF;
}

/*IE6のみ適応*/
* html #BgTopic_path {
	width: 1000px;
	height: 20px;
	background-color: #F6F6F6;
	margin: 24px auto 0px auto;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
/*IE7のみ適応*/
*:first-child+html #BgTopic_path {
	width: 1000px;
	height: 20px;
	background-color: #F6F6F6;
	margin: 40px auto 0px auto;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
/*モダンブラウザ向け*/
#BgTopic_path {
	width: 1000px;
	height: 20px;
	background-color: #F6F6F6;
	margin: 36px auto 0px auto;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

#BgTopic_path p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	line-height: 100%;
}

/*IE6のみ適応*/
* html #Main {
	width: 998px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: solid 1px #DDDDDD;
}
/*IE7のみ適応*/
*:first-child+html #Main {
	width: 998px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: solid 1px #DDDDDD;
}
#Main {
	width: 998px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: solid 1px #DDDDDD;
}

#MainLeft {
	position:relative;
	width: 195px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#MainRight {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #DDDDDD;
	float: right;
}

#ContentLeft {
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#ContentRight {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#ContentLeft_vertical {
	width: 380px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#ContentRight_vertical {
	width: 415px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#thumbnail_category {
	list-style: none;
	line-height: 0;
	margin: 10px 0px 10px 13px;
}
#thumbnail_category li {
	float: left;
}

#thumbnail_product {
	list-style: none;
	line-height: 0;
	margin: 0px 0px 0px 0px;
}
#thumbnail_product li {
	float: left;
}
#thumbnail_product li.thumb_s {
	margin: 0px 5px 5px 0px;
}
#thumbnail_product li.thumb_s2 {
	margin: 0px 0px 5px 0px;
}

.material{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #666666;
	font-size: 14px;
	line-height: 100%;
}
#thumbnail-material{
	list-style: none;
	line-height: 0;
	margin: 0px 0px 0px 0px;
}
#thumbnail-material li{
	float: left;
	line-height: 1;
	font-size: 10px;
	width: 85px;
	min-height: 95px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #999;
}

/* テーブル */

table.main {
	margin: 20px 0px 0px 20px;
}
table.main_brand {
	margin: 0px 0px 0px 20px;
}
table.overview {
	width: 756px;
	margin: 20px 20px 20px 20px;
	border-collapse: collapse;
	border-top: solid 1px #999999;
	border-right:solid 1px #999999;
}

table.overview th {
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

table.overview td {
	color : #666666;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.overview td.cell01 {
	background-color: #F6F6F6;
	color: #666666;
}
table.overview p{
	font-size : 12px;
	line-height : 210%;
	font-weight: normal;
	margin : 8px 5px 8px 10px;
}
table.recruit {
	width: 756px;
	margin: 20px 20px 0px 20px;
	border-collapse: collapse;
	border-top: solid 1px #999999;
	border-right:solid 1px #999999;
}

table.recruit th {
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

table.recruit td {
	color : #666666;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}
table.recruit td.cell01 {
	background-color: #F6F6F6;
	color: #666666;
}
table.recruit td.cell02 {
	background-color: #F0F0F0;
	color: #555555;
}
table.recruit p{
	font-size : 12px;
	line-height : 210%;
	font-weight: normal;
	margin : 8px 5px 8px 10px;
}

/* 背景 */

.catalog {
	width: 250px;
	height: 17px;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
.BgPDF {
	width: 250px;
	height: 17px;
	background-image: url(common/img/BgPDF.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
.BgPDF2 {
	width: 250px;
	height: 17px;
	background-image: url(common/img/BgPDF.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
.BgPDF_right {
	width: 92px;
	height: 17px;
	background-image: url(common/img/BgPDF.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	float:right;
}
/* コンテンツ・左タイトル */
.content01{
	background-image: url(common/img/title_bg01.gif);
	background-repeat: no-repeat;
	line-height: 140%;
	font-weight: normal;
	margin: 20px 20px 0px 20px;
	padding-left: 15px;
	text-align: left;
}
h1.ProductName{
	background-image: url(common/img/title_bg01.gif);
	background-repeat: no-repeat;
	margin: 20px 20px 0px 20px;
	padding-left: 15px;
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 100%;
	font-weight: 900;
}
/* コンテンツ・左メイン画像 */
.content02{
	margin: 10px 0px 20px 20px;
}
/* コンテンツ・右サムネイル＆テキスト */
.content03{
	line-height: 140%;
	font-weight: normal;
	padding: 46px 15px 0px 10px;
}
/* BRAND・説明テキスト */
.content04{
	line-height: 140%;
	font-weight: normal;
	margin: 10px 20px 20px 20px;
	padding-left: 0px;
	text-align: left;
}
/* SHOP・フロアガイド */
.shop_title{
	background-image: url(common/img/title_bg01.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 100%;
	font-weight: 900;
}
/* SHOP・INFOMATION */
.shopinfo_title{
	margin: 20px 20px 0px 20px;
	padding: 0px;
	color: #777777;
	font-size: 14px;
	line-height: 100%;
	font-weight: 900;
}
.shopinfo_date{
	color: #666666;
	font-size: 10px;
	line-height : 120%;
	font-weight: normal;
	margin: -16px 0px 0px 0px;
	text-align: right;
}
.shopinfo_text{
	line-height: 200%;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	text-align: left;
}
.infoleft{
		width:50%;
		display:block;
		
		}
.inforight{
		float:right;
}
/* SHOP・テキスト */
.shop{
	line-height: 140%;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	padding-bottom: 20px;
	text-align: left;
}
.designer_photo{
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}
.map_left{
	margin: 0px 15px 20px 0px;
	padding: 0px;
	float: left;
}
.map_right{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 180%;
	float: left;
}
/* COMPANY・テキスト */
.content07{
	line-height: 200%;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	padding-left: 15px;
	text-align: left;
}
.glay01{
	font-size: 12px;
	font-weight: normal;
}
.thumbmenu{
	font-size: 10px;
	line-height: 100%;
	font-weight: normal;
	margin: 3px 0px 15px 0px;
	text-align: center;
}
.ProductName{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	font-size: 16px;
	line-height: 100%;
	font-weight: 900;
}
.DesignerName{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 100%;
	font-weight: 900;
}

/* トピックス */

ul.topics{
	margin: 20px 20px 0px 20px;
	text-align: left;
}
ul.topics .title{
	background-image: url(common/img/title_bg01.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	line-height: 100%;
	font-weight: 900;
	padding-left: 15px;
	list-style: none;
}
ul.topics .date{
	color: #666666;
	font-size: 10px;
	line-height : 120%;
	font-weight: normal;
	margin: -16px 0px 0px 0px;
	text-align: right;
	list-style: none;
}
ul.topics .text{
	line-height: 160%;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	list-style: none;
}
ul.topics .line{
	background-image: url(common/img/line02.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 20px 0px 10px 0px;
	list-style: none;
}
/*-----------------20120517add-----------------------------*/
.topics_box{
width:955px;
min-height:500px;
border:1px solid #DDDDDD;
margin-bottom:10px;
clear:both;
}
.topics_box img{
margin:20px;
*float:left;
}
.topics_text{
width:48%;

height:580px;
/*border:1px solid #CCCCCC;*/
float:right;
position:relative;
line-height:160%;
}
.topics_title{
font-weight:bold;
font-size:14px;
margin-top:70px;
margin-bottom:60px;
}
.topics_inner_wrap{
margin:20px 20px 20px 0px;
display:block;
}
.topics_inner_logo{
position:absolute;
bottom:20px;
left:150px;
clear:both;
}



/* サイドメニュー */

#navigation {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	line-height: 280%;
	background-color: #F6F6F6;
	width: 180px;
}
#navigation a.head {
	cursor: pointer;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
	display: block;
	zoom:1;
	margin: 0px;
	padding: 0px;
}
#navigation a.head:hover {
	background-color: #CCCCCC;
}
#navigation a.selected {
	background-color: #CCCCCC;
}
#navigation a.current {
	background-color: #E5E5E5;
}
#navigation ul {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 180%;
}
#navigation li {
	list-style: none outside none;
	display: inline;
}
#navigation li li a.list {
	display: block;
	zoom:1;	
}
#navigation li li a {
	display: block;
	zoom:1;
}
#navigation li li a:hover {
	background-color: #E5E5E5;
}

#companymenu {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-color: #F6F6F6;
	width: 180px;
}
#companymenu a.head {
	cursor: pointer;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
}
#companymenu a.head:hover {
	background-color: #E9E9E9;
}
#companymenu ul {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#companymenu li {
	list-style: none outside none;
	display: inline;
}
/* フォント */
.font_14bold{
	color: #777777;
	font-size: 14px;
	line-height: 100%;
	font-weight: 900;
}
/*------------company form--------------*/
input,textarea{
/*width:600px;*/
}
#submit{
    border: 0px;
    width: 80px;
    height: 30px;
    background: url(img/send.gif) left top no-repeat;
	cursor:pointer;
}
#form{
	line-height: 200%;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	
	text-align: left;
}
/*------------color box memmmi--------------*/
#interview{
padding:50px 0 50px 0;
margin-bottom:20px;
font-size:14px;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
text-align:left;
/*border-top:1px dotted #CCCCCC;*/
position:relative;
}
#interview a{
/*text-decoration:none;*/
}
#interview img{
position:absolute;
/*left:400px;*/
right:0px;
bottom:45px;
}

#clxpage{
width:800px;
margin:auto;
padding:50px;
color:#333333;
font-size:12px;
font-weight:normal;
line-height:160%;
position:relative;
text-align:left;
}
#clxpage #clx_head{
border-bottom:1px solid #999999;
margin-top:10px;
}
#clxpage #head_right{
float:right;
width:185px;
font-size:12px;
line-height:155%;
}
#clxpage #head_right h3{
margin:5px 0 10px 0;
font-weight:100;
}
#clxpage #head_left{
width:590px;
float:left;
}
#clxpage #head_left h2{
clear:both;
margin:60px 0 30px 0;
font-size:14px;
}
#clxpage #head_left h3{
margin:88px 0 30px 0;
}
#clxpage #interviewer{
margin:60px 0 5px 0;
}
#clxpage  hr{
clear:both;
}
#clxpage #main{
width:100%;
padding-bottom:50px;
}
#clxpage #main dl{
clear:both;
margin:40px 0 0px 0;
}
#clxpage #main dt{
font-weight:bold;
margin:10px 0 10px 0;
}
#clxpage #main h3{
font-size:14px;
margin:0px 0 30px 0;
}
#clxpage #main dl img{
margin:15px 0 0px 0;
}
#clxpage #date{
margin:20px 0 40px 0;
}
#clxpage .right{
float:right;
display:block;
}
#clxpage .left{
float:left;
display:block;
}
#clxpage .clear{
clear:both;
padding:10px 0 0 0;
}
#clxpage .clx{
position:absolute;
top:5px;
left:5px;
text-decoration:none;
}
