@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}

/* hrを消す */
hr {
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
}
* html hr { /* for IE */
	border-top: 1px solid;
}
*:first-child+html hr { /* for IE7 */
	border-top:1px solid;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #990099;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

html {
	height:100%;
}

body {
	height:100%;
	background-color: #f2c2c2;
	background-image: url(bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 15px;
	font-weight: normal;
}

#header {
	text-align:left;
	background-color: #436c35;
	height: 20px;
	padding: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height:20px;
	white-space: nowrap;
}

#wrapper {
	margin: 0 auto 0;
	width: 100%;
}

#contents {
	width: 600px;
	height:180px;
	margin: 0 auto 0;
	padding-top:0;
	background-image: url(bg2.png);
}

#contents .c1 {
	padding: 25px 0px 0px 10px;
	font-size: 21px;
	line-height: 25px;
}

#contents .c2 {
	padding: 20px 0px 10px 10px;
	font-size: 15px;
	line-height: 30px;
}

#footer {
	text-align: center;
	background-color: #436c35;
	height: 20px;
	padding: 2px;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	white-space: nowrap;
}
