@import "format.css";

html,body		{
	margin:0;padding:0;
	width:100% height:100%;
}

body			{
	font-size:12px;
	line-height:140%;
	text-align:center;
	
	background:url(../img/bg_main.jpg) repeat-x top left;
}
img				{
	border:none;
}

a:hover			{
	color:#00FFFF;
}

h1				{
	margin:0;padding:0;
	font-size:12px;
}

h2#entrance		{
	margin:0;
	
	font-size:10px;
	font-weight:normal;
	color:gray;
}

h3.subject		{
	float:left;
	margin:0;
	font-size:15px;
}

/*入場ボタン-----------------------------------------------*/

#logo_enter		{
	margin:0 auto;
	margin-top:25px;_margin-top:24px;
	width:815px;height:341px;
	
	background:url(../img/bg_logo_enter.jpg) no-repeat;
}

#join_in		{
	margin:0 auto;
	width:425px;
	height:305px;
	
	background:url(../img/bg_logo_enter.jpg) no-repeat center top;
}

#join_in li		{
	margin:0;padding:0;
	margin-top:255px;
	float:left;
	
	list-style:none;
}

#join_in li a	{
	display:block;
	width:175px;
	height:39px;
	text-indent:-9999px;
}


#enter a		{
	margin:0;
	background:url(../img/bg_logo_enter.jpg) no-repeat -195px -255px;
}
#enter a:hover		{
	background:url(../img/enter_on.jpg) no-repeat;
}


#leave a		{
	margin-left:74px;
	background:url(../img/bg_logo_enter.jpg) no-repeat -444px -255px;
}
#leave a:hover	{
	background:url(../img/leave_on.jpg) no-repeat;
}

/*コンテンツ-----------------------------------------------*/
#content		{
	margin:0 auto;
	width:800px;
}


#plugin			{
	margin:19px 15px 15px 15px;
	font-size:11px;
	text-align:left;
	
	color:gray;
}
#plugin img		{
	float:left;
	margin-right:15px;
}

/*フッター--------------------------------------------------*/

#footer			{
	margin:0;padding:0;
	text-align:left;

	background:url(../img/bg_ft.gif) repeat-x center bottom;
}

#ft_link		{
	margin:0 auto;
	width:800px;
}

#copyright		{
	margin:0 auto;
	margin-top:7px;
	width:260px;height:136px;
	
	background:url(../img/ft_logo.gif) no-repeat center center;
	text-indent:-9999px;
}
/*リンク----------------------------------------------------*/
#links			{
	margin-top:15px;
	text-align:left;
}

table#tags th,table#tags td	{
	text-align:left;
}

table#tags textarea	{
	width:350px;
	height:53px;
	margin-right:15px;
	font-size:12px;
}





