@charset "UTF-8";

@import "./base.css";

/* ================================================================================== 
★　CSS インフォーメーション　★
☆　献血を広げよう　 トップページについて関連　☆

■１．base.css追記
■２．コンテンツ内容

===================================================================================== 

■１．base.css追記

================================================================================== */
#contentInR-2nd {
	font-size:1.2em;
}

#contentInL ul.left-nav li a{
	background:url(../kenketsu/img/icon_arrow01.gif) no-repeat left center;
}

#contentInL ul.left-nav li ul li a{
	background:url(../kenketsu/img/icon_arrow04.gif) no-repeat 2px 14px;
}

#contentInL ul.left-nav li a:hover{
	color:#6699cc;
}

#contentInL ul.left-nav li ul li.now a{
	color:#6699cc;
}


/* ==================================================================================  

■２．コンテンツ内容
		●２-１　けんけつE倶楽部＆モバイルサイト
		●２-２　カテゴリ3つ
	
=====================================================================================

		●２-１　けんけつE倶楽部＆モバイルサイト

================================================================================== */
/*最上部テキスト*/
p.kenketsu-index-txt{
	margin:10px auto 0;
	padding:0 5px;	
}

#kenketsu-index-ctg02{
	width:650px;
	margin:0 auto;
	background:url(../kenketsu/img/kenketsu_bg02_in.gif) repeat-y;
}

#kenketsu-index-ctg02-end{
	padding:0 0 10px;
	background:url(../kenketsu/img/kenketsu_bg02_end.gif) no-repeat bottom;
	overflow: hidden; 
	_zoom: 1;
}

#kenketsu-index-ctg02L{
	float:left;
	width:320px;
}

#kenketsu-index-ctg02R{
	float:right;
	width:320px;
}

#kenketsu-index-ctg02 p.ctg02Img{
	text-align:center;
}

#kenketsu-index-ctg02 p.ctg02Txt{
	width:290px;
	margin:0 auto 5px;
	min-height:120px;
	_height:120px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.mac #kenketsu-index-ctg02 p.ctg02Txt{
	line-height:1.5em;
}

/* ==================================================================================  

		●２-２　カテゴリ3つ

================================================================================== */

#kenketsu-index-ctg03{
	width:650px;
	margin:10px auto 15px;
	background:url(../kenketsu/img/kenketsu_bg03_in.gif) repeat-y;
}

#kenketsu-index-ctg03-end{
	padding:0 0 8px;
	background:url(../kenketsu/img/kenketsu_bg03_end.gif) no-repeat bottom;
	overflow: hidden; 
	_zoom: 1;
}

#kenketsu-index-ctg03-end div{
	float:left;
	width:220px;
	text-align:left;
}

#kenketsu-index-ctg03-end div dl{
	width:210px;
	margin:0;
}

#kenketsu-index-ctg03-end div.ctg03R{
	float:left;
	width:210px;
}

#kenketsu-index-ctg03-end dd{
	padding:6px 12px 0 12px;
	text-align:justify;
	text-justify:inter-ideograph;
}










