﻿@charset "utf-8";

/* NEW
---------------------------------------------*/

.new #header {background: url(../img/bg_header.jpg) left top no-repeat;}

.new #contents {
	padding-left: 0px;
	padding-right: 13px; }

.new h3 {margin: -5px 0 35px -10px;}

#wrap {overflow: hidden;}

/* LEFT BOX */

#leftbox {
	float: left;
	width: 210px;
	text-align: center;}

/* RIGHT BOX */

#rightbox {
	float: right;
	width: 700px;
	padding-left: 25px;
	border-left:1px solid #dcd7ca;}

#rightbox p {margin: 0 0 1.5em 1em;}

#rightbox span {
	display: block;
	margin-bottom: 40px;}

.btn {
	margin: 25px 0 15px 0;
	text-align: center;}

.btn li {display: inline;}

