@charset "utf-8";

@import url("header.css");
@import url("contents.css");
@import url("footer.css");
@import url("form.css");



/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

h1,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	}

a {
	color: #333;
	text-decoration: none;
	}
a:hover{
	color: #696;
	text-decoration: underline;
	}


ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}


body{
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	background-color: #FBFFFB;
	font-size: 14px;
	margin: 0px;
	}
#wrapper {
	width: 880px;
	text-align: left;
	border: 1px solid #D0E8D0;
}
.img-panding5{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.img-panding10-left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.textresizer ul, .pan-list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.textresizer li, .pan-list li{
	float: left;
	}

.strong-red{
	font-weight: bold;
	color: #F33;
	}
.strong-red-l{
	font-size: medium;
	font-weight: bold;
	color: #F00;
	}
.strong-black{
	font-weight: bold;
	color: #000;
	}
.strong-black-l{
	font-size: medium;
	font-weight: bold;
	color: #000;
	}
.content-break {
	clear: both;
}


div.tooltip {  
    width: 250px;  
    position: absolute;  
    left: -9999px;  
    background: #EEE;  
    padding: 5px;  
    border: 1px solid #AAA;  
}  
  
div.tooltip p{  
    color: #FFF;  
    background: #222;  
    padding: 5px 10px;  
}  

