/* ---- base style ---- */
* {
	margin	: 0px;
	padding	: 0px;
	font-size : 12px;
}


/* ---- tag style ---- */
BODY {
}

A:link{
	color	: #7F7F7F;
}
A:visited{
	color	: #7F7F7F;
}
A:active{
	color	: #BC0021;
}
A:hover{
	color	: #BC0021;
}


/* ---- block style ---- */
DIV#contents {
	width	:	768px;
	border	: 	1px solid black;
}

DIV#header {
	width	:	768px;
	height	:	64px;
	background-image	: url('/main/images/mainbg01_tr.gif');
	background-repeat	: no-repeat;
	background-position	: top right;
	border	: 0px;
	border-bottom : 1px solid black;
}

DIV#header_bg {
	width	:	768px;
	height	:	64px;
	background-image	: url('/main/images/mainbg01_tl.gif');
	background-repeat	: no-repeat;
	background-position	: top left;
}

DIV#footer {
	width	:	768px;
	height	:	42px;
	background-image	: url('/main/images/mainbg01_br.gif');
	background-repeat	: no-repeat;
	background-position	: bottom right;
	border	: 0px;
	border-top : 1px solid black;
}

DIV#footer_bg {
	width	:	768px;
	height	:	42px;
	background-image	: url('/main/images/mainbg01_bl.gif');
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

DIV#mainbody {
	width	:	704px;
	padding	:	32px;
}


/* ---- param style ---- */
DIV#header H1 {
	position : 	relative;
	width	:	182px;
	height	:	38px;
	top		:	10px;
	left	:	10px;
	background-image	: url('/main/images/logo_fromsoftware.gif');
	background-repeat	: no-repeat;
}

DIV#header H1 SPAN {
	display	: 	none;
}

DIV#errorcode {
	text-align	:	right;
	color		:	white;
	font-size	:	10px;
}

DIV#inquiry {
	margin-right:	4px;
	text-align	:	right;
	font-size	:	10px;
}

DIV#copyright {
	margin-right:	4px;
	text-align	:	right;
	font-size	:	10px;
}

DIV#attension {
	margin		:	auto;
}

DIV#attension STRONG {
	font-size	:	16px;
	line-height	:	140%;
}

DIV#attension UL#main_message {
	margin		:	16px;
}

DIV#attension UL#main_message LI {
	font-size	:	14px;
	line-height	:	140%;
}

DIV#attension UL#sub_message {
	margin		:	0px 16px;
}

DIV#attension UL#sub_message LI {
	font-size	:	12px;
	line-height	:	140%;
}

DIV.bodylink {
	font-size	:	14px;
}

P.maintext {
	margin		:	16px;
	font-size	:	14px;
	line-height	:	140%;
}


UL#footer_link {
	margin		:	2px;
	padding		:	0px;
	width		:	764px;
	text-align	:	right;
	font-size	:	12px;
	border-right:	1px solid black;
}

UL#footer_link LI {
	margin		:	0px;
	padding		:	0px 4px;
	display		:	inline;
	border-left		:	1px solid black;
/*	border-right	:	1px solid black;	*/
}


