@charset "shift_jis";
@import url("common.css");

/*------------------------------------------------------------------
トップページ用CSS
------------------------------------------------------------------*/
/*
* レイアウト
* MAIN
* SIDE
*/

/*==================================================================
 レイアウト
==================================================================*/
#contents #main {
	float: left;
	width: 580px;
}

#contents #side {
	float: right;
	width: 300px;
}
#contents #side ul { margin-top: 3px; }
#contents #side ul li { margin-bottom: 20px; }
#contents #side ul li.end { margin-bottom: 0px; }

#hiv4 {
	text-align: left;
	width: 900px;
	height: 90px;
	padding: 5px 0px;
	background: url(../images/top/hiv4_bg.jpg) no-repeat;
	margin-bottom: 20px;
}
#hiv4 p {
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 230px;
}
#hiv4 p a { color: #FFFFFF; }
#hiv4 p a:hover { color: #0099FF; }



/*==================================================================
 MAIN
==================================================================*/
/*-- ブロック -----------------------*/
#contBlock {
	width: 560px;
	background: url(../images/top/block_bg.gif) no-repeat bottom;
	padding: 5px 10px 20px;
	margin-bottom: 10px;
}

* html body dl#contBlockIn dd div { display: inline-block; }

dl#contBlockIn {
	border-bottom: 2px solid #666666;
	width: 540px;
	text-align: left;
	margin: 0px auto;
}
dl#contBlockIn dt {
	float: left;
	width: 70px;
	padding: 10px 0px 0px 10px;
	border-top: 2px solid #666666;
	text-align: center;
}
dl#contBlockIn dd {
	margin-left: 70px;
	padding: 20px 10px 10px 20px;
	border-top: 2px solid #666666;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
dl#contBlockIn dd span { font-size: 0.8em; }

dl#contBlockIn dt.home,
dl#contBlockIn dd.home { border-top: none; }


/*-- きちんと知ろう、HIVのこと --*/
ul.aboutHiv { margin: 20px 20px 0px;}
ul.aboutHiv li {
	float:left;
	background: url(../images/top/icon_ribbon.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
ul.aboutHiv li.home { margin-left: 0px;}


/*-- RED RIBBON LIVE 情報  --*/
dl#contBlockIn dd div.liveInfo {
	width:385px;
	padding: 10px 15px 0px;
	background:url(../images/top/liveinfo_bg.gif) no-repeat;
	margin-top: 10px;
}
dl#contBlockIn dd div.liveInfo p {
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.6;
}

dl#contBlockIn dd div.liveInfoBtm {
	width: 415px;
	height: 8px;
	background: url(../images/top/liveinfobtm.gif) no-repeat;
}
dl#contBlockIn dd div.liveInfoBtm hr {display:none;}



/*==================================================================
 SIDE
==================================================================*/
/*-- what's new --*/
#topNews {
	width: 260px;
	padding: 10px 20px 20px;
	background: url(../images/top/topnews_bg.gif) no-repeat bottom;
	margin-bottom: 10px;
}
#topNews p { color: #FFFFFF; }

#NewsIn {
	overflow: auto;
	height: 200px;
}

/*-- HIV検査に行こう！ --*/
#inspect {
	margin-bottom: 10px;
	position: relative;
}
#inspect dl {
	position: absolute;
	top: 130px;
	/*top: 150px;*/
	left: 25px;
}
#inspect dl dt {
	float: left;
	width: 10em;
	padding-bottom: 5px;
}
#inspect dl dd {
	margin-left: 0px;
	padding: 0px 0px 5px 10em;
}

/*-- みんなつながっているよ --*/
#linkBlock {
	width: 260px;
	padding: 10px 20px 5px;
	background: url(../images/top/link_bg.jpg) no-repeat bottom;
	margin-bottom: 10px;
}
#linkBlock ul { padding-top: 5px; }
#linkBlock ul li {
	border-bottom: 2px solid #FFFFFF;
	background: url(../images/top/icon_heart.gif) no-repeat 10px center;
	padding-left: 40px;
	line-height: 2;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
#linkBlock ul li a { color: #FFFFFF; }
#linkBlock ul li a:hover { color: #0099FF; }


/*==================================================================
 ADD
==================================================================*/
p.att {
	background-color: #FF0000;
	padding: 3px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
p.att a {
	color: #FFFFFF;
	text-decoration: underline;
}
p.att a:hover {
	color: #000000;
}


