﻿@charset "utf-8";

/* ブラウザスタイルの初期化 start
------------------------------------------------------------ */
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, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {/*iframeの横スクロールを非表示にする*/
	overflow-x: hidden;
} 
body {
	margin: 0;
	padding :0;
	line-height: 1.5;
	font-size: 100.01%;
	color: #663333;
	background: #fff;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",verdana,arial,sans-serif;
}

/* textlink
------------------------------------------------------------ */
a:link{
	color:#663333;
	text-decoration:underline;
}
a:visited{
	color:#936F6F;
	text-decoration:underline;
}
a:hover{
	color:#936F6F;
	text-decoration:underline;
}
a:active{
	color:#936F6F;
	text-decoration:underline;
}

/* topics
------------------------------------------------------------ */
.top-b-list {
	padding-left: 7px;
	padding-top: 3px;
	font-size:0.8em;
}
.top-b-list dt {
	color: #e20547;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 1em;
	width: 90px;
}
.top-b-list dd {
	padding-bottom: 8px;
	width: 460px;
	float: left;
}
