@charset "utf-8";

/*
	Name         : index.css
	Description  : NOMOTO Chiropractic Officeトップページ用
	Last Modefied: 2010-06-05
*/

/*Base
--------------------------------------------------*/


#swapFlash {
	width:760px;
	height: 250px;
	margin: 5px 0;
	padding: 1px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#topicsCol {
	position: relative;
	float: right;
	width: 350px;
}

#infoCol {
	position: relative;
	float: left;
	width: 130px;
}


#indexMainCol h2 {
	margin-bottom: 10px;
}


#indexMainCol .list {
	display: block;
	position: absolute;
	left: 92px;
	top: 99px;
	width: 78px;
	height: 19px;
}

#indexMainCol .list2 {
	display: block;
	position: absolute;
	left: 108px;
	top: 28px;
	width: 70px;
	height: 19px;
}

#indexMainCol .list3 {
	display: block;
	position: absolute;
	left: 108px;
	top: 62px;
	width: 70px;
	height: 19px;
}

#indexMainCol dt {
	font-weight: bold;
	color: #666;
}

#indexMainCol dd {
	margin: 0.2em 0 0.5em;
	padding-bottom: 0.5em;
	background: #fff url(/img/line.png) bottom no-repeat;
	line-height: 1.5;
}

#indexMainCol h5 {
	margin: 0 0 0.2em;
	background: url(/img/ln_clover.png) bottom no-repeat;
	line-height:inherit;
}

#indexMainCol h3 {
	font-weight: bold;
	color: #2c9d36;
	margin-bottom: 1em;
}

/*EOF*/
