/******************* base *******************/
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	letter-spacing: 0.1px;
	height: 100%;
	background-color: #093D6C;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

html{
	height: 100%;
	overflow-y: scroll;
}



img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


a:link {
	color:#0D2E5B;
	text-decoration: none;
}
a:visited {
	color:#0D2E5B;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,form{
	padding:0;
	margin: 0;
	font-size:12px;
	font-weight:normal;
}
p,ul{
	padding:0;
	margin: 0;
}

hr{
	display:none;
}
.CL {
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
