@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：DRESSCAMP
作成日：2009.08.13
修正日：2009.08.18
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common.css";
@import "item.css";


/* ------------------------------------
 * スタイル設定 - インフォメーション -
 * ------------------------------------ */
 
 
/*---レイアウト------------------*/

#content {
	width:730px;
}

#content h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/common/dot.gif) left bottom repeat-x;
}

#content h3 {
	margin: 10px 0 15px 0;
	font-size: 108%;
	font-weight: bold;
}

#content div.sectionInfo {
	line-height:160%;
	padding:0 15px;
}

#content div.sectionInfo img {
	border: solid #ccc 1px;
}

#content div.sectionInfo img.l {
	margin: 0 10px 10px 0;
	float: left;
}

#content div.sectionInfo img.r {
	margin: 0 0 10px 10px;
	float: right;
}

#content div.link {
	margin-top: 15px;
}

#content div.link a {
	color: #333;
}

#content div.link a:hover {
	color: #666;
}


/* 画像表示 */

#slideshow {
	list-style: none;
	color: #000;
	}
	
#slideshow span {
	display: none;
}

#slideWrapper {
	margin: 0 0 15px 15px;
	float: right;
	display: none;
	width: 376px;
}

#slideWrapper * {
	margin: 0;
	padding: 0;
}

#fullsize {
	border: 1px solid #888;
	position: relative;
	width: 376px;
	height: 360px;
	background: #fff;
}

#information {
	position: absolute;
	bottom: 0;
	width: 376px;
	height: 0;
	color: #000;
	background: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
	text-align: center;
}

#information h3 {
	margin: 0;
	padding: 4px 8px 3px;
	font-size: 100%;
	font-weight: normal;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 376px;
}
#image img {
	position: absolute;
	z-index: 25;
	width: auto;
}

.imgnav {
	position: absolute;
	width: 25%;
	height: 360px;
	cursor: pointer;
	z-index: 150;
}

#imgprev {
	left: 10px;
	background: url(../information/img/left.gif) left center no-repeat
}

#imgnext {
	right: 10px;
	background: url(../information/img/right.gif) right center no-repeat
}

#imglink {
	position: absolute;
	width: 100%;
	height: 306px;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}

#imglink_fix {
	width:100%;
	height:100%;
	background-image:url(../img/spacer.gif);
}

.linkhover {
	background: url(../information/img/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top:15px;
}

#slideleft {
	float: left;
	width: 18px;
	height: 74px;
	background: url(../information/img/scroll-left.gif) center center no-repeat;
}

#slideleft:hover {
	background-color: #ccc;
}

#slideright {
	float:right;
	width:18px;
	height:74px;
	background:url(../information/img/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
	background-color: #ccc;
}

#slidearea {
	margin-left:5px;
	position:relative;
	float:left;
	width:330px;
	height:74px;
	overflow:hidden;
}

#slider {
	position: absolute;
	left: 0;
	height: 90px;
}

#slider img {
	padding:0;
	border:1px solid #ccc;
	cursor:pointer;
}


/* 記事一覧 */

#content dl.sectionInfoList {
	padding:10px 0 5px 20px;
}

#content dl.sectionInfoList dt {
	clear: both;
	float: left;
	width: 7.5em;
}

#content dl.sectionInfoList dd {
	margin-left: 7.5em;
	padding-bottom: 10px;
}

