@charset "EUC-JP";
/* ------------------------------------------------ */
/* Yahoo!インターネット検定                         */
/* デジカメエキスパート認定試験合格虎の巻           */
/* ≪css/common/chapter.css≫                       */
/*                                                  */
/* Copyright (C) 2007 Impress Japan Corporation,    */
/* an Impress Group Company. All rights reserved.   */
/* Copyright (C) 2007 Yahoo Japan Corporation.      */
/* All Rights Reserved.                             */
/* ------------------------------------------------ */


/* ************************************************ */
/* ■1.各章トップページ用 */
/* ************************************************ */
/*---------- リード ---*/
#CON .read_t{
	padding-top:10px;
}
/*---------- 解説者表記部分 ---*/
#CON .commentator{
	font-size:90%;
	text-align:right;
	margin-top:0.5em;
}
/*------------------------------▼解説者紹介▼*/
#CON .profile{
	border:1px solid #ffde00;
	margin-top:20px;
	padding:5px;
}
#CON .profile h5{
	width:auto;
	color:#555555;
	font-size:90%;
	font-weight:bold;
	background:#ffe63b url("http://i.yimg.jp/images/cert/digicam_text/common/profile_title_bg.gif") repeat-y top right;
	margin:0;
	padding:5px 5px 5px 10px;
}
#CON .profile p{
	font-size:80%;
	line-height:1.4em;
	padding:0.5em 10px;
}
/*------------------------------▼CONTENTS▼*/
#contents{
	margin-bottom:30px;
}
/*---------- タイトル ---*/
#contents h4{
	width:708px;
	height:25px;
}
/*---------- 項目 ---*/
#contents .splt_three{
	width:auto;
	border:1px solid #cccccc;
	padding:10px 20px;
}
#contents .splt_three .splt_L{
	width:437px;
}
#contents .splt_three .splt_R{
	width:208px;
}
#contents .splt_three .splt_1,
#contents .splt_three .splt_2,
#contents .splt_three .splt_3{
	display:block;
	width:208px;
	font-size:90%;
}
#contents .splt_three li{
	padding-left:16px;
	margin-bottom:0.4em;
	line-height:1.5em;
}
#contents .splt_three li ul{
	margin-bottom:0.5em;;
}
#contents .splt_three li li{
	line-height:1.2em;
}
#contents .splt_three a{
	color:#333333;
}
