@charset "utf-8";
/* ****************************************************
Since : 2008-07-22
Last Modified: 2008-07-22
***************************************************** */

/*1: index.html
=========================================*/
/* right Navigation */
body#works-index div#contents div#category-navi {
	float: right;
	width: 200px;
	margin: 23px 0 30px 0;
	padding:0;
}
body#works-index div#contents div#category-navi .wrap {
	padding:0;
	margin: 12px 0 0 0;
	background: none;
	border-top:solid 1px #bbbbbb;
}

/* right Navigation menu */
body#works-index div#contents div#category-navi ul#right-menu {
	margin:0;
	padding:0;
	list-style: none;
	line-height: 120%;
	background:none;
}
body#works-index div#contents div#category-navi ul li {
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom:none;
}
body#works-index div#contents div#category-navi ul li a {
	display:inline;
	padding: 0;
	background:none;
}

/* Three hierarchical menus */
body#works-index div#contents div#category-navi ul.three-menu {
	margin:5px 0 0 0;
	background-color:#ffffff;
	border:none;
}
body#works-index div#contents div#category-navi ul.three-menu li {
	border:none;
	margin:0;
	padding: 3px 0 0 8px;
	background:#ffffff url(../images/com_ic039.gif) no-repeat 5px 0.8em;
	display:block;
}
/* For IE6 */
* html body#works-index div#contents div#category-navi ul.three-menu li {
	height:1px;
}

body#works-index div#contents div#category-navi ul.three-menu li a {
	padding: 0 0 0 5px;
	border: none;
	background:none;
	display:inline;
}

/* Development menu */
body#works-index div#contents div#category-navi #side-utility {
	margin:20px 0 0 0;
}
body#works-index div#contents div#category-navi #side-utility p {
	margin:0;
}
body#works-index div#contents div#category-navi #side-utility dl {
	margin:30px 0 0 0;
	background:url(../images/com_bg014.gif) no-repeat top left;
	border-bottom:solid 1px #d5d5d5;
}
/* For IE6 */
* html body#works-index div#contents div#category-navi #side-utility dl {
	height:1px;
}

body#works-index div#contents div#category-navi #side-utility dl dt {
	margin:0;
	padding:10px 0 5px 11px;
}
body#works-index div#contents div#category-navi #side-utility dl dd {
	margin:0;
	padding:0 11px 10px 11px;
}
body#works-index div#contents div#category-navi #side-utility dl dd ul {
	margin:3px 0 0 0;
}
body#works-index div#contents div#category-navi #side-utility dl dd ul li {
	margin:0;
	padding:3px 0 5px 12px;
}
/* For IE7 */
*:first-child+html body#works-index div#contents div#category-navi #side-utility dl dd ul li {
	min-height:1em;
}

body#works-index div#contents div#category-navi #side-utility dl dd ul li a sub {
	vertical-align:baseline;
}

/* headline design */
body#works-index div#contents div#content-title {
	clear: both;
	margin:0;
	background:none;
}
body#works-index div#contents div#content-title h1 {
	background:none;
	padding:0;
	line-height:1;
}
body#works-index div#contents .section div.two-column,
body#works-index div#contents .section div.three-column {
	clear: both;
	width:630px;
	margin-left:9px;
}
body#works-index div#contents .section {
	border-top:solid 5px #dadada;
	border-bottom:solid 5px #dadada;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
	margin:20px 0 0 0;
	padding:0 0 20px 10px;
}


/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
body#works-index div#contents div#category-navi #side-utility dl dd:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

body#works-index div#contents div#category-navi #side-utility dl dd {
	min-height: 1px;
}

/* for IE6 */
* html body#works-index div#contents div#category-navi #side-utility dl dd {
	height: 1px;
}

/* for IE7 */
*:first-child+html body#works-index div#contents div#category-navi #side-utility dl dd {
	zoom: 1;
}
