@charset "utf-8";

/*==== CABIK Top Page CSS ============================
01: topimg
02: sidebar
03: main
====================================================*/

body{
	background:url(../images/top/head_bg.png) repeat-x 0 0;
}
#wrapper {
	position:relative;
}

/*==== 01: topimg ====================================
*/
div#mainimg{
	width:860px;
	margin:17px 3px 100px 3px;
	position:relative;
	z-index:1;	
}
div#mainimg p.fo img{
	display:none;
	position:absolute;
	top:0;
}
p#mainbtn{
	position:absolute;
	top:435px;
	z-index:2;
}
img#mainbtn1,img#mainbtn2{
	margin-right:24px;
}

/*==== 02: sidebar ====================================
*/
#sidebar{
	float:right;
	width:300px;
	padding-right:3px;
}
#sidebar p{
	margin-bottom:10px;
}

/*==== 03: main ======================================
*/
#main{
	float:left;
	width:635px;
	padding-left:3px;
}
#main h2{
	margin-bottom:12px;
	float:left;
}

/* ----- news ----- */
dl.news{
	width:605px;
	height:170px;
	overflow:auto;
	margin-bottom:20px;
	clear:both;
	border:#CCC solid 1px;
	padding:15px;
}
dl.news dt{
	width:70px;
	float:left;
	padding-bottom:5px;
}
dl.news dd{
	border-bottom:1px dotted #999;
	padding-bottom:5px;	
	margin-bottom:13px;
}
dl.news a:link{
	text-decoration:none;
}

/*==== 04: select box ==================================
*/
#select{
	text-align:center;
	margin:10px;
	background:none;
}
#select p{
	margin:10px;
}
#select	p.lead{
	margin:20px 0;
	font-size:16px;
}
#select	p.lead1{
	margin:35px 0;
	font-size:18px;
}
#select p.notice{
	margin-bottom:20px;
}

#select	img.btn1{
	margin-right:20px;
}
#select p.finbtn img{
	margin-bottom:10px;
}
#select strong{
	font-weight:bold;
}