@charset "utf-8";

/*-Information--------------------------------------------------

	File Name:default.css
	
	1.link
	2.base
	3.header
	4.navigation
	5.contents
	6.footer

	Author:CSP-Frontier Technologies, Inc. 
	LastUpdate:2007.7.9


----------------------------------------------Information END-*/


/*=1.[link]
==============================================================*/


/*=2.[base]
==============================================================*/

body{
color:#000000;
background:none;
}

div#all{
width:auto;
}

h1,h2,h3{
color:#000000;
background:none;
padding:0;
}

h1{
font-size:16pt;
text-align:left;
}


/*=3.[header]
==============================================================*/

div#header{
border:none;
}

div#header ul#headerNav{
display:none;
}


/*=5.[contents]
==============================================================*/

div#contents{
background:none;
}

div#contents p#topicpath{
display:none;
}

div#contents div#sub{
display:none;
}

div#contents div#main{
margin-top:1em;
margin-left:0;
width:auto;
padding:0 10px;
}




/*=6.[footer]
==============================================================*/

div#footer{
background:none;
}

div#footer ul#footerNav{
display:none;
}

