/* ------ここからリセットCSS------------------------------------------------
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -----------------------------------------------ここまでリセットCSS---- */


/* ------ここからサイト全体設定------------------------------------------ */
body {
	line-height: 1.5;
	background-image: url(../img/keidai/gb_modal.jpg);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

/* --------------------------------------------ここまでサイト全体設定---- */

#contents {
	width: 580px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#textbox {
	overflow: hidden;
	height: 400px;
	width: 170px;
	background-image: url(../img/keidai/bg_modal_text.png);
}

dl {
	margin: 5px;
}

dt {
	background: url(../img/common/bar_subtitle.jpg) no-repeat left bottom;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
}

dd {
	margin: 10px 5px 5px 15px;
	font-size: 85%;
}
