@charset "UTF-8";
/* reset */
*html body { /*IE6*/
   overflow-y: auto;
}
*+html body { /*IE7*/
   overflow-y: auto;
}
body {
   overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
/* basic */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	background-color: #f7f7f7;
	/*font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;*/
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #06c;
}
h2 {
	margin: 40px 0 20px 0;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #4689cc;
	margin: 20px 0 8px 0;
	padding-bottom: 5px;
	background-image: url(../images/line-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
input, textarea {
	font-size: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
/* frame */
#header, #menu, #container, #footer {
	width: 900px;
	margin: 0 auto 0 auto;
}
#header-wrapper {
	width: 100%;
	height: 90px;
	padding: 2px 0 3px 0;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
}
#menu a {
	display: block;
	float: left;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
}
#menu a:hover, #menu .active {
	background-image: url(../images/menu-bg-a.gif);
	background-repeat: no-repeat;
}
#copy {
	margin: 30px 0 40px 0;
}
#copy-print {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
#footer-wrapper {
	width: 100%;
	height: 30px;
	padding: 10px 0 50px 0;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}
#footer {
	text-align: center;
	color: #666;
}
#top .left {
	width: 430px;
	text-align: justify;
}
#top .right {
	width: 450px;
}
/* custom */
.img-1 {
	float: right;
	margin: 0 0 20px 40px;
}
.img-2 {
	float: right;
	margin: 10px 0 50px 10px;
}
.img-3 {
	float: right;
	margin: 0 0 20px 20px;
	border: solid 1px #ddd;
}
.img-4 {
	margin-bottom: 20px;
}
.img-5 {
	float: right;
	margin-left: 5px;
}
.line-1 {
	height: 3px;
	margin: 40px 0 40px 0;
	background-image: url(../images/line-1.gif);
	background-repeat: no-repeat;
}
.list-1 li {
	margin-left: 20px;
	list-style-type: disc;
}
.style-1 {
	font-size: 10px;
	color: #CC0000;
}
.table-1 td {
	padding: 5px 20px 5px 0;
	vertical-align: top;
}
.table-2 td {
	width: 140px;
	padding-right: 10px;
	vertical-align: top;
}
.table-2 p {
	text-align: left;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 5px;
}
.table-3 td {
	vertical-align: top;
}
.table-3 .left {
	float: none;
	width: 430px;
	padding-right: 20px;
}
.table-3 .right {
	float: none;
	width: 430px;
	padding-left: 20px;
}
.table-4 tr {
	background-image: url(../images/line-1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.table-4 td {
	padding: 10px 0 10px 0;
	vertical-align: top;
}
.table-4 .left {
	float: none;
	width: 200px;
}
.table-4 .no-line {
	background-image: none;
}

/* print */
@media print {
	body {
		overflow-y: visible !important;
	}
	#copy {
		visibility: hidden;
		overflow: hidden;
		height: 0;
		margin: 0;
	}
	#copy-print {
		visibility: visible;
		overflow: auto;
		height: auto;
		margin: 30px 0 40px 0;
	}
}
