/*######################################################################

base.css

######################################################################*/

/*##########HTML#################################*/

body{
	background-image:url(../images/body_bg_001.gif);
	font-family: Verdana, Arial, sans-serif; 
	background-repeat:repeat-y;
	background-color:#E7E7E7;
	margin:0;
	padding:0;
	color:#333333;
}

body#popup{
	background-image:url(../images/popup_bg_001.gif);
	background-repeat:repeat-y;
	background-color:#E7E7E7;
	margin:0;
	padding:0;
	color:#333333;
}

a:link {color: #0000cc; text-decoration: underline;}
a:visited {color: #336699; text-decoration: underline;}
a:active {color: #FF0000; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: none;}

img {
	border: 0;
}

hr {
	display: none;
}


/*##########HEAD#####################################*/

/*--------------------------------------------
header
--------------------------------------------*/
#header {
	width: 770px;
	background-color: #FFFFFF;
}
#header table {
	width: 100%;
}
/*-- Logo --*/
td#logo {
	padding: 17px 0 10px 14px;
	background-color: #FFFFFF;
}
/*-- Logo_GlobalLink --*/
#header td#global-link {
	vertical-align: middle;
	text-align: right;
}
#header td#global-link img {
	margin-left: 12px;
}


/*##########BODY(CONTENTS)#####################################*/

/*--------------------------------------------
body(Contents)
--------------------------------------------*/
#body {
	width: 770px;
	padding-top: 8px;
	background-color: #FFFFFF;
}
/*-- MainArea --*/
#body table#parent td#main-area {
	vertical-align: top;
}
/*-- MainContainer --*/
#body div#container {
	width: 770px;
	margin-bottom: 30px;
}
/*-- MainContainer(Popup) --*/
td.popup-main-area {
	width: 600px;
	margin-bottom: 30px;
	background-color:#ffffff;
}
/*--------------------------------------------
container
--------------------------------------------*/
/*-- h3 --*/
span.title-name {
	font-weight: bold;
	background: url(../images/link_ic_title.gif) no-repeat 0 0.5em;
	padding:2px 0 3px 12px;
	_height: 1%;
}
/*-- List(Normal) --*/
ul.normal {
	list-style: disc inside;
	padding: 0 0 0 0.1em;
	margin: 0.2em 0px 0px 0.2em;
}
/*-- Link(Normal) --*/
a.normal {
	padding-left: 5px;
	_height:1px;
	background: url(../images/link_ic_nomal.gif) no-repeat 0px 0.5em;
}
/*-- link(PDF) --*/
a.print {
	_height:1px;
	background: url(../images/link_ic_pdf.gif) no-repeat 0px 0.5em;
	padding: 4px 0px 5px 18px;
	_padding: 1px 0px -0.2em 18px;
}
/*-- Sub --*/
sub {
	vertical-align: baseline;
}
/*##########FOOT#####################################*/

/*--------------------------------------------
foot
--------------------------------------------*/
#foot {
	width: 770px;
	height: 60px;
}
#foot table {
	width: 100%;
}
/*-- Copyright --*/
#foot td#copyright {
	padding: 6px 0 0 9px;
}
/*-- OtherLink --*/
#foot td#other-link {
	padding: 3px 7px 0 0;
	vertical-align: top;
	text-align: right;
}
#foot td#other-link img {
	margin-left: 12px;
}
/*-- Foot(Popup) --*/
#popup-foot {
	background-image:url(../images/popup_bg_001.gif);
	margin-top: 30px;
	width: 600px;
	height: 60px;
}