/* ページの基本デザイン用css */body	{	background-color:#F5F5F5;	font-size:14px;	color:#000000;	line-height:180%;	text-align:left;	font-family:"geneva",sans-serif;	margin:0px;	padding:30px;	}a	{	color:#6495ed;	text-decoration: none;	}a:link	{	color:#6495ed;	}a:visited	{	color:#6495ed;	}a:hover	{	color:#ff4500;	}a:active	{	color:#ff4500;	}div.navigation {	width		: 100%;	clear		: both;	margin		: 0;	padding		: 2px 0;	border		: 0;	background-color	: #000000;	color		: #ffffff;	overflow		: hidden;	position		: relative;}div.navigation ul {	list-style-type	: none;	margin		: auto 0;	padding		: 0;	border		: 0;	position		: relative;	zoom		: 1; /* IE6 Hack */}div.navigation ul li {	display		: inline;	margin		: 0;	padding		: 0 10px;	border		: 0;	position		: relative;	font-weight	: bold;	text-decoration:none;}.contents	{	width:600px;	margin:auto;	text-align:left;	}.column	{	padding-left:30px;	}.menu	{	width:600px;	margin:auto;	text-align:center;	}.new	{	font-size:90%;	color:#ff6666;	text-align:center;	line-height:180%;	}.normal	{	font-size:90%;	color:#f5f5f5;	text-align:center;	line-height:180%;	}