﻿@charset "utf-8";

/* 背景設定 */

#box {
	background:url('../images/back/top.gif') no-repeat center top;
	padding-top:100px;
}

/* コンテンツ文字設定 */

#box p{
	padding-top:320px;
	line-height:2.6em;
	font-size:14px;
}

#box p.bold{
	padding-top:40px;
	font-weight:bold;
}

#box span{
	color:red;
}
