@charset "UTF-8";


/* ****************************************************
Title: fanclub.css
Created: 2009/10/13
Last Modified: 2009/10/13
***************************************************** */

/* TABLE OF CONTENTS
-----------------------------------------------
    0 : header
    1 : content
    2 : footer
/*  

/*----------------------------------------------------
	0 : header
----------------------------------------------------*/

body {
	background-color: #FFF;
}

#container {
	background-color: #FFF;
	background-image: none;
}

/*----------------------------------------------------
	1 : content
----------------------------------------------------*/

#content {
	width:1500px;
	margin: 0;
}

#whatsNew {
	background-color: #e0dddb;
	margin-top: 3px;
	padding-bottom: 10px;
}

#whatsNew img.titleBtn {
	padding: 20px 0 10px 20px;
}

#whatsNew table.newDate {
	margin: 0 20px 0 20px;
}

#whatsNew table.newDate td.date {
	width: 100px;
	padding: 0 20px 5px 0;
	color: #1A87C8;
	font-weight: bold;
}

#whatsNew table.newDate td.news {
	width: 680px;
}

#whatsNew table.newDate td.news a:link,
#whatsNew table.newDate td.news a:visited,
#whatsNew table.newDate td.news a:hover {
	color: #000;
	text-decoration: underline;
}

#whatsNew table.newDate td.news a:hover,
#whatsNew table.newDate td.news a:active {
	color: #1A6BB9;
}

/*----------------------------------------------------
	2 : footer
----------------------------------------------------*/
#footer {
	clear: both;
	padding: 0 50px 0 50px;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
