@charset "Shift_JIS"; 		

* {margin: 0px;padding: 0px;}

dl:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

dl{
    display:inline-block;　/* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

a{ outline:none;}
img {border: 0px;}

body {
	font-size:80%; /* 基本のフォントサイズ */
	line-height: 1.5em; /* 基本の行間 */
	text-align:left;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	text-align:justify; /* Firefox用*/
	text-justify:inter-ideograph;/* ie用 */
	color: #333; /* 基本文字色 */
}


#wrapper{
	width:300px;
}

.clear {clear: both;}


/* コンテンツ
---------------------------------------------------- */
.top-box{
	width:140px;
	float:left;
	margin:0px 10px 10px 0px;
	display:inline;
}
.top-box p{
	font-size:100%;
	color:#2e4773;
	text-align:center;
	border-top:2px solid #2e4773;
	border-bottom:2px solid #2e4773;
	background-color:#f1f1f1;
	padding:5px 0px;
	font-weight:bold;
}
.top-box img{ vertical-align:bottom;}
.detail-btn{
	background-color:#f1f1f1;
	padding:5px;
	text-align:right;
	border-bottom:1px solid #ccc;
}


/* リンク
---------------------------------------------------- */
a:link {color: #142846; text-decoration:underline;} /* リンクの色 */
a:visited {color: #142846; text-decoration:underline;} /* 訪問済みリンクの色 */
a:hover, a:active {color: #142846; text-decoration:none;} /* マウスオーバー、アクティブリンクの色 */