@charset "utf-8";

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

	[business_index.css]
	
============================================================*/


/*
	background
------------------------------------------------------------*/
* html div#header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../shared/img/content_header_bg.png", sizingMethod="scale");
	text-align: center;
}

* html div#content div.wrapper {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../shared/img/content_bg_body_ie.png", sizingMethod="scale");
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../../img/nav_bg.jpg) no-repeat;
}


/*
	section
------------------------------------------------------------*/

/* title */
h1 {
	position: relative;
}

h1 img.target {
	position: absolute;
	top: 11px;
	right: 0;
}

/* index */
ul.index {
	margin: 0;
	list-style: none;
}

ul.index li {
	position: relative;
	margin: 0 0 0.5em;
}

ul.index li a {
	display: block;
	padding: 1em;
	background: #FFC;
	border: 1px dotted #FC0;
	text-decoration: none;
}
* html ul.index li a {
	width: 100%;
}

ul.index li a:hover {
	background: #FE9;
}

ul.index li strong {
	float: left;
	width: 13em;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
}

ul.index li span.description {
	display: block;
	margin-left: 18em;
	color: #333;
}
