@charset "EUC-JP";

/* ■■ adAddMati.css ■■ */
/* adAddMati.cssはAddMati広告枠の記述をまとめたCSSファイルです。
-----------------------------------------------------------------------------
　 08/04/24 AddMatiマーク上つめ
　 08/03/19 現在は都道府県地図ページのAddMati枠にてにて利用しています。
-----------------------------------------------------------------------------
■目次
	01.初期化
	02.汎用class
		01.clearfix(回り込み解除)
	03.レイアウト

■id/class名備考
id名およびclass名は以下のルールで作成しています。
	・英単語、または英語文章
	・英語文章の場合は頭文字は大文字
	・パターンがあるclassはclass名末尾に
	　パターン名を英語、または複数桁の連番で記述

■プロパティ記述備考
以下の順序にてプロパティを記述しています。
	01.display
	02.list-style
	03.position
	04.position関係(left/right/top/bottom)
	05.float
	06.clear
	07.width	08.height
	09.margin
	10.padding
	11.border系
	12.background
	13.color
	14.font系(font-size/font-weightなどアルファベット順)
	15.text-decoration
	16.text-align
	17.vertical-align
	18.white-space
	19.その他text系(line-heightなどアルファベット順)
	20.content
----------------------------------------------------------------------------- */

/* ■■ 01.初期化 */
body,
div,form,
h1,h2,h3,h4,h5,h6,p,address,
dl,dt,dd,ul,ol,li,
table,th,td {
	margin:0;	padding:0;
	border:none;
	font-size:100%;	font-style:normal;
	line-height:1.01;
}
body {
	background:#fff;
	color:#222;
	font-size:12px;
}
* html body {
	font-size:75%;
}
*:first-child+html body {
	font-size:75%;
}
select,input {
	font-size:100%;
}
hr {
	display:none;
}
h1,h2,h3,h4,h5,h6,dt,th,
strong,em {
	font-style:normal;
	font-weight:bold;
}
li {
	list-style:none;
}
img {
	margin:0;	padding:0;
	border:none;
}
table {
	border-collapse:collapse;
}
a {
	color:#15b;
	text-decoration:none;
}
a:visited {
	color:#39c;
}
a:hover {
	color:#f63;
	text-decoration:underline;
}


/* ■■ 02.汎用class */

/* ■□ 02-01.clearfix(回り込み解除) */
.clearfix {
	zoom:100%;
}
.clearfix:after {
	content:".";
	clear:both;
	height:0;
	display:block;	visibility:hidden;
}


/* ■■ 03.レイアウト */
body {
	padding:0.5em 0;
}

.addmati_ad {
	float:left;
	width:290px;
/*	min-height:4.7em;	_height:4.7em;*/
	margin:0 10px 0 0;
	padding:5px;
}

.addmati_thumbnail,
.addmati_poweredby {
	display:none;
}

.addmati_title,
.addmati_detail {
	line-height:1.25;
}
.addmati_detail {
	font-size:88%;
}

.addmati_poweredby_text {
	clear:both;
	padding:0;
	text-align:right;
}
.addmati_poweredby_text a {
	margin-right:10px;
}
