@charset "shift_jis";
/*
トップページ用CSS -------------------------- */

body	{
	background-color: #ffffff;
	margin: 10px;
	padding: 0px;
}


/* 全体ラッピング */
#wrapper	{
	width: 450px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* ヘッダ、Flashまでラッピング */
#wrapperA	{
	width: 400px;
	height: 340px;
	margin: 0px auto;
	padding: 0px;
	/* border: 1px solid #ff0000; */
} 


td.top_left	{
	font-size: 80%;
	color: #444444;
	line-height: 1.5;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

td.top_right	{
	font-size: 80%;
	color: #444444;
	line-height: 1.5;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

td.left	{
	font-size: 80%;
	color: #444444;
	line-height: 1.5;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

td.right	{
	font-size: 80%;
	color: #444444;
	line-height: 1.5;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


/*
ページ閉じる リンク設定 ------------------------ */

#close	{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	/* border: 1px solid #ff0000; */
}

a.close:link	{
	font-size: 75%;
	font-family: "MS Pゴシック",sans-serif;
	/* font-weight: 600; */
	color: #444;
	line-height: 1.5;
	text-decoration: none;
}

a.close:visited	{
	font-size: 75%;
	font-family: "MS Pゴシック",sans-serif;
	/* font-weight: 600; */
	color: #444;
	line-height: 1.5;
	text-decoration: none;
}

a.close:hover	{
	font-size: 75%;
	font-family: "MS Pゴシック",sans-serif;
	/* font-weight: 600; */
	color: #ff0000;
	line-height: 1.5;
	text-decoration: none;

