<!--

/* リンクの書式設定 */

a {
		text-decoration		:	none;
		color			:	#222222; 
}

a:hover{
		text-decoration		:	underline;
}



/* タグの書式設定 */

body {
		background-image	:	url('bodyback.png');
}


hr {
		border-style		:	dotted;
		border-color		:	#aaaaaa;
		height			:	1px;
}

table.out {
		border-style		:	dotted;
		border-width		:	1px;
		border-color		:	#aaaaaa;
		border-width		:	1px;
		border-color		:	#aaaaaa;
		font-size		:	70%;
		text-align		:	center;
		background-color	:	white;
		width			:	700px;
		height			:	96%;
}

table.in {
		font-size		:	100%;
		width			:	100%;
		height			:	81%;
}

td.detail {
		text-align		:	center;
		background-image	:	url('background.jpg'); 
		background-repeat	:	no-repeat;
		background-position	:	center center;
}

div.menu {
		border-style		:	dotted none;
		border-width		:	1px;
		border-color		:	#aaaaaa;
		letter-spacing		:	7px;
		padding			:	1px 0px 1px 0px;
}

-->