@import url("global.css");

.tokei{
	width:100px;
	text-align:center;
	float:left;
}
h3{
	margin-bottom:10px;
}
.pt15{
	padding-top:15px;
}
.pt30{
	padding-top:30px;
}
#flowlist{
	margin-bottom:20px;
}

.notes {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}


#flowlist li.start{
	background:url(../guide/img/start_bg.gif) no-repeat left top;
	position:relative;
}
#flowlist li.lightorange{
	background: url(../guide/img/lightorange_bg.gif) no-repeat left top;
}
#flowlist li.orange{
	background: url(../guide/img/orange_bg.gif) no-repeat left top;
}
#flowlist li.end{
	background: url(../guide/img/orange_bg.gif) no-repeat left top;
	position:relative;
}
.box{
	width:620px;
	border-bottom:1px solid #FFF;
	background:#D8F0FA;
	float:right;
}
.box_nobd{
	width:620px;
	background:#D8F0FA;
	float:right;
}
.txt{
	padding:15px;
}
.wid360{
	width:360px;
	margin-left:260px;
}
.img01{
	position:absolute;
	top:10px;
	left:140px;
}
.img02{
	position:absolute;
	top:-15px;
	left:110px;
}
.flimg{
	float:left;
	margin:0 20px 0 0;
}

#menulist{
	margin:0 20px;
	padding-bottom:10px;
}
#menulist li{
	background:#FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:285px;
	margin-bottom:10px;
	float:left;
}
#menulist li.mr10{
	margin-right:10px;
}
.listtxt{
	padding:5px;
	position:relative;
}

.wid255{
	width:255px;
}

.detailbtn {
	width:40px;
	height:230px;
	position:absolute;
	top:5px;
	right:5px;
}
.detailbtn a{
	width:40px;
	height:230px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background:url(../guide/img/detailbtn.gif) no-repeat left top;
}
.detailbtn a:hover{
	background-position:right bottom;
}


.bn_shop a{
	width:720px;
	height:135px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background:url(../guide/img/bn_shop.jpg) no-repeat left top;
}
.bn_shop a:hover{
	background-position:right bottom;
}