@charset "shift_jis";
@import "./common/base.css";
@import "./common/style.css";

h1 {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/logo_mini.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	width: 160px;
	height: 110px;
}

/* タイトル背景画像全体にリンクがかかる処理。テキストは横に飛ばして見えないようにしている */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	display: block;
	width: 160px;
	height: 84px;
	color: #000000;
	text-indent: -1000px;
	text-decoration: none;
}

/* タイトル背景画像をずらしてロールオーバー風に */
h1 a:hover {
	color: #444442;
	background-color: #cccccc;
	background-image: url(../images/logo_mini.gif);
	background-position: 160px 0px;
}
h2 {
}
h3 {
	background-image: url(../images/h3_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.2em; /* 下線との間のパディング */
}

/* ボーダー無し */
.cm {
	margin-top:40px;
	background:none;
}

h4 {
	background-image: url(../images/h4_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.1em; /* 下線との間のパディング */
}


h5 {
	background-image: url(../images/h5_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.1em; /* 下線との間のパディング */
}

/* ■段組み */
#content {
	width: 780px;
}
#content * {
	margin-left: 40px;
	margin-right: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content #pagetop {
	font-family: Arial, sans-serif;
	text-align: right;
	margin-bottom: 0;
}
#content #pagetop a {
	color: #666664;
	font-weight: bold;
	text-decoration: none;
}

/* 本文の2段組用パーツ */
#content .column2 {
	width: 720px;
}
#content .column2_l {
	overflow: hidden;
	float:left;
	width: 360px;
}
#content .column2_l dl {
	padding-right: 20px;
}
#content .column2_r {
	overflow: hidden;
	float:left;
	width: 360px;
	background-image: url(../images/column2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .column2_r dl {
	padding-left: 20px;
}

/* コーディネートページレイアウト用 */
#content .coordinate {
	line-height: 150%;
	width: 720px;
	font-size: 90%;
	color: #555553;
	margin-top: 0;
	margin-bottom: 1em;
}
#content .coordinate img {
	border: 1px solid #999996;
}

/* バイヤー日記日付用 */
#content h4.diary {
	color: #ccccc9;
	background: none;
	background-color: transparent;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: -0.2em;
}

/* バイヤー日記写真コメント用 */
#content p.comment {
	color: #999996;
	background-color: transparent;
	font-size:84%;
	border-left: 10px solid #ccccca;
	padding-left: 5px;
}
