@charset "shift_jis";
/*#####タグとクラス#####*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #EBF4E3 url(../images/bg_upper.jpg) repeat-x top;
	color: #404040;

}
img {
	border-width: 0px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	line-height: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.allclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}
.left {
	float: left;
	padding-right: 20px;
}

.right {
	float: right;
	padding-left: 20px;
}
.clear {
	clear: both;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
	clear: both;
}

table {
	border-collapse:collapse;
}
.page_top {
	text-align: right;
	padding-right: 10px;
	clear: both;
}
.list_icon_sq li {
	background: url(../images/icon_sq.gif) no-repeat 0px 12px;
	list-style: none;
	font-size: 115%;
	line-height: 200%;
	padding-left: 20px;
	margin-left: 5px;
}
.list_icon_sq li a {
	color: #404040;
}

.texr_red {
	color: #F09;
}




