﻿@charset "utf-8";
/* CSS Information
------------------------------------------------
File name: design.css
Editors: Naoto Yanai
Last Editor: Naoto Yanai
Date: 2009.4.7
------------------------------------------------ */

/* utility
------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 1;
	height: 0;
	visibility: hidden;
}

/* --- IE6&7用 --- */
.clearfix{ zoom:1;}


/* 【クラス】
------------------------------------------------*/


/* データ入稿について,下書き作成 <h2>
------------------------------------------------*/
body#about #content h2,
body#rough #content h2 {
	margin-bottom: 20px;
}


/* .designThum
------------------------------------------------*/
.designThum {
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #999;
}

.designThum h2 {
	margin-bottom: 25px;
}

.designThum h3, .designThum ul {
	margin-left: 20px;
}

* + html body#designIndex .designThum ul {
	margin-bottom: 10px;
}

.designThum li {
	width: 125px;
	margin: 0 10px 10px 0;
	float: left;
}

.designThum p {
	margin-left: 425px;
}

body#exsample .designThum {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: none;
}

body#exsample .designThum p {
	margin: 0; /* 初期化 */
	margin: 0 0 10px 20px;
}

body#exsample .designThum {
	position: relative;
}

body#exsample .designThum .absoluteConfig {
	position: absolute;
	top: 56px;
	left: 393px;
}

/* .designList
------------------------------------------------*/
.designList {
	margin: 0 20px 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}

#lastDesignList {
	margin-bottom: 20px;
}

.designList h3 {
	margin-bottom: 10px;
}

.designList li {
	margin: 0 0 5px 5px;
	padding-left: 5px;
	text-indent: -5px;
}

.designList span {
	color: #333;
	font-weight: bold;
}

.designList .rollOverImg {
	margin-top: 20px;
}

.designList .negative {
	margin: -51px 0 0 465px;
}

/* デザイン
------------------------------------------------*/

#primary {
	width: 570px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	background: url(../img/design/ind_bg01.gif) left top no-repeat;
	border-bottom: 1px dashed #999;
}

#primary h2, #primary p {
	margin-left: 75px;
}

#primary h2 {
	padding: 25px 0 20px 0;
}

#primary p {
	margin-bottom: 20px;
}

#primary ul {
	margin-left: 20px;
}

#primary li {
	float: left;
}

#primary .first-child {
	margin-right: 10px;
}

#designLeed {
	position: relative;
	margin: 0 0 20px 20px;
}

#designLeedInner {
	width: 490px;
	padding: 0 20px 0;
	background: #F2FAFA;
}

#designLeedInner h4 {
	margin-bottom: 10px;
}

#designLeedInner dl {
	margin-bottom: 10px;
}

#designLeedInner dt, #designLeedInner dd {
	line-height: 1.5;
}

#designLeedInner dt {
	float: left;
	width: 190px;
}

#designLeedInner dd {
	margin-left: 170px;
}

#designLeedInner dl span {
	padding-right: 3px;
	color: #009999;
}

#designLeedInner p {
	position: relative;
	top: 6px;
}

#designLeedInner .note {
	position: static;
	margin: 0 0 5px 0;
	color: #cc0000;
}


/* データ入稿について
------------------------------------------------*/
#aboutPrimary ul {
	margin-bottom: 10px;
}

#aboutPrimary li {
	margin: 0;
}

#aboutPrimary ul span {
	color: #009999;
	font-weight: bold;
}


/* 下書き作成について
------------------------------------------------*/
.designList-lv2 {
	margin-top: 20px;
	padding-bottom: 5px;
	background: url(../img/design/rou_bg02.gif) left bottom no-repeat;
}

.designList-lv2Inner {
	background: url(../img/design/rou_bg01.gif) left top repeat-y;
}

.designList-lv2 h4 {
	margin-bottom: 10px;
}

.designList-lv2 ul {
	margin: 0 0 0 75px;
	padding-bottom: 15px;
}

.designList-lv2 li {
	margin: 0;	/* 以下３つ初期化 */
	padding: 0;
	text-indent: 0;
	width: 185px;
	float: left;
}

.designList-lv2 .first-child {
	margin-right: 10px;
}

.designList-lv2 p {
	margin: 0 0 10px 20px;
	font-size: 14px;
}

.designList-lv2 .note {
	font-size: 12px;
	color: #c00;
}

body#rough #lastDesignList {
	margin-bottom: 0;
	border-bottom: none;
}

























