@charset "utf-8";

/*
	Name         : index.css
	Description  : トップページのみ適用
*/

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


#header {
	/*override*/
	height: 64px;
	margin-bottom: 10px;
	background: url(../../img/bg_header.png) no-repeat;
}


#indexCol {
	position: relative;
	height: 129px;
	margin: 5px 0 10px;
	background: #ddd url(../../img/bg_menu.png) no-repeat;
}

#indexCol #catch {
	position: absolute;
	left: 350px;
	top: 16px;
}

#indexCol ul {
	position: absolute;
	left: 75px;
	top: 48px;
}

#indexCol ul li {
	float: left;
	margin-right: 5px;
}


#infoCol {
	float: right;
	width: 520px;
	padding-bottom: 20px;
	background: #f3f0d6 url(../../img/bg_infocol.png) bottom no-repeat
}

#infoCol ul li {
	padding: 3px 0;
	border-bottom: 1px solid #bbb;
}

#subCol {
	float: left;
	width: 240px;
	padding-bottom: 10px;
	background: #fce2e2 url(../../img/bg_subcol.png) bottom no-repeat;
}

#subCol ul li {
	margin-bottom: 3px;
}

#subCol img {
	vertical-align: top; /*override*/
}

.inner {
	padding: 0 20px;
}

/*EOF*/

