﻿/*font color*/
body,td,th {  color:#000000;}
/* body,th,td {  font-size: 13px; font-family: "Arial", "Helvetica"; } */


/*background color*/
body       {  background-color:#FFFFFF;
}
#c_container{
	text-align:center;
}
#c_contents_wrap{
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*link*/
a          {  color:#0000AA; text-decoration:none; }
a:visited  {
	color:#0000AA;
	text-decoration:none;
}
a:hover    {  color:#CC6B04; text-decoration:underline; }
a:active   {  color:#AA0000; text-decoration:none; }

/*font color*/
.red       {  color:#B50000; }
.blue      {  color:#000066; }
.green     {  color:#00FF00; }
.white     {  color:#FFFFFF; }
.grayDark  {  color:#666666; }
.grayLight {  color:#EFEFEF; }

/*background color*/
.cellGrayD {  background-color:#666666; }
.cellGrayL {  background-color:#EFEFEF; }
.cellWhite {  background-color:#FFFFFF; }


*{
	margin:0;
	padding:0;
}

img{
	vertical-align:bottom;
	border:none;
}

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



/* title
-------------------------------*/
#hand_title {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 253px;
	height: 27px;
}

