@charset "utf-8";
/* interwork CSS
	2009.11.25
	李 design@b-cause.co.jp
*/

body * {
	margin: 0;
	padding: 0;
	/*font-size: 12px;*/	
}

/* clear */
.clearfix {
	clear: both;
}
/* layout */
#bcausecontent {
	width: 630px;
}

/* top alert */
#alert {
	width: 630px;
	height: 150px;
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/topalert.gif) no-repeat;
	display: block;
	margin-bottom: 20px;
}

/* button */
#section_bt {
	width: 630px;
}

#section_bt a{
	width: 310px;
	height:0;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top:60px;
	overflow:hidden;
}

.bt01 {
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/business_japanese.jpg) no-repeat;
}

.bt02 {
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/knowledge_information.jpg) no-repeat;
}

.bt03 {
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/guide.jpg) no-repeat;
}

.bt04 {
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/event_banner.jpg) no-repeat;
}

/* titlebar */
.titlebar {
	width: 560px;
	line-height: 40px;
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/titlebar.gif) no-repeat;
	padding-left: 70px;
	float: left;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/* list */
.list01 {
	width: 310px;
	height: 100px;
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/sbg01.gif) no-repeat;
	padding-top: 50px;
	float: left;
	margin: 0 5px 5px 0;
}
.list02 {
	width: 310px;
	height: 100px;
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/sbg02.gif) no-repeat;
	padding-top: 50px;
	float: left;
	margin: 0 0 5px 5px;
}
.list03 {
	width: 600px;
	height: 100px;
	background:url(http://www.alc-jlife.com/files/interwork_v2/img/sbgw.gif) no-repeat;
	padding-top: 50px;
	padding-left: 30px;
	float: left;
	margin: 0 0 5px 0;
}


.listdot {
	list-style: none;
	list-style-image:url(http://www.alc-jlife.com/files/interwork_v2/img/listdot.gif);
	line-height: 1.8;
	padding-left: 30px;
}

.listdot2 {
	width: 90px;
	list-style: none;
	list-style-image:url(http://www.alc-jlife.com/files/interwork_v2/img/listdot.gif);
	line-height: 1.8;
	float: left;
	margin-right: 25px;
}

.listdot li a:link, .listdot li a:visited, .listdot2 li a:link, .listdot2 li a:visited {
	color: #333333;
	text-decoration: none;
}

.listdot li a:hover, .listdot2 li a:hover {
	color: #06F;
}

/* map */

.map {
	font-size:12px;
	width: 630px;
	line-height: 20px;
	text-align: center;
	float: left;
	background:#cccccc;
}

.map a:link, .map a:visited{
	color:#333333;
	text-decoration: none;
}

.map a:hover {
	color:#F90;
}


