@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
}

html,
body {
}

ul {
	list-style: none;
}

/* ================================================
 *	サブウィンドウ
 */
#subwindow {
	margin-bottom: 10px;
}

#subwindow:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#subwindow #photoarea {
	height: 270px;
	width: 210px;
	float: left;
	margin: 20px 10px;
}

#subwindow #photoarea img {
	padding: 1px 0 0 1px;
}

#subwindow #textarea {
	width: 260px;
	float: left;
	margin-top: 30px;
	line-height: 18px;
}

#subwindow #textarea p {
	width: 98%;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #1e3c95;
}

#subwindow #textarea table {
	width: 98%;
	border-collapse: collapse;
}

#subwindow #textarea th,
#subwindow #textarea td {
	margin: 0;
	border-bottom: 1px solid #999999;
}

#subwindow #textarea th {
	width: 30%;
	text-align: right;
}


#footer {
	height: 42px;
	text-align: right;
	margin-top: 15px;
	padding-right: 10px;
	border-top: 2px solid #1e3c95;
}


/* ================================================
 *	IE6 対応
 */
*html #subwindow #photoarea {
	margin: 20px 5px;
}



