/*
SamuraiKatamaris Stylesheet
	by yrm.2007/11/12
*/

body{
	background			: #FFFFFF;
	background-image	: url(Back.png);
	background-repeat	: repeat-y;
	background-position	: center center;
	color				: #111111;
}

a{
	color	: #333333;
}

a:hover{
	color	: #BB2255;
}



.back1{
	background-image	: url(BackMon.png);
	background-repeat	: no-repeat;
	background-position	: center bottom;
}

.header{
	background-image	: url(Logo2.png);
	background-repeat	: no-repeat;
	background-position	: center center;
	width			: 600px;
	height			: 160px;
	margin			: 0px auto;
	text-align		: center;
	font-size		: 750%;
}

.body{
	width			: 460px;
	margin			: 0px auto;
}

.footer{
	text-align		: center;
	width			: 600px;
	margin			: 3em auto 0em auto;
	color			: #888888;
	font-size		: 80%;
}



.paper{
	padding		: 0.5em;
	margin		: 0.5em;
	background	: #FFFFFF;
	border		: double 3px #333333;
}

.paper img{
	width		: 100px;
}



dt.contents{
	color				: #000000;
	font-size			: 110%;
	border-bottom		: solid 1px #000000;
	border-left			: solid 0.5em #000000;
}

dd.contents{
	margin-bottom		: 5em;
}

dt.contents .shadow{
	float		: right;
	color		: #888888;
	font-size	: 80%;
}

dt.contents2{
	font-size			: 100%;
	border-bottom		: dotted 1px #000000;
	border-left			: solid 0em #000000;
}

dd.contents2{
	font-size			: 80%;
	margin-bottom		: 2em;
}

dt.contents2 .shadow{
	float		: right;
	color		: #888888;
	font-size	: 80%;
}

dt.contents3{
	font-size			: 100%;
	border-bottom		: dotted 1px #000000;
	border-left			: solid 0em #000000;
}

dd.contents3{
	font-size			: 80%;
}

dt.contents3 .shadow{
	float		: right;
	color		: #888888;
	font-size	: 80%;
}



input, textarea{
	border		: 1px inset;
	font-size	: 1em;
	background	: #EEC;
	padding		: 3px;
}

input[type=submit]{
	border		: 1px outset;
	background	: #ECC;
}

input[type=image]{
	border		: 0px solid;
	background	: ;
}



