@charset "UTF-8";
a{
	text-decoration : none;
	color : black;
}
a:visited{
	color : black;
}
a:hover{
	color : #aaaaaa;
}
a:active{
 	color : black;
}
.hilight{
	background-color: olive;
	display: block;
	color: white;
}
*{
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}




body{
	color : black;
}
#main{
	margin-top : auto;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : auto;
	border-width : 2px;
	border-style : solid;
	border-color : olive;
	width : 800px;
}


#header{
	background-repeat : no-repeat;
	background-position : center 40px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	text-align : center;
}
#header h1{
	padding-top : 0px;
	padding-left : 10px;
	font-size : 12px;
	line-height : 14px;
	font-weight: bold;
	text-align : left;
}
#header img{
	width: 65%;
}


#navi{
	background-color : black;
	padding-top : 10px;
	padding-left : 185px;
	width : 615px;
	float : left;
	font-size : 16px;
	line-height : 18px;
	font-weight: bold;
}
#navi img{
	float : right;
}
#navi ul{
	list-style-type : none;
}
#navi ul li{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	margin-bottom : 0px;
	width : 75px;
	float : left;
	font-size : 16px;
	line-height : 18px;
	font-weight: bold;
	text-align : center;
}
#navi ul li a{
	display : block;
	background-color : white;
}
#navi ul li a:hover{
	background-color: olive;
	color: white;
}


#column{
	padding-top : 10px;
	padding-left : 5px;
	width : 180px;
	float : left;
}
#column img{
	width : 180px;
	height: 700px;
}
#column h4{
	padding-top : 2px;
	padding-bottom : 2px;
	background-color : olive;
	color : white;
	font-size : 18px;
	line-height : 20px;
	font-weight: bold;
	text-align : center;
}
#column p{
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	border-width : 1px;
	border-style : solid;
	border-color : olive;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	text-align : left;
}
#column textarea{
	margin-top: 10px;
	margin-left: 0px;
	border-color: olive;
	overflow: auto;
	resize: none;
	width: 99%;
	height: 80px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#cont{
	padding-top : 10px;
	margin-left : 5px;
	margin-right : 5px;
	width : 600px;
	float : right;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	text-align : left;
}
#cont h2{
	padding-top : 4px;
	padding-left : 10px;
	padding-bottom : 4px;
	margin-bottom : 10px;
	border-width : 1px 1px 1px 10px;
	border-style : solid;
	border-color : olive;
	font-size : 20px;
	line-height : 22px;
	font-weight: bold;
	text-align : left;
}
#cont h3{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : olive;
	color : white;
	font-size : 18px;
	line-height : 20px;
	font-weight: bold;
	text-align : left;
}
#cont h4{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

#cont h5{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}


#footer{
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : olive;
	height : 20px;
	clear : both;
	font-size : 14px;
	line-height : 16px;
	font-weight: bold;
	text-align : center;
}


#link{
	padding-top: 100px;
	width: 800px;
	height : 700px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	text-align: center;
}
#link img{
	width: 55%;
}


#contact{
	padding-top: 100px;
	width: 800px;
	height : 700px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	text-align: center;
}
#contact table{
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
}
#contact td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#contact td input{
	width: 300px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
#contact td textarea{
	resize: none;
	width: 300px;
	height: 300px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
#contact input{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}




@media screen and (max-width: 480px){
#main,#navi,#column,#column p,#cont,#link,#contact{
	padding:0px;
	margin:0px;
	width: 100%;
	clear : both;
}


#header img{
	width: 70%;
	font-size : 12px;
	line-height : 14px;
	font-weight: normal;
}
#header h1{
	font-size : 10px;
	line-height : 12px;
	font-weight: bold;
}


#navi{
	background-color : black;
	padding-top : 10px;
	font-size : 14px;
	line-height : 16px;
	font-weight: bold;
}
#navi img{
	width : 0;
	height : 0;
}
#navi ul li{
	font-size : 14px;
	line-height : 16px;
	font-weight: bold;
}


#column{
	padding-top : 10px;
}
#column img{
	width : 0px;
	height: 0px;
}
#column h4{
	padding-top : 2px;
	padding-bottom : 2px;
	font-size : 16px;
	line-height : 18px;
	font-weight: bold;
}
#column p{
	padding-top : 10px;
	padding-bottom : 10px;
	border-width : 0px;
	border-style : solid;
	border-color : olive;
	font-size : 12px;
	line-height : 14px;
	font-weight: normal;
}
#column textarea{
	margin-top: 0px;
	margin-left: 1px;
	width: 99%;
	overflow: hidden;
	height : 40px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}


#cont{
	font-size : 12px;
	line-height : 14px;
	font-weight: normal;
}
#cont h2{
	padding-top : 2px;
	padding-left : 10px;
	padding-bottom : 2px;
	margin-bottom : 10px;
	border-width : 1px 0px 1px 9px;
	border-style : solid;
	border-color : olive;
	font-size : 18px;
	line-height : 20px;
	font-weight: bold;
}
#cont h3{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : olive;
	font-size : 16px;
	line-height : 18px;
	font-weight: bold;
}
#cont h4{
	font-size : 10px;
	line-height : 12px;
	font-weight: normal;
}
#cont h5{
	font-size: 8px;
	line-height: 10px;
	font-weight: normal;
}

#footer{
	font-size : 12px;
	line-height : 14px;
	font-weight: bold;
}


#link{
	padding-top: 25px;
	font-size : 12px;
	line-height : 14px;
	font-weight: normal;
	height : 375px;
}
#link img{
	width: 65%;
}


#contact{
	padding-top: 25px;
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
	height : 375px;
}
#contact table{
	font-size : 14px;
	line-height : 16px;
	font-weight: normal;
}
#contact td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#contact td input{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	width: 200px;
}
#contact td textarea{
	resize: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	width: 200px;
	height: 200px;
}
#contact input{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
}