@charset "UTF-8";
/* ==============================
  css-special
=================================
h2
---------------------------------
h3-aria
---------------------------------
copyright
============================== */

#content {
	padding-bottom: 25px;
}

/* ------------------------------
  h2
------------------------------ */
h2 {
	width: 271px;
	height: 100px;
	background: url(../contents/img/special/h2.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	float: left;
}

/* ------------------------------
  h3-aria
------------------------------ */
#h3-aria {
	width: 600px;
	float: right;
}

#h3-aria h3 {
	width: 595px;
	height: 29px;
	background: url(../contents/img/special/h3.gif) no-repeat top right;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#h3-aria p {
	text-align: right;
	color: #939393;
	margin-bottom: 15px;
}

#h3-aria ul {
	width: 600px;
}
/* clearfix */
#h3-aria ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#h3-aria ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #h3-aria ul {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#h3-aria li {
	width: 124px;
	height: 23px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	float: right;
}
#h3-aria li.btn-back a {
	width: 124px;
	height: 23px;
	background: url(../contents/img/special/btn_back.gif) no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
}
#h3-aria li.btn-back a:hover {
	background-position: 0 -23px;
}

/* ------------------------------
  copyright
------------------------------ */
#copyright {
	width: 960px;
	color: #999999;
	background: url(../contents/img/special/line02.gif) repeat-x bottom;
	padding: 15px 0 18px 0;
}

#copyright p {
	font-size: 9px;
}

#copyright p#company-name {
	width: 448px;
	height: 5px;
	background: url(../contents/img/special/copyright.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	margin-top: 4px;
}