@charset "UTF-8";



/*----------------------------------------------------------------------------------------------------

	Redefine html
	
----------------------------------------------------------------------------------------------------*/



h1, h2 {
	margin: 2em 0 0 0;
	
	font-size: 1em;
	line-height: 1.5em;
}



img {
	border: 0;	
}


p {
	margin: 0 0 2em 0;
	
	font-size: 0.75em;
	line-height: 1.5em;
}

table{
	font-size: 0.8em;
	line-height: 1.5em;
}
table{
/*	width:100%;
*/}
table th,
table td{
	vertical-align:top;
	text-align:left;
}


/*----------------------------------------------------------------------------------------------------

	Redefine template
	
----------------------------------------------------------------------------------------------------*/



#head {
	margin-bottom: 2em;
}
#head ul{
	display: none;
}


#global {
	display: none;
}



#local {
	display: none;
}



#tab {
	display: none;
}

#main #sub{
	display: none;
}



/*----------------------------------------------------------------------------------------------------
	#product -> #index
----------------------------------------------------------------------------------------------------*/



#product #index .colum .container .heading {
	display: none;
}



#product #index .colum .container .btn {
	display: none;
}



/*----------------------------------------------------------------------------------------------------
	#standard -> #index
----------------------------------------------------------------------------------------------------*/



#standard #index .colum .container .heading,
#standard #index .colum_end .container .heading {
	display: none;
}



#standard #index .colum .container img,
#standard #index .colum_end .container img {
	display: block;
}



/*----------------------------------------------------------------------------------------------------

	Redefine home
	
----------------------------------------------------------------------------------------------------*/

#function {
	margin: 2em 0;
}



#side {
	display: none;
}



#foot ul {
	display: none;
}

#foot .container{
	margin:15px 0 0 0;
}


