﻿@charset "utf-8";
/** CSS Information =============================
File name: home.css
Description: Home page
Contents:
	* #home
================================================ */
#home #contents .img-box {
	/* "height" and "width" are set to a "contents.css" */
	float: left;
	background-image: url(../img/home-img.jpg);
}

#home #contents .main-box {
	/* "margin" and "width" are set to a "contents.css" */
	float: right;
	text-align: left;
}

#home #contents .main-box p {
	font-size: 13px;
	line-height: 30px;
	margin: 25px;
	margin-top: 0px;
}

#home #contents .main-box p.sign {
	text-align: right;
}