﻿@charset "UTF-8";

/*
/////////////////////////////////////
BASE
/////////////////////////////////////
*/

/* +++++++++++ H +++++++++++ */

h1 {
	margin: 0 0 10px;
}


/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

#ContentsArea .Contents {
	margin: 0 auto 10px;
}

#ContentsArea .Contents .Frame {
	padding: 30px 10px 20px;
	background: #fff;
}

/* +++++++++++ INFORMATION +++++++++++ */

#ContentsArea .Contents .Frame dl {
	clear: both;
	width: 700px;
	margin: 0 auto 10px;
	border-bottom: 1px #d6dada dashed;
}
#ContentsArea .Contents .Frame dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea .Contents .Frame dl dt {
	float: left;
	width: 90px;
	padding: 10px 0 15px 40px;
	background: url(/common/images/arrow_info.gif) no-repeat;
	color: #000;
}

#ContentsArea .Contents .Frame dl dd {
	float: left;
	width: 570px;
	padding: 10px 0 15px;
}

