/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}


/* float
---------------------------------------------------------------------------*/
.left { float: left;}
.right { float: right;}



/* section
---------------------------------------------------------------------------*/
.section { margin: 0 0 0px;}



/* .clearfix
---------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 1.0em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/* box
---------------------------------------------------------------------------*/
.box150{ width:150px;}
.box500{ width:500px;}
.box650{ width:650px;}


/* margin
---------------------------------------------------------------------------*/
.marT20 { margin-top: 20px;}


/* text
---------------------------------------------------------------------------*/
p.tx_01{
    color:#C7BBA7;
	font-size:95%;
	text-align:left;
	line-height: 160%;
	font-weight:normal;
	margin:5px 0px 5px 10px;
}

p.tx_02{
    color:#FF9900;
	font-size:95%;
	text-align:left;
	line-height: 160%;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}