@import "design_m.css";
@import "jcn_nr.css";
@import "design_m.css";
/******************* base *******************/
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	letter-spacing: 0.1em;
	height: 100%;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
}
html{
	height: 100%;
}



img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
}


a:link {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,ul{
	padding:0;
	margin: 0;
}

hr{
	display:none;
}
.CL {
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}



/**************************************/
.FL {
	float: left;
}
.FR {
	float: right;
}

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}

.top {
	vertical-align:top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align:bottom;
}


.strong {
	font-weight:bold;
}

/*********************** リスト *******************/

.decimal {
	list-style-type:decimal;
	list-style-position:outside;
}