﻿@charset "utf-8";

/* 背景設定 */

#box {
	background:url('../images/back/re.gif') no-repeat right bottom;
}

/* レイアウト設定 */

#left_box{
	width:400px;
}

#right_box{
	width:380px;
}

#address {
	width:354px;
	margin:20px 0;
	padding:16px;
	background:url('../images/back/white.png') repeat;
	border:1px #bababa solid;
}

/* 書式設定 */

#left_box p,#right_box p{
	margin:4px 0;
	padding-left:12px;
}

.bold{
	padding:10px 0;
	font-weight:bold;
	line-height:1.4em;
}

