/*
 layout [
----------------------------------------------------------- */
.al_left {
	text-align: left;
}
.al_right {
	text-align: right;
}
.al_center {
	text-align: center;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.img_left {
	float: left;
	margin-right: 5px;
}
.img_right {
	float: right;
	margin-left: 5px;
}
/*
 txt [
----------------------------------------------------------- */
.txt_ll {
	font-size: 125%;
}
.txt_l {
	font-size: 115%;
}
.txt_s {
	font-size: 85%;
}
.txt_ss {
	font-size: 75%;
}
.txt_b {
	font-weight: bold;
}
.txt_rs {
	font-size: 85%;
	color: #FF0000;
}
.txt_rss {
	font-size: 75%;
	color: #FF0000;
}
.txt_rb {
	font-weight: bold;
	color: #FF0000;
}
.txt_rl {
	color: #FF0000;
	font-size: 125%;
}
.sat {
	color: #00F;
}
.sun {
	color: #F00;
}

/*
 link [
----------------------------------------------------------- */
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.txt_s {
	font-size: 85%;
}
/*
 top [
----------------------------------------------------------- */
#index_img {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
}
#fla_img {
	height: 328px;
	width: 900px;
	margin-left: -40px;
	z-index: 0;
}
#info_Area {
	margin-top: 25px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#info_Area #new {
	font-size: 115%;
	float: left;
	width: 550px;
}
#info_Area #new h2 {
	font-size: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#info_Area #new p {
	font-size: 85%;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	margin-bottom: 1em;
}
#info_Area #new .click {
	background-image: url(../img/click.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 80%;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-left: 50px;
	line-height: 1.5em;
}
#info_Area #new .click2 {
	background-image: url(../img/click.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 80%;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-left: 50px;
	padding-bottom: 3px;
}
#info_Area #new .new {
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 85%;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-left: 35px;
	line-height: 2em;
}
#info_Area #new .blank {
	background-repeat: no-repeat;
	background-position: left;
	font-size: 85%;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-left: 35px;
	line-height: 2em;
}
#info_Area #new #holiday {
	margin-bottom: 1em;
	margin-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	font-size: 85%;
	overflow: auto;
}
#info_Area #new #holiday #title {
	font-weight: bold;
	color: #FF0000;
}
#info_Area #new #holiday #txt {
}
#info_Area #new #holiday2 {
	margin-bottom: 1em;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	font-size: 85%;
	overflow: auto;
}
#info_Area #new #holiday2 #title {
	font-weight: bold;
	color: #FF0000;
	float: left;
	margin-right: 10px;
}
#info_Area #new #holiday2 #txt {
	float: left;
}
#index_img #indeximg {
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#index_img #img {
	height: auto;
	width: 100%;
}
.bn {
	float: right;
	width: 250px;
}
#sp_bn {
	height: 120px;
	width: 250px;
	margin-bottom: 7px;
}
#topContent #info_Area .bn ul li {
	margin-bottom: 2px;
}
#info_Area .comment {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 7px;
	margin-left: auto;
	font-size: 110%;
	line-height: 1.6em;
	margin-right: auto;
}
#info_Area .commentRight {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	text-align: right;
}

