/* 通常サイズ */

/* ページ設定 */
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/* リンク設定 */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #66A3FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #DAE9FF;
}

/* リスト */
ul {margin: 0px 0px 0px 25px;}
ol {margin: 0px 0px 0px 25px;}
/*ol {margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}
ul {margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}*/
.marker {list-style-image:url("../img/ic_list.gif");}

/* 行間 */
.ls180 {line-height: 180%;}
.ls150 {line-height: 150%;}

/* 見出し */

/* テキスト */
.txt-large {font-size: 14px;}
.txt-small {font-size: 10px;}
.txt-alert {color: #FF6666;}



/* 背景 */
.bg-gr {background-color: #EEEEEE;}

/* その他 */
strong {font-weight: bold}
td {font-size: 12px;}
p {margin: 100px;}
select {font-size: x-small;}
.txt-xlarge {
font-size: 18px;
}
hr {
	color: #CCCCCC;
	height: 1px;
	clear: none;
	float: none;
}
.bg-center {
	background-position: center center;
	background-repeat: no-repeat;
}
HR { page-break-after:always; }

/* インラインフレームもどき */
.scrollsell {
	padding: 0px;
	overflow: auto;
	width: 520px;
	height: 200px;
	border: 1px dotted #B5CEEE;
	margin: 0px;
}

/* フォーム */
.button {
	color: #FFFFFF;
	background-color: #0066FF;
}
.txtarea {
	padding: 3px;
	background-image: url(#B2D1F0);

}

