@charset "utf-8";

/*
==================================================

    CSS File Name - class.css
    Last-updated: 2010-09-03
	
    +1: Float Clear
    +2: Align Set, Valign Set
    +3: Color Set
    +4: Fontsize Set
    +5: Table Set
    +6: List Set
    +7: Width Set

==================================================
*/


/*--------------------------------------------------
    +1: Float Clear
==================================================*/

*.clear {
	clear: both;
	float: none;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +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;
}

*.colorGrey {
	color: #666;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: Fontsize Set
==================================================*/

*.sizeSmall {
	font-size: 0.85em;
	line-height: 1.5em;
}

*.sizeLarge {
	font-size: 1.15em;
	line-height: 1.5em;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: Table Set
==================================================*/

table.tableStyle01 {
	width: 719px;
	margin: 3px;
	background-color: #fff;
	border-collapse: separate;
}

table.tableStyle01 tr th {
	width: 10em;
	padding: 10px 20px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	white-space: nowrap;
}

table.tableStyle01 tr th span {
	color: #990000;
}

table.tableStyle01 tr th img {
	vertical-align: top;
}

table.tableStyle01 tr td {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

table.tableStyle01 tr td dl dt {
	display: inline;
	float: left;
	width: 8em;
}

table.tableStyle01 tr td dl dd {
	padding-left: 8em;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +6: List Set
==================================================*/

ul.listBullet {
	margin-bottom: 10px;
}

ul.listBullet li {
	list-style-type: disc;
	margin-left: 25px;
}

ul.listSquare {
	padding-bottom: 10px;
}

ul.listSquare li {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	background: url(../img/common/icon_squere_01.gif) 0 3px no-repeat;
}

ul.listParallel {
	padding-bottom: 10px;
}

ul.listParallel li {
	display: inline-block;
	margin-right: 15px;
	padding: 0 0 0 20px;
	background: url(../img/common/icon_squere_01.gif) 0 3px no-repeat;
}

ul.listSitemap li {
	display: inline-block;
	margin: 0 30px 10px 0;
}

ul.listSitemap li a {
	display: inline-block;
	padding: 0 0 0 25px;
	background: url(../img/common/icon_arrow_03.gif) 0 0 no-repeat;
	color: #545454;
	text-decoration: none;
}

ul.listSitemap li a:hover {
	background: url(../img/common/icon_arrow_03_on.gif) 0 0 no-repeat;
	color: #990000;
	text-decoration: underline;
}

ul.listManagement {
	margin-left: 20px;
	/zoom: 1;
}

ul.listManagement:after{
	content: '';
	display: block;
	clear: both;
}

ul.listManagement li {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

ul.listError li {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	background: url(../img/contact/icon_error_01.gif) 0 3px no-repeat;
	color: #cc0000;
	font-weight: bold;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: Width Set
==================================================*/

*.width200 {
	width: 200px;
}

*.width300 {
	width: 300px;
}

*.width450 {
	width: 450px;
}