﻿@charset "utf-8";


/* -----------------------------------------------
 * img
----------------------------------------------- */
#img {
	height: 90px;
	background: url("../images/img_main.jpg") no-repeat top;
}
	#img p {
		padding: 100px 0 0 30px;
	}

/* -----------------------------------------------
 * box
----------------------------------------------- */
#contentMain .box {
	width: 510px;
	margin: 10px auto 20px;
}
	#contentMain .text01 {
		margin: 5px 0;
	}

	#contentMain .text02 {
		margin: 0 0 10px 0;
	}

	#contentMain .box dl {
		margin: 1em 0;
	}
		#contentMain .box dl dt {
			font-weight: bold;
		}
		#contentMain .box dl dd ul li {
			margin-left: 18px;
			list-style-type: disc;
		}

	#contentMain .box table td ul li {
		margin-left: 15px;
		list-style-type: disc;
	}

/* -----------------------------------------------
 * popup
----------------------------------------------- */
body#popup {
	background: none;
}
	body#popup .article {
	width: 460px;
	margin: 10px;
	}

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

	#popup p {
		margin: 5px 0 10px 0;
	}

	#popup img {
		margin: 0 0 5px 0;
	}

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

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

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