@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,h2,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;
	}



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


body{
	background-image: url(../img/header-bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	}
#wrapper {
	width: 950px;
	text-align: left;
}

.img-border01{
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	}

.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;
}

.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;
	}
