@charset "utf-8";

/* ------------------------------------------------------------
   
	filename:	index.css
	created:	080822 
	update:		080825
	copyright:	(c)2008 Intelligentnet, Inc. All rights reserved.
	
		  
------------------------------------------------------------ */

/* ------------------------------------------------------------ layout */
div#keyVisual {
	position: relative;
	top: -53px;
	z-index: 1;
}

div#contents {
	margin-top: -53px;
	background-color: #FFF;
	background-image: none;
}

div#contents div#mainContents {
	float: left;
	width: 635px;
	margin-bottom: 40px;
}

div#contents div#subNav {
	float: right;
	width: 200px;
	margin-bottom: 40px;
}

/* ------------------------------------------------------------ header */
div#header h1.siteID,
div#header ul.courtesyNav {
	position: relative;
	z-index: 2;
}

/* ------------------------------------------------------------ keyVisual */
div#keyVisual p.contentsLink {
	position: absolute;
	left: 154px;
	top: 200px;
	line-height: 0;
	font-size: 0;
	z-index: 2;
}

div#keyVisual ul.globalNav {
	clear: both;
	position: absolute;
	top: 263px;
	left: 12px;
	clear: both;
	z-index: 1;
}

div#keyVisual ul.globalNav li {
	float: left;
	line-height: 0;
	margin-right: 5px;
	font-size: 0;
}

div#keyVisual ul.globalNav li.lastChild { margin-right: 0; }

/* ------------------------------------------------------------ contents */
div#contents p { margin: 0 15px 10px 25px; }

/* mainContents */
div#contents div#mainContents div.heading {
	background-color: #FFF;
	margin: 14px 15px 10px 20px;
	border-bottom: solid 2px #C6B8C9;
}

div#contents div#mainContents div.heading h2 {
	clear: left;
	padding: 5px 6px 5px 0;
	border: none;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFF;
	color: #828C9D;
	background-image: none;
	float: left;
}

div#contents div#mainContents div.heading h2 { margin: 0; }

div#contents div#mainContents div.heading p {
	float: right;
	margin: 6px 0 0 0;
	text-align: right;
	font-size: 110%;
}

div#contents div#mainContents div.heading p a {
	padding-left: 15px;
	background-image: url(/common/images/mark-links.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* info */
div#contents div#mainContents dl.info { border-bottom: dotted 1px #85989E; }

div#contents div#mainContents dl.info dt,
div#contents div#mainContents dl.info dd {
	border-top: dotted 1px #85989E;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#contents div#mainContents dl.info dt.firstChild,
div#contents div#mainContents dl.info dd.firstChild {
	border-top: none;
	padding-top: 0;
}

div#contents div#mainContents dl.info dt {
	float: left;
	width: 7.5em;
}

div#contents div#mainContents dl.info dd {
	margin-left: 7.6em;
}

div#contents div#mainContents dl.info dd.links {
	padding-left: 18px;
	background-image: url(/common/images/mark-links-minor.gif);
	background-repeat: no-repeat;
	background-position: 6px 0.6em;
}

/* subNav */
div#contents div#subNav h2 {
	clear: both;
	padding: 5px 6px 5px 0;
	border: none;
	border-bottom: 2px solid #C6B8C9;
	background-image: none;
	color: #828C9D;
	font-weight: bold;
	font-size: 120%;
	margin: 14px 20px 5px 0;
}

div#contents div#subNav h2.links {
	padding-left: 15px;
	background-image: url(/common/images/mark-links.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#contents div#subNav h2.links a {
	font-weight: bold;
}

div#contents div#subNav p {
	margin: 0 20px 10px 0;
	font-size: 100%;
}

/* totop */
div#contents p.totop {
	clear: both;
	text-align: right;
	font-size: 100%;
}

div#contents p.totop a {
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: -2px 1px;
}

div#contents p.totop a { background-image: url(/common/images/mark-totop.gif); }

/* ------------------------------------------------------------ 09. Clearfixes */
div#contents div#mainContents div.heading:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#contents div#mainContents div.heading { display: inline-table; }

* html div#contents div#mainContents div.heading { height: 1%; }

div#contents div#mainContents div.heading {
	display: block;
	zoom: 1;
}

/* EOF */

