﻿@charset "utf-8";
/* CSS Document */


#contents_box p{
	margin-left: 20px;
}
#contents_box table{
	margin-left: 40px;
}
#contents_box .photo{
	text-align: center;
}

#terms h5{
	font-size: 12px;
	margin-left: 20px;
	text-decoration: underline;
}
#terms h6{
	font-size: 12px;
	line-height: normal;
	margin-left: 60px;
}

#terms dl{
	margin-left: 20px;
}
#terms dt{
	border-style: none;
	background-color: #FFFFFF;
	font-weight: bold;
	float:left;
	margin-right: 10px;
	margin-left: 40px;
}
#terms dd{
	border-style: none;
}


#summary .top_dl{
	border-top: solid 1px #666666;
}
#summary dt{
	float: left;
	width: 100px;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 2px;
	text-align: center;
	background-color: #CCFFFF;
}

#summary dd{
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	margin-left: 145px;
	padding: 2px;
}

#contents_box li{
	display: inline;
	margin-right: 10px;
}
#contents_box .mark{
	position: relative;
	top: -30px;
	text-align: right;
	margin-bottom: -35px;
}
