@charset "utf-8";

/*name:amwe.css*/

/*----------------------------------------
body und schrift deffinitionen
----------------------------------------*/

html {
	padding:0px;
	margin:0px;
}
	
body {
	background:#FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: "小塚ゴシック Pro";
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

p {
	padding:0;
	margin:0;
}

a {
	text-decoration:underline;
}

.container a:link {
	color: #48ABE2;
	text-decoration: none;
}
.container a:visited {
	color: #48ABE2;
	text-decoration: none;
}
.container a:hover {
	color:#a2a2a2;
}
.container a:active {
	color: #48ABE2;
	text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
    border: none;

}
/*----------------------------------------
	Head start
----------------------------------------*/

.cover {
	text-align: center; /* 古いIE向け */
}

.cover .container {
	width:1010px;
	height:auto;
	margin: 0 auto; /* モダンブラウザ向け */
	padding: 0;
	text-align: left; /* 古いIE向け記述の後処理 */
	background-color:#FFFFFF;
	color:#000000;
}

.container {
	background: url(../image/bg.jpg) no-repeat center;
	background-attachment:fixed;
}

/*----------------------------------------
top page
----------------------------------------*/

.main {
	width:900px;
	margin:0 auto;
}

.head {
	width:900px;
	margin:30px auto;
	padding-top: 30px;
}

.h01 {
	width: 900px;
	height: 185px;
	background: url(../image/h01.jpg) no-repeat center;
}

.h01 p {
	width: 870px;
	height: 130px;
	margin: 0 auto;
	padding-top: 80px;
	font-size: 14px;
	font-weight: bold;
}

.point1 {
	width: 900px;
	height: 245px;
	margin:30px auto;
	background: url(../image/point01.png) no-repeat center;
}

.point1 p {
	width: 400px;
	height: 350px;
	margin: 0;
	padding: 50px 0 0 410px;
	font-size: 14px;
	font-weight: bold;
}

.point2 {
	width: 900px;
	height: 245px;
	background: url(../image/point02.png) no-repeat center;
}

.point2 p {
	width: 400px;
	height: 350px;
	margin: 0;
	padding: 50px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
}

.point3 {
	width: 900px;
	height: 245px;
	margin:30px auto;
	background: url(../image/point03.png) no-repeat center;
}

.point3 p {
	width: 400px;
	height: 350px;
	margin: 0;
	padding: 50px 0 0 410px;
	font-size: 14px;
	font-weight: bold;
}


.h02 {
	width: 900px;
	height: 1200px;
	margin:30px auto;
	background: url(../image/h02.jpg) no-repeat top center;
}

.h03 {
	width: 900px;
	height: 746px;
	margin:30px auto;
	background: url(../image/h03.jpg) no-repeat center;
}

.foot {
	width: 900px;
	height: 400px;
	padding:30px 0;
}