@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : tos.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * div#header
 * ******************************************************************************** */
div#header {
	height: 96px;
}


/* ********************************************************************************
 * div#content
 * ******************************************************************************** */
div#content {
	width: 980px;
	margin: 0 auto;
}

/* div.top */
div#content div.top {
	display: block;
	width: 980px;
	height: 10px;
	background: url(../assets/images/bg_content_top_980.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}
/* div.bottom */
div#content div.bottom {
	display: block;
	width: 980px;
	height: 10px;
	background: url(../assets/images/bg_content_btm_980.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}

/* div#contentInner
 * ******************************************************************************** */
div#contentInner {
	background-color: #FFF;
}

/* div#textArea
 * ******************************************************************************** */
div#content div#textArea {
	display: inline;
	float: left;
	width: 622px;
	margin: 10px 0 0 20px;
}

/* h2 */
div#content div#textArea h2 {
	margin-bottom: 15px;
}
/* h3 */
div#content div#textArea h3 {
	margin-top: 25px;
	font-weight: bold;
	line-height: 1.4;
}
/* p */
div#content div#textArea p {
	margin-bottom: 15px;
	line-height: 1.4;
}
/* ol */
div#content div#textArea ol {
	margin-bottom: 15px;
	line-height: 1.4;
}
div#content div#textArea ol li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
div#content div#textArea ol li li {
	padding-left: 1.8em;
	text-indent: -1.8em;
}

/* a:link, a:visited */
div#content div#textArea a:link,
div#content div#textArea a:visited {
	text-decoration: underline;
}
/* a:hover */
div#content div#textArea a:hover {
	text-decoration: none;
}


/* div#imageArea
 * ******************************************************************************** */
div#content div#imageArea {
	float: right;
	width: 338px;
}
/* p#img1 */
div#content div#imageArea p#img1 {
	margin: 71px 0 0 110px; 
}
