/* Anchor設定 */
a		{				/* Anchorデフォルト */
	font-weight:700;
}
a:link		{
	color:#47e;
}
a:visited	{
	color:#47e;
}
a:hover		{
	color:#87e;
}
a:active	{
	color:#47e;
}

/* 段落設定 */
div		{
	margin-left: 0px
}
div.pagetitle	{
	padding-left: 80px;
}
div.subtitle	{
	padding-left: 50px;
}

/* Image設定 */
img		{
	border-style: none
}
img.banner	{
	height: 50px;
	width: 200px
}
img.right	{
	float: right;
	margin-right: 50px
}

/* Table設定 */
td		{
	padding: 5px;
}

td.fukidashi	{
	background-image: url(../pulltop/image/back01.gif);
	font-size: 12pt;
	font-weight: 700;
	font-style: italic;
	width: 350px;
	height: 150px;
}
td.menu	{
	background-color: #8bf;
	color: #fff;
	font-size: 12pt;
	font-weight: 700;
	width: 450px;
	height: 60px;
}
td.pagetitle	{
	background-color: #8bf;
	color: #fff;
	font-size: 20pt;
	font-weight: 700;
	width: 750px;
	height: 60px;
}
td.subtitle	{
	background-color: #8bf;
	color: #fff;
	font-size: 14pt;
	font-weight: 700;
	width: 750px;
	height: 40px;
}

