@charset "utf-8";

body	{

}

/* ----------------------------------------------------------------------------------------------------
   ヘッダー
---------------------------------------------------------------------------------------------------- */
#header	{
	width: 100%;
	background: url(../images/header_bg001.gif) repeat-x;
	text-align:center;
}

/* ----------------------------------------------------------------------------------------------------
   お礼テキスト
---------------------------------------------------------------------------------------------------- */
.orei{
margin-top:20px;
padding:0 0 20px;
text-align:center;
border-bottom:1px solid #004799;
}
.orei p{
margin-top:12px;
line-height:1.6;
color:#333;
}
.orei p.note{
margin-top:10px;
font-size:10px;
line-height:1.4;
color:#333;
}


/* ----------------------------------------------------------------------------------------------------
   オフィシャルレポート
---------------------------------------------------------------------------------------------------- */
#report	{
	margin-bottom: 20px;
}

#report h2	{
	padding-bottom: 20px;
}

#report_box	{
	width: 732px;
	background: url(../images/report_bg003.jpg);
}

#report_box tr td	{
	width: 234px;
	padding-left: 10px;
}

#report_head	{
	background: url(../images/report_bg002.jpg) repeat-x;
}

#report_head td	{
	padding-top: 10px;
	padding-bottom: 9px;
}

#report_mid td	{
	vertical-align: top;
}

#report_mid td dl dt	{
	padding-bottom: 12px;
	background: url(../images/report_line001.jpg) no-repeat;
	background-position: left bottom;
}

#report_mid td dl dd	{
	padding: 10px 10px 10px 0;
}

#report_foot	{
	background: url(../images/report_bg004.jpg) repeat-x;
	background-position: left bottom;
}

#report_foot td	{
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   ドライブBLOGマップ
---------------------------------------------------------------------------------------------------- */
#map	{
	margin-bottom: 30px;
}

#map a {
	color:#004599;
}

#map_header	{
	height: 52px;
	margin-bottom: 9px;
	background: url(../images/map_line001.jpg) no-repeat;
	background-position: left bottom;
}

#map_header h2	{
	float: left;
	padding-top: 6px;
}

#map_header p	{
	float: right;
}

#map_header_txt {
	margin-bottom: 9px;
	color: #333;
}

/* ボックス
---------------------------------------------------------------------------------------------------- */
#map_list {
	background: url(../images/map_bg001n.jpg);
	width: 730px;
}

.pt-2 {
	padding-top: 2px;
}

.map_box	{
	width: 730px;
}

.map_head	{
}

.map_photo	{
	width: 80px;
	padding: 15px 17px 7px 17px;
	background: url(../images/tn_blog_sample.jpg) no-repeat;
	background-position: 10px 8px;
	vertical-align: top;
}

.map_photo_no	{
	width: 80px;
	padding: 15px 17px 7px 17px;
	vertical-align: top;
}

.map_text	{
	width: 251px;
	padding-top: 10px;
	padding-bottom: 8px;
	vertical-align: top;
}

.map_text dl dt	{
	padding-bottom: 5px;
	color: #004599;
	font-size: 1.2em;
}

.map_btn	{
	width: 251px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

.map_foot	{
	padding: 5px 0 0 0;
	
}

.map_foot td	{
	
}

.map_white	{
	background: #ffffff;
}


/* ----------------------------------------------------------------------------------------------------
   共通部分
---------------------------------------------------------------------------------------------------- */
body	{
	border-top: none;
}

#contents	{
	width: 735px;
	padding-top: 0;
}

#main	{
	padding-top: 20px;
}

#sidebar	{
	padding-top: 3px;
}

/* ----------------------------------------------------------------------------------------------------
   クリアフィクス
---------------------------------------------------------------------------------------------------- */
#report_line:after,
#map_header:after,
#map_list:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0.1px;
	font-size:0.1em;
	visibility: hidden;
}

#report_line,
#map_header,
#map_list	{
	display: block;
	#display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------
   追加箇所
---------------------------------------------------------------------------------------------------- */

.mgTop15	{
	margin-top: 15px;
}
