/*
--------------------------------------------------------------------------------
	BASE
--------------------------------------------------------------------------------
*/
html,body {  
    margin				: 0;  
    padding				: 0;  
    height				: 100%;
	background-color	: Transparent;
	color				: #000000;
	font-family			: "MS PMincho";
	font-size			: 9pt;
	font-weight			: normal;
	text-align			: justify;
	text-justify		: inter-ideograph;
	vertical-align		: top;
	line-height			: 1.4em;
}
/*
--------------------------------------------------------------------------------
	P
--------------------------------------------------------------------------------
*/
p {
	margin-top			: 1em;
}
/*
--------------------------------------------------------------------------------
	IMG
--------------------------------------------------------------------------------
*/
img {
	border				: none;
}
/*
--------------------------------------------------------------------------------
	SPAN
--------------------------------------------------------------------------------
*/
p#MAIN_WHO {
	margin-top			: 0em;
	font-size			: 9pt;
	font-weight			: bold;
	line-height			: 1.4em;
}
p#MAIN_TTL {
	margin-top			: 1em;
	font-size			: 18pt;
	font-weight			: normal;
	line-height			: 1.0em;
}
p#MAIN_SUB {
	margin-top			: -2em;
	font-size			: 9pt;
	font-weight			: normal;
	line-height			: 2.0em;
}
p#MAIN_EXP {
	margin-top			: 2em;
	margin-bottom		: 2em;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
	font-size			: 11pt;
	font-weight			: bold;
	line-height			: 1.4em;
}
p#MAIN_SVC {
	margin-top			: 0em;
	font-size			: 9pt;
	font-weight			: bold;
	line-height			: 1.4em;
}
p.main_cat {
	margin-top			: 1em;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
	font-size			: 11pt;
	font-weight			: bold;
	color				: #000000;
	line-height			: 1.0em;
}
span.ennm {
	font-size			: 8pt;
	font-weight			: normal;
}
span.enbd {
	font-size			: 8pt;
	font-weight			: bold;
}
span.tmno {
	font-size			: 8pt;
	font-weight			: normal;
}
span.mtnt {
	font-size			: 8pt;
}
span.capt {
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
}
span.warn {
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
	color				: #FF0000;
}
span.hide {
}
span.hips_ttl {
}
span.hips_lnk {
}
/*
--------------------------------------------------------------------------------
	A LINK
--------------------------------------------------------------------------------
*/
a {
    color				: #000000;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
    font-style			: normal;
    font-weight			: normal;
    text-decoration		: none;
}
a:linkf {
    color				: #000000;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
    font-style			: normal;
    font-weight			: normal;
    text-decoration		: none;
}
a:visited {
    color				: #000000;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
    font-style			: normal;
    font-weight			: normal;
    text-decoration		: none;
}
a:hover {
    color				: #000000;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
    font-style			: normal;
    font-weight			: normal;
    text-decoration		: none;
}
a:active {
    color				: #000000;
	font-family			: "MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
    font-style			: normal;
    font-weight			: normal;
    text-decoration		: none;
}
--------------------------------------------------------------------------------
	A LINK (DIV)
--------------------------------------------------------------------------------
div.link_slt a {
}
div.link_slt a:link {
}
div.link_slt a:visited {
}
div.link_slt a:hover {
}
div.link_slt a:active {
}
--------------------------------------------------------------------------------
	A LINK (LINK ROUTE)
--------------------------------------------------------------------------------
div.link_rot a {
}
div.link_rot a:link {
}
div.link_rot a:visited {
}
div.link_rot a:hover {
}
div.link_rot a:active {
}