@charset "UTF-8";

body.main { text-align:center; margin:0 auto; background:url(./parts/back02.gif) top left repeat; color: #225522; }

#header { width:880px; height: 80px; left: 20px; position: relative; background: #ffffff; }
#inner { width:880px; left: 20px; position: relative; }
#footer { width:880px; height: 20px; background:url(./parts/menu_bg.png) top left repeat-x; bottom: 0; left: 20px; position: absolute; }

#simple {
	height:300px;
	width:880px;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 100% */
html,body {
	height: 100%;
}

#wrap {
	background:url(./parts/back01.gif) top left repeat-y;
	margin: 0 auto;
	position: relative;
	width: 920px;

	height: auto !important;
	height: 100%;

	min-height: 100%;
}

body > #wrap {
	height: auto;
}
/* /100% */

/* float高さ対策 */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* /float高さ対策 */

/* リセットスタイル */
img {
	border: none;
	padding: 20px;
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing: 0; 
}

html {
    overflow-y:scroll;
}
/* /リセットスタイル */

hr {
	border-width: 2px 0px 0px 0px;
	border-style: dotted;
	border-color: #225522;
	height: 0px;
}

a:link {
	color: #7fbc7f;
	font-weight: bold;
}

a:visited {
	color: #7fbc7f;
	font-weight: bold;
}

a:active {
	color: #9999ff;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:focus { outline:none;}

p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
 