@charset "utf-8";

/* title
-------------------------------------------------------------------------------------------------------*/
.mainWrap h1 {
	padding-bottom:33px;
}


#title {
	width:950px;
	padding-bottom:35px;
}

#title h1 {
	padding-bottom:0;
	float:left;
}

#title ul {
	padding-top:9px;
	float:right;
}

#title ul li {
	background:url(../imgs/ic_01.gif) no-repeat 0 0.3em;
	padding:0 15px 0 18px;
	float:left;
	line-height:1.2;
}

#title ul li.last {
	padding:0 0 0 18px;
}


/* common
-------------------------------------------------------------------------------------------------------*/
.section:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.section {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .section {height: 1%;}
.section {display: block;}
/* End hide from IE-mac */

.left {
	float:left;
}

.right {
	float:right;
}



/* link
-------------------------------------------------------------------------------------------------------*/
.detail {
	margin-top:8px;
	padding-left:18px;
	background:url(../imgs/ic_01.gif) no-repeat 0 0.4em;
}


/* table
-------------------------------------------------------------------------------------------------------*/
table.tblStyle01,
table.tblStyle02 {
	width:100%;
}

table.tblStyle01 th,
table.tblStyle02 th {
	padding:7px;
	background:#333333;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:2px solid #666666;
	font-weight:normal;
}

table.tblStyle01 td {
	padding:7px 15px;
	border:1px solid #666666;
}

table.tblStyle02 td {
	padding:7px 15px;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:2px solid #666666;
}

table.tblStyle01 th.first,
table.tblStyle02 th.first,
table.tblStyle02 td.first {
	border-left:1px solid #666666;
}


/* font color
-------------------------------------------------------------------------------------------------------*/
.emp {
	color:#c8be6a;
}


/* margin
-------------------------------------------------------------------------------------------------------*/
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}


/* padding
-------------------------------------------------------------------------------------------------------*/
.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

.pb40 {
	padding-bottom:40px;
}

.pb50 {
	padding-bottom:50px;
}

