@charset "utf-8";
/* CSS Document */

#mainBg {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 950px;
}

#mainContents {
	background-image: url(../images/ph_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

.pageTopLink {
	height: 20px;
	text-align: right;
	padding-top: 10px;
}

#logo_box {
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 9998;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(../images/fray_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#mask_box {
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	position: absolute;
}

#headBox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	z-index: 1000;
	background-color: #fff;
}

#footBox {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 999;
	background-color: #fff;
	font-size: 10px;
	color: #ccc;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
}

#headWrapper {
	width: 950px;
	margin: 25px auto 0 auto;
}

#newsLink {
	width: 950px;
	margin: 120px auto 0 auto;
	text-align:right;
	font-size:12px;
}
#newsLink a{
	color:#a88787;
}

#headWrapper #logo {
	width: 190px;
	float: left;
}

#headWrapper #menu {
	width: 666px;/*700px;*/
	float: right;
}

#headWrapper #menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

#headWrapper #menu li {
	list-style: none;
	float: left;
	display: inline;
	line-height: 0px;
	font-size: 0px;
	margin: 0 42px 0 0;/*0 32px 0 0;*/
	padding: 0;
}

#headWrapper #menu .liEnd {
	list-style: none;
	float: right;
	margin-right: 0;
}

.headSp {
	padding-top: 120px;
}

.footSp {
	padding-top: 60px;
}

.titleBoxTop {
	width: 420px;
	padding: 0 0 20px 10px;
}

.titleBoxRight {
	width: 160px;
	float: right;
	text-align: left;
}

.titleBoxLeft {
	width: 160px;
	float: left;
	text-align: right;
}

.scrollBase {
	width: 420px;
	background-color: #fff;
	padding: 5px;
}

.scrollPane {
	width: 400px;
	height: 300px;
	padding: 10px;
}

.sText {
	font-size: 10px;
	line-height: 16px;
}

.noScrollBase {
	width: 720px;
	background-color: #fff;
}

/* ABOUT US */

#aboutus {
	padding-top: 160px;
	padding-bottom: 860px;
}

#welcomeBox {
	padding: 280px 0 0 110px;
}


/* CLLECTION */

#collection {
	position: absolute;
	padding-top: 340px;
	top: 0px;
	left: 520px;
}

#collectionBtnBox {
	display: block;
}


/* NEWS */

#news {
	padding-top: 160px;
	padding-bottom: 460px;
}

#titleBoxNews {
	padding-top: 260px;
	width: 380px;
	padding-left: 60px;
	float: left;
}


/* SHOPLIST */

#shoplist {
	padding-top: 160px;
	padding-bottom: 650px;
}

#shoplist ul {
	float: right;
	width: 200px;
	padding: 20px 20px 20px 0;
	list-style: none;
}

#shoplist li {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
  	letter-spacing: 0.1em;
  	color: #a88787;
	padding-bottom: 10px;
}

#shoplist .liEnd {
	padding-bottom: 0;
}

#shoplist li img {
	float: right;
}

#shoplist .imgBox {
	width: 320px;
	padding: 100px 80px;
	background-color: #ece3e3;
	float: left;
}


/* PRESS */

#press {
	padding-top: 160px;
	padding-bottom: 260px;
}

#titleBoxPress {
	padding-top: 260px;
	width: 420px;
	padding-right: 20px;
	float: right;
}

#press img {
	width: 150px;
	float: left;
}

#press p {
	width: 230px;
	float: right;
}

#press .line {
	padding-bottom: 20px;
	border-bottom: dashed 1px #A4A3A3;
	margin-bottom: 20px;
}

#press .name {
	font-weight: bold;
	margin-bottom: 5px;
}


/* RECRUIT */

#recruit {
	padding-top: 160px;
	padding-bottom: 960px;
	float: right;
}

#recruit h3 {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
  	letter-spacing: 0.1em;
  	color: #a88787;
	font-weight: bold;
}


/* LINK */

#link {
	padding-top: 160px;
}

#link .imgBox {
	width: 460px;
	height: 420px;
	border: 1px solid #ddd;
	float: left;
	overflow: hidden;
}

#link .textBox {
	float: right;
	width: 258px;
}

#link .textBox h3 {
	font-size: 12px;
	font-weight: bold;
}

#link .textBox a {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
  	letter-spacing: 0.1em;
  	color: #a88787;
	text-decoration: none;
	padding: 14px 0 14px 15px;
	width: 243px;
	height: 32px;
	border-bottom: 1px solid #ddd;
}

#link .textBox span {
	display: block;
}

#link .textBox .noBorder {
	border-bottom: none;
}

#link .textBox .height89 {
	height: 89px;
}

#link .textBox .url2, .url3, .url4, .url5, .url6 {
	height: 0px;
	overflow: hidden;
}

#link .url1 {
	overflow: hidden;
}


/* OTHERS */

#others {
	margin: 200px 0 120px 70px;
	width: 420px;
	height: 270px;
	padding: 150px 0 0 120px;
	background-image: url(../images/rope.png);
	background-repeat: no-repeat;
	background-position: center center;
}
