@charset "utf-8";

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

	- Search Key "__" + "id Name or Class Name"

 / __Default style clear
 / __container            (div#container)
 / __header               (div#header)
  / __contents               (div#contents)
 / __footer               (div#footer)
------------------------------------ */

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}


li {
	list-style-type: none;
	font-size: 10px;
	letter-spacing: 1px;
}

img {
	border: 0;
}

   
/* -------------------------
 __container
-------------------------- */

#container {
	width: 840px;
	height: 1300px;
	margin: 0 auto;
	border: 1px solid  #d3d3d3;
	background: #ffffff;
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	width: 840px;
	height: 1300px;
	;
	margin: 0 auto;
	background:  #ffffff;
}

/* -------------------------
 __header
-------------------------- */

#header {
	width: 840px;
	height: 85px;
	border:0;
	margin: 0 auto;
	background-color: #cc9999;
	background-image: url(../images/title01.gif);
}



#box01{
	width:820px;
	height: 570px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin: 10px;
	color:  #666666;
	line-height: 1.5em;
	  }

#box02{
	width:820px;
	height: 280px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin-top: 0;
	margin-left: 10px;
	padding-right: 0px;
	color:  #666666;
	line-height: 1.5em;
	  }
	  
#box03{
	width:820px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	color:  #666666;
	margin-left: 10px;
	  }

