@charset "utf-8";

/*
==================================================

    CSS File Name - class.css
    Last-updated: 2010-05-19
	
    +1: Float Clear, Clearfix Hack
    +2: Align Set, Valign Set
    +3: Color Set
    +4: Fontsize Set
    +5: Margin Set, Padding Set
    +6: Box Set
	+7: Table Set
	+8: List Set

==================================================
*/


/*--------------------------------------------------
    +1: Float Clear, Clearfix Hack
==================================================*/

*.clear {
	clear: both;
	float: none;
}

*.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

*.clearfix {
	display: inline-block;
}

/* hides from ieMac \*/
* html *.clearfix {
	height: 1%;
}

*.clearfix {
	display: block;
}

/* end hide from ieMac */


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Align Set, Valign Set
==================================================*/

*.alignCenter {
	text-align: center;
}

*.alignLeft {
	text-align: left;
}

*.alignRight {
	text-align: right;
}

*.valignMiddle {
	vertical-align: middle;
}

*.valignBottom {
	vertical-align: bottom;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: Color Set
==================================================*/

*.colorRed {
	color: #ee46a1;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: Fontsize Set
==================================================*/

*.sizeSmall {
	font-size: 0.85em;
}

*.sizeLarge {
	font-size: 1.15em;
}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: Margin Set, Padding Set
==================================================*/

*.mR008 {
	margin-right: 8px;
}

*.mR010 {
	margin-right: 10px;
}

*.mR020 {
	margin-right: 20px;
}

*.mL005 {
	margin-left: 5px;
}

*.mL037 {
	margin-left: 37px;
}

*.mL056 {
	margin-left: 56px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +6: Box Set
==================================================*/

*.boxSet {
	clear: both;
	display: inline-block;
}

*.boxSet:after {
	content: "";
	display: block;
	clear: both;
}

/* hides from ieMac \*/
* html *.boxSet {
	height: 1%;
}

*.boxSet {
	display: block;
}

/* end hide from ieMac */

*.bL115 {
	display: inline;
	float: left;
	width: 115px;
}

*.bL145 {
	display: inline;
	float: left;
	width: 145px;
}

*.bL168 {
	display: inline;
	float: left;
	width: 168px;
}

*.bL180 {
	display: inline;
	float: left;
	width: 180px;
}

*.bL194 {
	display: inline;
	float: left;
	width: 194px;
}

*.bL250 {
	display: inline;
	float: left;
	width: 250px;
}

*.bL298 {
	display: inline;
	float: left;
	width: 298px;
}

*.bR250 {
	display: inline;
	float: right;
	width: 250px;
}

*.bR270 {
	display: inline;
	float: right;
	width: 270px;
}

*.bR285 {
	display: inline;
	float: right;
	width: 285px;
}

*.bR298 {
	display: inline;
	float: right;
	width: 298px;
}

*.bR401 {
	display: inline;
	float: right;
	width: 401px;
}

*.bR405 {
	display: inline;
	float: right;
	width: 405px;
}

*.bR427 {
	display: inline;
	float: right;
	width: 427px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: Table Set
==================================================*/

table.tableStyle01 {
	border: 1px solid #333;
}

table.tableStyle01 tr th {
	padding: 5px 10px;
	background-color: #ffffcc;
	border: 1px solid #333;
}

table.tableStyle01 tr td {
	padding: 5px 10px;
	border: 1px solid #333;
}

table.tableStyle02 {
	width: 100%;
}

table.tableStyle02 tr th {
	padding: 8px 10px;
	background-color: #127ab0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

table.tableStyle02 tr td {
	padding: 8px 10px;
	background-color: #e4eaec;
	border-bottom: 2px solid #fff;
}

table.tableStyle03 {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	font-size: 0.86em;
	line-height: 1.5em;
}

table.tableStyle03 tr th {
	width: 12em;
	padding: 10px;
	background-color: #e9f3eb;
	border: 1px solid #e1e1e1;
	font-weight: bold;
	vertical-align: top;
}

table.tableStyle03 tr th span {
	color: #b53b32;
	font-size: 0.83em;
	line-height: 1.5em;
}

table.tableStyle03 tr td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

table.tableStyle03 tr td input,
table.tableStyle03 tr td textarea {
	width: 350px;
}

table.tableStyle04 {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

table.tableStyle04 tr th {
	padding: 5px 10px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

table.tableStyle04 tr th span {
	margin-left: 2px;
	color: #ee46a1;
}

table.tableStyle04 tr td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

table.tableStyle05 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.86em;
	line-height: 1.5em;
}

table.tableStyle05 tr td {
	padding: 2px 5px;
	border: 1px solid #010101;
	vertical-align: top;
}

table.tableStyle05 tr td.nowrap {
	white-space: nowrap;
}

table.tableStyle05 tr td.noborder {
	border: none;
}

table.tableStyle06 {
	border: 1px solid #f5b94b;
	font-size: 0.86em;
	line-height: 1.5em;
}

table.tableStyle06 tr th {
	padding: 5px;
	background-color: #fed549;
	border: 1px solid #f5b94b;
	font-weight: bold;
}

table.tableStyle06 tr td {
	padding: 5px;
	border: 1px solid #f5b94b;
}

table.tableStyle06.sizeSmall {
	font-size: 0.71em;
	line-height: 1.5em;
}



/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +8: List Set
==================================================*/

dl.listAddress dt {
	clear: both;
	display: inline;
	float: left;
	width: 5.5em;
	margin-bottom: 10px;
}

dl.listAddress dd {
	padding: 0 0 10px 5.5em;
}

dl.listBusiness dt {
	color: #33b505;
	font-weight: bold;
}

dl.listBusiness dd {
	margin-bottom: 10px;
}

ul.listHome li {
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
}

ul.listLinks li {
	margin-bottom: 10px;
}

ul.listSitemap li {
	margin-bottom: 5px;
}

ul.listSitemap li a {
	padding: 0 0 0 15px;
	background: url(../images/icon_square_01.gif) 0 5px no-repeat;
}

dl.listCompany {
	width: 30em;
	margin-left: 130px;
	padding: 1px;
	border: 1px solid #c4baba;
}

dl.listCompany dt {
	clear: both;
	display: inline;
	float: left;
	width: 5em;
	padding: 10px 30px;
	background: url(../../aqua/company/images/bg_listCompany.gif) 0 0 repeat;
	font-weight: bold;
	text-align: center;
}

dl.listCompany dd {
	border-bottom: 2px solid #cef3fc;
	text-align: center;
	padding: 10px 0 10px 5em;
}

dl.listCompany dd.last {
	border: none;
}

dl.listNews dt {
	clear: both;
	display: inline;
	float: left;
	width: 10em;
	padding: 0 0 5px 20px;
	background: url(../../aqua/common/images/icon_arrow_01.gif) 0 4px no-repeat;
}

dl.listNews dd {
	padding: 0 0 5px 10em;
}

ul.listCircle li {
	margin-bottom: 5px;
	padding: 0 0 0 40px;
	background: url(../images/icon_circle_01.gif) 20px 4px no-repeat;
}

/*--------------------------------------------------
    span color
==================================================*/

.blue{
	color:#000066;}