﻿@charset "UTF-8";

/* /// NOTES - brand.css //////////////////////////// 
	- 
 ////////////////////////////////////////////// */


/* ----------------------------------------------------- */
/*  3カラム */
/* ----------------------------------------------------- */
.module_brand_dir {
	width:202px;
}
.module_brand_dir dt {
	margin-bottom: 2px;
	text-indent: -10px;
	padding-left: 10px;
}

.module_brand_dir dt a {
	padding-left: 10px;
	line-height: 1.2;
	text-decoration: none;
	width: auto;
	background: url("/psl/common/img/icon_link.gif") no-repeat -2px 2px;
}

.module_brand_dir dd {
	line-height: 1.25;
	margin-bottom: 2px;
}

/* 20071220 add */
.section_body.opt_brand h3.link {
	font-weight: normal;
}

.opt_subbrand .module_brand_dir {
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.opt_subbrand .module_brand_dir a {
	padding-left: 10px;
	vertical-align: baseline;
	display: block;
	line-height: 1.2;
	width: 192px;
	background: url("/psl/common/img/icon_link.gif") no-repeat -2px 3px;
}

.opt_subbrand .module_brand_dir.title_l a {
	height: 2.5em;
}

/* ____内部フロート_____ */
/* 画像エリア */
.area_visual_sub {
	float: left;
	width: 70px;
}
/* テキストエリア */
.area_description_sub {
	float: right;
	width: 122px
}


/* ----------------------------------------------------- */
/*  2カラム */
/* ----------------------------------------------------- */
.module_c2 {
	width:308px;
}

/* ----------------------------------------------------- */
/*  ヒストリーコラムパターン */
/* ----------------------------------------------------- */
.module_history {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	background: url("/psl/common/img/img_historyyear_bg.gif") repeat-y bottom left;
}

.module_history .area_episode {
	float: right;
	width: 566px;
	margin-bottom: 5px;
}

.module_history .area_visual_year {
	float: left;
	padding-right: 5px;
	width: 60px;
	text-align: center;
}
.module_history .part_visualimage {
	float: left;
	padding-right: 10px;
	width: 112px;
}

.module_history .part_history {
	float: right;
	width: 444px;
}

