/* CSS Document */
body {
		margin: 0 auto;
		font-family:Arial;
		font-size:12px;
		line-height:15px;
		}
	
#index {
		margin-top:20%;
		text-align:center;
		}	
	
#site-b {
		margin-top:50px;
		margin-left:50px;
		}

#site-cont {
		border: 1px solid #ccc;
		width:825px;
		}

#header-top {
		height:30px;
		font-size:10px;
		line-height:32px;
		text-align:right;
		}

#header {
		background: url(../img/header.jpg) no-repeat;
		height:120px;
}

#header-bottom {
		background: url(../img/header-bottom.jpg) no-repeat;
		height:165px;
		}

#header-bottom #navi {
		height:165;
		width:205px;
		text-align:right;
		float:right;
		}

#header-bottom #navi .link {
		border-bottom: 1px dashed #999;
		padding-right:25px;
		height:30px;
		line-height:32px;
		text-align:right;
		}

.cont-news-b {
		border-right: 1px dashed #999;
		height:260px;
		width:309;
		float:left;
		}
		
.cont-news {
		margin: 0px 50px 0px 50px;
		}

#cont-info-b {
		height:260px;
		width:205;
		float:right;
		}
		
#cont-info {
		margin: 0px 25px 0px 0px;
		font-size:11px;
		text-align:right;
		}

#clear {
		clear:both;
		height:55px;
		}
		
.button {
		height:47px;
		}
		
#footer {
		border-top: 1px dashed #999;
		height:30px;
		line-height:30px;
		}	
	
h1 {
		margin-top:0px;
		margin-bottom:0px;
		font-size:14px;
		font-weight:normal;
		color:#999;
		}
		
img {
		border: 0px;
		}

#navi a {
		font-size: 12px;
		font-weight:bold;
		}
#navi a:link {
		color: #666;
		text-decoration: none;
		}
#navi a:visited {
		text-decoration: none;
		color: #666;
		}
#navi a:hover {
		text-decoration: none;
		color: #999;
		}
#navi a:active {
		text-decoration: none;
		color: #999;
		}

a {
		font-size: 12px;
		}
a:link {
		color: #666;
		text-decoration: none;
		}
a:visited {
		text-decoration: none;
		color: #666;
		}
a:hover {
		text-decoration: none;
		color: #999;
		}
a:active {
		text-decoration: none;
		color: #999;
		}
		
textarea {
	height:80px;
	width:209px;
	font-family:Arial;
	font-size:12px;
	}
	
	
#cont-info a {
		font-size: 11px;
		}
#cont-info a:link {
		color: #000;
		text-decoration: none;
		}
#cont-info a:visited {
		text-decoration: none;
		color: #000;
		}
#cont-info a:hover {
		text-decoration: none;
		color: #666;
		}
#cont-info a:active {
		text-decoration: none;
		color: #666;
		}