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

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


ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ol{
	padding-left: 20px;
	list-style-type: decimal;
	}

body{
	background-image: url(../img/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 14px;
	}
#wrapper {
	width: 860px;
	text-align: left;
}
.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;
	}
.strong-per{
	font-size: 14px;
	font-weight: bold;
	color: #936;
	}