﻿@charset "utf-8";

#contentMain h3 {
	margin: 15px 0 2px;
	padding: 0;
	color: #EFB535;
	font-weight: bold;
	font-size: 120%;
}

/* ----------------------------------------------
 * img
---------------------------------------------- */
#img {
	width: 537px;
	height: 71px;
	margin: 0 auto 10px;
	color: #666;
	background: url("../images/img_main.jpg") no-repeat ;
}
	#img p {
		padding-top: 65px;
		color:#666;
		text-align: left;
		line-height: 1.7;
	}

/* ----------------------------------------------
 * box
---------------------------------------------- */
#box {
	width: 500px;
	margin: 0 auto;
}
	#box table {
		width: 100%;
		margin: 0 auto;
	}
		#box table th,
		#box table td {
			padding: 5px;
		}

	.popup02 img {
		margin: 5px 0 0;
	}

	#box dl {
		margin: 2em 0 0;
	}
		#box dl dt {
			font-weight: bold;
		}
		#box dl dd {
			display: list-item;
			margin:0 0 0 15px;
			list-style: disc outside;
		}

/* ----------------------------------------------
 * popup
----------------------------------------------- */
#popup {
	width: 460px;
	margin: 10px;
	background: #F7F4EE;
}

	#popup h3 {
		width: 460px;
		height: 35px;
		margin-bottom: 5px;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		text-indent: 10px;
		line-height: 35px;
		background: url("../images/bg_headline_popup.gif") no-repeat;
	}
	#popup h4 {
		margin: 0.5em 0;
	}
	#popup p {
		margin: 5px 0 10px;
	}

	#popup .box01 {
		float: left;
		width: 240px;
	}
	#popup .box02 {
		float: left;
		width: 220px;
	}

	#popup .close {
		text-align: center;
	}