@charset "utf-8";

/*reset settings:
=========================================*/
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}

/*common settings:
=========================================*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 84%;
	font-family:"Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4;
}
#pageContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* headContainer 
------------------------------------------------*/
#headContainer {
	padding: 12px;
}
#headContainer #identity {
	text-align: right;
}

/* mainContainer 
------------------------------------------------*/
/* section */
.section {
	margin-top: 30px;
	padding: 0 30px;
}
.section .sub-section {
	padding: 25px 0 45px 0;
}

/* heading */
h2 {
	background: url(../images/index_bg001.gif) no-repeat 0 0;
}
* html h2 {
	height: 1px;
}
h2 span {
	padding: 0 0 0 60px;
	font-size: 100%;
	font-weight:bold;
	line-height: 35px;
}

/* text */
strong {
	color: #F45009;
	font-weight: bold;
}

/* list */
ul.normal-list li {
	padding-left: 10px;
	background: url(../images/index_ic001.gif) no-repeat 0.2em 0.5em;
}
* html ul.normal-list li {
	height: 1px;
}
ul.notes-list li {
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

/* column */
.two-column {
	width: 700px;
}
.two-column .first-col {
	width: 414px;
	float: left;
}
.two-column .second-col {
	width: 266px;
	float: right;
}

/* footContainer 
------------------------------------------------*/
#footContainer {
	padding-bottom: 40px;
}
#footContainer .bt-close {
	text-align: center;
}

/* Clear fix  
------------------------------------------------*/
.two-column:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.two-column {
	min-height: 1px;
}

/* for IE6 */
* html .two-column {
	height: 1px;
}

/* for IE7 */
*:first-child+html .two-column {
	zoom: 1;
}