﻿@charset "utf-8";
@import "../reset.css";
@import "map_chiba_global.css";
/* CSS Document */
#contents h1{
margin:20px 20px 20px 20px;
}

#maincontents{
	width:810px;
	margin:0 auto 0 auto;
	font-size: 14px;
	line-height: 24px;
	background-image: url(../../img/chiba/global/backimg_repeat.gif);
	background-repeat: repeat-y;
}

#lbox{
	background-color: #FFF5CC;
	float: left;
	width: 500px;
	background-image: url(../../img/chiba/global/kadomaru_ki.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 15px 10px 15px;
}


#lbox h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #2082f0;
}


#rbox01{
	background-color:#FFF5CC;
		float: left;
	width: 275px;
		padding: 20px 0px 20px 5px;
}

#rbox02{
	background-color:#FAD6BC;
	float: left;
	width: 250px;
	padding: 5px 15px 5px 15px;
	background-image: url(../../img/chiba/global/kadomaru_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rbox02 h3{
	font-weight: bold;
	color: #333333;
	margin-top:15px;
	margin-bottom:5px;
}

#bottom_marginbox p{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

