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



.image_garally{
	zoom: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.image_garally:after{
	clear: both;
	width: 100%;
}

.image_garally li{
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}

.image_garally img{
	max-width: 500px;
	-ms-interpolation-mode: bicubic;
	background-color: #FFF;
	padding: 5px;
	}
* html body .image_garally img{
	width: expression(this.width >= this.height ? "500px" : "auto");
}


.image_garally li{
	height: 200px;
}
