﻿@charset "utf-8";

/*============================================================

	[home.css]
	
	BYKELLY 2012

	contents:
		1. splash
		2. footer

============================================================*/

/*------------------------------------------------------------

	1. splash

------------------------------------------------------------*/
#content h1 {
	margin: 0;
}

#content img {
	display: block;
}

/*------------------------------------------------------------

	2. footer

------------------------------------------------------------*/

div#footer div#topics {
	clear: both;
	float: right;
	width: 400px;
	margin: 40px 10px 40px 0;
}

* html div#footer div#topics {
	display: inline;
}

div#footer div#topics h2 {
	height: 13px;
	margin: 0 5px 10px;
	background: url(../../shared/2012_images/topics_title.png) no-repeat right top;
	text-indent: -9999px;
	overflow: hidden;
}

div#footer div#topics dl {
	clear: both;
	width: 360px;
	margin: 0;
	padding: 14px 19px;
	background: #E8E8E8;
	border: 1px solid #DDD;
}

div#footer div#topics dt,
div#footer div#topics dd,
div#footer div#topics dd a {
	color: #333;
}

div#footer div#topics a:hover {
	color: #000;
}

div#footer div#topics dt {
	float: left;
	margin: 0;
	width: 80px;
	font-weight: normal;
}

div#footer div#topics dd {
	margin: 0 0 6px 80px;
	padding: 0 0 0 40px;
}

div#footer div#topics dd.info {
	background: url(../../topics/images/bullet_info.gif) no-repeat 0 0.3em;
}

div#footer div#topics dd.voice {
	background: url(../../topics/images/bullet_voice.gif) no-repeat 0 0.3em;
}

