@charset "utf-8";
/* ****************************************************
Since : 2008-07-25
Last Modified: 2008-07-25
***************************************************** */	
/* ****************************************************
1: Category top
2: Top
99: extra
***************************************************** */

/*1: Category top
=========================================*/
/* ==================================
layout
================================== */
/* Contents */
div#contents {
	width:923px;
	background-image:none;
	background-color:#ffffff;
	border-left: #d0d0c1 1px solid;
	border-right: #d0d0c1 1px solid;
}

/* section */
div#contents div.section {
	clear:both;
	margin:0 18px 0 19px;
	padding:0;
}

/* catchcopy */
div#contents .catchcopy {
	margin: 0 1px 0 1px;
}

/* three-column */
div#contents .section div.three-column {
	width:886px;
}
div#contents .section div.three-left,
div#contents .section div.three-center,
div#contents .section div.three-right {
	width:287px;
}
div#contents .contents-title {
	margin:30px 0 0 0;
}

/* icon-list */
div#contents ul.icon-list li.icon-link {
	background: url(../images/com_ic003.gif) no-repeat 0 0.5em;
}
/* For IE6 */
* html div#contents ul.icon-list li {
	white-space:nowrap;
}

/* dot-line */
div#contents .dot-line {
	padding:15px 0 0 0 !important;
}


/* ==================================
Footer
================================== */
/* Pageup box */
#footer #pageup-box {
	width:923px;
	padding:30px 0 10px 0;
	background-image:none;
	background-color:#ffffff;
	border-left: #d0d0c1 1px solid;
	border-right: #d0d0c1 1px solid;
	text-align:right;
}
/* For IE6 */
* html #footer #pageup-box {
	width:925px;
}
#footer #pageup-box p {
	margin-right:20px;
}
#footer-contents .wrap .line {
	height:15px;
	_height:25px;
}
/*2: Top
=========================================*/
body#index  {
	background-image:none;
	background-color:#efefe3;
}
body#index #container {
	width:auto;
	background:none;
}
body#index #container div.container-wrap {
	margin:0 auto;
	width:925px;
	text-align:center;
	background:#efefe3 url(../images/com_bg001.gif) repeat-y top left;
}
body#index div#contents {
	width:925px;
	padding-top:14px;
	border:0;
	line-height:1.4;
	background:none;
}
body#index #footer-contents .wrap {
	padding:13px 0 0 0;
}
body#index div#flash-print-area {
	display:none;
}
body#index div#contents div.four-column {
	clear: both;
	width: 895px;
	margin:0;
}
/* 2Column */
body#index div#contents div.four-left {
	width:211px;
	float:left;
	margin:0 17px 0 0;
}
body#index div#contents div.four-center {
	width:211px;
	float:left;
	margin:0 17px 0 0;
}
body#index div#contents div.four-right {
	width:211px;
	float:right;
}

/* ==================================
section
================================== */
body#index div#contents div.section {
	clear:both;
	margin:0;
	padding:0 14px 0 14px;
}


/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
div#contents ul.icon-list:after,
body#index #container div.container-wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#contents ul.icon-list,
body#index #container div.container-wrap {
	min-height: 1px;
}

/* for IE6 */
* html div#contents ul.icon-list,
* html body#index #container div.container-wrap {
	height: 1px;
}

/* for IE7 */
*:first-child+html div#contents ul.icon-list,
*:first-child+html body#index #container div.container-wrap {
	zoom: 1;
}