﻿h1,
h2,
h3,
h4,
h5,
p,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: 0pt;
	height: auto;
	width: auto;
}

.indent{
text-indent: -9999px;
}

ul,
li,
dl,
dt,
dd{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

a,a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;

}

.clear{
clear:both;
} 

body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(../common_images/bg.gif);
	background-repeat: repeat;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}

p{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 12px;
}

img{
border:none;
} 

html {
	height: 100%;
	width: 100%;
}

.space{
	font-size: 1px;
	line-height: 1px;
}

.scrollbox{
	width:600px;
	height:200px;
	overflow: auto;
	scrollbar-base-color:#990000;/*==IE独自のCSSなので他のブラウザでは無効==*/
	/*===float: left;いらない===*/
	margin-left: 100px;
	margin-top: 5px;
	border: 1px solid #990000;
	font-size:12px;
	text-align: left;
	color: #666666;
	/*==text-indent: -20px;==*/
}
.scrollbox_h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	letter-spacing: 2px;
	margin-bottom: 15px;
	width: 550px;
	padding-top: 15px;
	margin-top: 15px;
}

.scrollbox_h2 {
	color: #666666;
	margin-top: 10px;
	padding-left: 120px;
}
