/*-------LINK-------*/
a:link,
a:visited {
	color					:#333333;
text-decoration: underline;
}
a:hover,
a:focus {
	color					:#003399;
text-decoration: underline;
}
A.White {text-decoration: none; color: #FFFFFF}
A.White:hover {text-decoration: underline; color:#991100}
A.Red {
	text-decoration: none;
	color: #FF0022;
}
A.Red:hover {text-decoration: underline; color:#FFCC00}
A.Black {text-decoration: none;color: #000000}
A.Black:hover {text-decoration: underline; color:#FF0022}
body,table,tr {
	color: #333333;
}
/*--	background-image: url(../common/bg.gif);
	background-repeat: repeat;--*/

table,div,p{
/*	margin: 0px;*/
	padding: 0px;
}

.IDPass {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 75px;
	font-size: 12px;
}


.fxs{}
.fs{}
.fm{}
.fl{}
.fxsh{}
.fsh{}
.fmh{}
.flh{}

.guest {
	font-weight: bold;
	color: #E90284;
}


.header_menu {
	float: right;
	padding-right: 20px;
}

.header_menu img {
	margin-top: 5px;
	vertical-align: bottom;
}



#sns {
	overflow: hidden;
	margin: 20px 0px;
}

	#twitter {
		float: left;
		width: 520px;
		border: 1px solid #F3208D;
	}
	
		#twitter h2 {
			font-size: 16px;
			padding: 0px 15px;
		}
	
			#twitter h2 a {
				color: #F3208D;
				text-decoration: none;
				border-bottom: 1px solid #F3208D;
				padding-bottom: 1px;
				margin-right: 2px;
			}
	
			#twitter h2 a:hover {
				border-bottom: 0;
			}
	
	#insta {
		float: right;
		width: 196px;
	}
	
		#insta a:hover img {
			opacity: 0.7;
		}

#main {
	width: 737px;
	height: 415px;
	
	background: url(../img/main.jpg);
	background-repeat: no-repeat;
	
	position: relative;
}

	#main h1 {
		position: absolute;
		top: 250px;
		left: 0;
	}
	
	#main ul {
		position: absolute;
		top: 253px;
		right: 0px;
	}
	
		#main ul li img {
			vertical-align: bottom;
		}
	
.banner_td {
	padding: 20px 0 10px;
}

.banner_wrap {
	background: #f1f1f1;
	padding: 30px;
}

.bannerarea {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	
	width: 500px;
}

.bannerarea_tit {
	color: #F3208D;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

.bannerarea li {
}
.bannerarea li:last-child {
	margin-top: 30px;
}

.bannerarea a:hover {
	opacity: 0.7;
}

.bannerarea img {
	width: 100%;
	vertical-align: bottom;
}
