BODY {
	background: url(image/top-bg.gif) #333366 no-repeat center top;
	margin: 0px;	
	font: 80%  "ＭＳ Ｐゴシック",　"Osaka",　sans-serif;	
	color: #ffffff;	
	text-align: center;
}
A:link { color: white; text-decoration: none; }
A:visited { color: white; text-decoration: none; }
A:active { color: white; text-decoration: none; }
A:hover { color: #ff3366; text-decoration: underline; }

/* -------------------- container の設定 -------------------- */
#container {
	width: 740px;	
	height: 640px;	
	padding: 0px;	
	margin: 0px auto;	
	text-align: left;
}

/* -------------------- intro の設定 -------------------- */
#intro {
	clear: right;	
	float: right;	
	margin: 20px 0px 0px 0px;	
	width: 370px;
}
#intro #pageHeader {
	padding: 0px;	
	margin: 10px -1px 0px 0px;	
	background: url(image/top-title.gif) #333366 no-repeat center center;	
	float: right;	
	width: 369px;	
	height: 310px;	
	text-indent: -10000px;
}

/* -------------------- supportingText の設定 -------------------- */
#supportingText {
	clear: right;	
	float: right;	
	margin: 50px 0px 0px 10px;	
	width: 340px;
}
#whatsNew {
	width: 230px;	
	margin-top: 30px;	
	margin-left: 10px;	
	text-align: left;	
	border: solid 1px #3366ff;
}
#whatsNew H4 {
	color: #ffffff;	
	font: bold 100% Arial; 	
	background-color: #3366ff;	
	margin-top: 0px;	
	margin-bottom: 0px;	
	padding: 2px 0px 2px 5px;
}
#whatsNew UL {
	color: #ccccff;	
	font: 100%;	
	margin: 5px 0px 5px 5px;	
	padding: 0px;	
	list-style: square inside;
}

/* -------------------- linkList の設定 -------------------- */
#linkList {	
	padding: 180px 0px 0px 0px;	
	margin: 0px;	
	float: none;	
	width: 360px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: right;
}
#linkList H3 {	display: none;	float: none;}
#linkList UL {	padding: 0px;	margin: 0px;	list-style-type: none;}
#linkList LI {	display: block;	padding: 0px 0px 4px 0px;	margin: 0px;	font-size: 1.4em;}
#linkList LI A {
	display: block;	
	border-width: 0px;	
	padding: 2px 10px 2px 5px;	
	margin: 0px 0px 5px 0px;	
	color: #ccccff; 	
	font-weight: bold;	
	letter-spacing: 1px;	
	text-transform: uppercase;	
	text-decoration: none;
}
#linkList LI A:hover {
	border-right: solid 7px #ffff33;	
	padding-right: 15px;	
	color: #ffff33;	
	text-decoration: none;
}

/* -------------------- linkList larchives の設定 -------------------- */
#larchives { padding: 75px 0px 0px 0px;	margin: 0px 0px 40px 0px;}
#larchives LI {	border-width: 0px 7px 0px 0px;}
#larchives LI A {
	border-top: #333366 0px solid;	
	border-right: #ccccff 7px solid;	
	border-bottom: #333366 0px solid;	
	border-left: #333366 0px solid;	
	padding-right: 10px;	
	text-decoration: none;
}