@import "baseOutline.css";
@import "head.css";
@import "top.css";
@import "left.css";
@import "right.css";
@import "foot.css";




/* -- --------------default-------------- --*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}




body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* -- --------------link-------------- --*/
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

h1, h2, h3, h4, p, li {
	line-height: 1.7em;
	font-weight: normal;
}

.l{
	float: left;
}

.r{
	float: right;
}

.F{
	font-size:12px;
	color: #FFFFFF;
}

label{
	cursor: pointer;
}



/* --------------image-------------- */
img {
	border: 0;
}

img.l{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.r{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* --------------others-------------- */
hr {
	display: none;
}

.hr {
	background-image: url(/images/hr_bg.gif);
	background-repeat: repeat-x;

	height: 1px;

	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 5px;

	display: block;
	clear: both;
}

.hrno {
	height: 1px;
	margin: 0px;
	display: block;
	clear: both;
}

.hrtr {
	height: 1px;


	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 300px;

	border-top: 1px solid #CCCCCC;

	display: block;
	clear: both;
}
