@charset "Shift_JIS";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(img/back2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

h1 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;

}
h1 span {
	background-color: #999933;
	color: #dddddd;
	padding: 3px;
}

.box0 {
	background-image: url(img/logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.box1 {
	padding-bottom: 15px;
	padding-right: 150px;
}

a:link		{text-decoration:underline;color:#E15A00;}
a:hover		{text-decoration:underline;color:#B00000;}
