﻿@charset "utf-8";
#wrapper
	{
		margin:0 auto;
		width:755px;
		border:1px solid;
	}
#header
	{
		
		text-align:left;
		background-color:#C1D5F4;
		height:55px;
		
	}
#sidebar
	{
		float:left;
		width:210px;
		background-color:#C1D5F4;
	}
#contents
	{
		float:right;
		width:525px;
		padding-left:20px;
		background-image:url('img/ind_bg_col001.jpg');
		background-repeat: no-repeat;
		padding-top:420px;

	}
#footer 
	{
		text-align: center;
		clear: both;
		color: #666666;
		height:20px;
		font-size: x-small;
		background-color:#C1D5F4;
	}
#aqua
	{
		 color: #17a9d6;
	}
#white
	{
		background-color:white;
		
	}
#gray
	{
		 color: #666666;
	}

#graysmallcenter
	{
		 font-size: x-small;
		 color: #666666;
		 text-align:center;
	}

	
#floatclear
	{
		clear: both;
	}
	
#link a:link {color:#0070c0;}
#link a:visited {color:#0070c0;}
#link a:hover {color:#ffc006;}
#link a:active {color:#0070c0;}

#h1 {
	background-image : url(./img/tit_.gif);
	background-repeat:no-repeat;
	padding:8px;
	text-align: left;
	font-size:large;
	color: #0070c0;
	
}


	
	
	
	
