@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      info.css
 Author:         kase
 Style Info:     ご利用案内のレイアウト
----------------------------------------------------------- */

/*----------------------------------------------------
	info/index.html
----------------------------------------------------*/

.info_tt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.info_tt span {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC66;
	padding: 0 10px;
}
.info_tt h3 {
	display: inline;
}
#main {
	position: relative;
	height: 470px;
	width: 720px;
	margin: 0 auto;
}
#main .box {
	margin: 0 10px;
	float: left;
}
#main #left {
	width: 380px;
	position: absolute;
	padding-top: 20px;
}
#main #right {
	position: absolute;
	width: 300px;
	right: 0px;
	padding-top: 20px;
}

#main #right h4 {
	margin-top: 15px;
	margin-bottom: 3px;
}
#main #right ol {
	padding-left:3em;
}
#main #right li {
	list-style-type: decimal;
}
#contracts {
	border: 1px double #CCCCCC;
	padding: 10px;
	margin: 10px 40px 0px 20px;
	background-color: #FFFFCC;
}
#contracts h4 {
	padding-left: 20px;
}
#contracts .box {
	float: left;
	margin: 5px;
	padding-left: 1em;
}
#contracts .box ul {
	padding-left: 1em;
}
#contracts .box li {
	list-style-type: disc;
}
#contracts .center {
 clear: left;
	text-align: center;
}
