@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** ACCENT CORPORATION index CSS
**
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
** main contents
----------------------------------------------------------------------------- */
body#index div#main div#contents {
	width: 700px;
	float: right;
	margin: 0;
	border-bottom: none;
	}
body#index div#main div#contents div#flash {
	width: 700px;
	height: 500px;
	}
body#index div#main div#contents div#bannerBlock ul li {
	width: 140px;
	height: 30px;
	float: left;
	margin-right: 10px;
	}
	
body#index div#main div#contents div#bannerBlock ul li.craft {
	background: url(../../common/img/side_nav_10.gif) left top no-repeat;
	}
body#index div#main div#contents div#bannerBlock ul li.glee {
	background: url(../../common/img/side_nav_11.gif) left top no-repeat;
	}
	
body#index div#main div#contents div#bannerBlock ul li a {
	display: block;
	text-indent: -9999px;
	height: 100%;
	}
body#index div#main div#contents div#bannerBlock ul li a:focus {
	outline: none;
	}
body#index div#main div#contents div#bannerBlock ul li.craft a:hover {
	background: url(../../common/img/side_nav_10_o.gif) left top no-repeat;
	}

body#index div#main div#contents div#bannerBlock ul li.glee a:hover {
	background: url(../../common/img/side_nav_11_o.gif) left top no-repeat;
	}

body#index div#main div#contents div#flash div#caution {
	width: 618px;
	height: 425px;
	border: 1px solid #999;
	padding: 73px 40px 0;
	}
body#index div#main div#contents div#flash div#caution em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

/* -----------------------------------------------------------------------------
** main side
----------------------------------------------------------------------------- */
body#index div#main div#side {
	width: 200px;
	float: left;
	}	
	

body#index div#main div#side div#newsBlock {
	width: 200px;
	height: 260px;
	overflow: auto;
	position: relative;
	background: url(../../common/img/line_01.gif) left top no-repeat;
	z-index: 1;
	}
body#index div#main div#side div#newsBlock div.inner {
	width: 196px;
	}

body#index div#main div#side div#newsBlock div.inner dl {
	background: url(../../common/img/line_01.gif) left bottom no-repeat;
	padding: 10px 0;
	}



/* scrollbar */
#scrollbarOuter {
	width: 16px;
	float: right;
	display: inline;
	/*border-bottom: 2px solid #000;*/
	height: 260x;
	z-index: 5;
	}
#scrollbar {
	position: absolute;
	left: 184px;
	top: 0px;
	width: 16px;
	height: 260px;
	text-align: center;
	cursor: pointer;
	/*border-top: 2px solid #000;*/
	}
#scrollbar .bar {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 2px;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	background: #000;
	cursor: pointer;
	}
#scrollbar .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 2px;
	height: 260px;
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
	background: #ccc;
	}


/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */

body#index div#main {
	overflow: hidden;
	}
	
body#index div#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}
/*\*/
* html body#index div#main {
	height: 1em;
	overflow: visible;
	}
/**/