@charset "euc-jp";

a {
	color: #000000;
	}
a:hover {
	color: #000000;
	background-color: #DCDCDC;
	}
a:visited {
	color: #666666;
	}
a:active {
	color: #0000FF;
	}
body {
	font-family: Arial, sans-serif ;
	font-size: 12px; 
	color: #000000;
	line-height: 15px;
	margin: 230px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF; 
	background-image: url(); 
	background-repeat: no-repeat;
	}
img {
	border: 0px;
}

/* layout */

.photolayout {
	position: absolute;
	bottom: 0px; 
	left: 0px;
	}
.textlayout {
	text-align: right;
	margin: 50px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
form input, form textarea {
	border-color: #333;
	border-style: dotted;
	border-width: 1px;
	font-family: Arial, sans-serif ;
	font-size: 12px; 
	color: #000;
	line-height: 15px;
	}
form input.button {
	background-color: #999;
	color: #fff;
	}
