/* CSS Document */
body {
	text-align:center;
	background-color: #EEEEEE;
	
}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color : #fdfbe3;
	border: 1px solid #000;
	font-size: 12px;
	
}

#header {
    width:750px;
    background-image : url(img/hana3.jpg);
    height : 190px;
}

#navi {
	width:750px;
	
}

#leftbox {
	width:210px;
	float:left;
	margin-left: 5px;
	background-color: #E3FDF1;
	padding: 5px;
	font-size: 12px;
	list-style-type : decimal;
	line-height: 18px;
	
}

#rightbox {
	width:675px;
	float:left;
	padding: 10px;
	margin-left: 25px;	
}

#footer {
	width:100%;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #CCCCCC;
	font-size: 12px;
	height: 160px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	line-height: 20px;
		
}

h1 {
	color : #FFF;
	background-color : green;
	font-size: 12px;
	margin: 0px;
}

h2 {
	font-size : 14px;
    color : maroon;
}

h3 {
	color : navy;
    font-size : 13px; 
}

h4 {
	color : navy;
    font-size : 13px;
}

h5 {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	font-size : 12px;
	width : 180px;
	left : 0px;
	background-color : blue;
	color : #FFF;
	padding-bottom: 10px;
}

h6 {
	font-size : 13px;
	height : 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-left : 0px;
	padding-top : 8px;
	width : 200px;
	margin-bottom: 0px;
	margin-top: 0px;
    text-align : center;
    padding-bottom : 5px;
    background-color : #ffcbb3;
    color : green;
}

a{
  text-decoration : none;
  font-size : 12px;
}

table{
	letter-spacing: 1.5px;
	text-align: center;	
}

.catbox {
	border: 1px solid #FFCC00;
	background-color : #cde7e7;
	padding: 10px;
	width : 460px;
	letter-spacing: 1.5px;
	
}

.side_catbox {
	padding-left: 10px;
	padding-bottom: 10px;
	width : 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color : #007bb7;
	color : #FFF;
	font-size : 13px;
	line-height : 20px;
	padding-top: 10px;
}

hr {
	border: 1px dotted #3300FF;
}

p{
	line-height:18px;
}

.header_1 {
	font-size: 26px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	line-height: 35px;
	letter-spacing: 5px;
}
.header_2 {
	font-size: 16px;
	color: #000;
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
}
