@charset 'utf-8';
@import url(../header_footer/header.css);
@import url(../header_footer/gnav.css);
@import url(../header_footer/breadlist.css);
@import url(../header_footer/footer.css);
@import url(../header_footer/pulldown.css);

/*----------------------------------------------------------
	OMRON
	Reset & Common Styles

	Build:2008.01.28
----------------------------------------------------------*/
/*-Modify Record-----------------------*/


/*======================================
	Color Glossary
	
	OMRON Blue=>#0055C4(border,link,etc)
	Black=>#333333(text color)
	Gray1=>#555555(header,footer,bread,etc)
	Sky Blue=>#3983B9(Copy)
	Sky Blue 2=>#6DA5CD(Sub Copy)
	Pale Blue=>#E7EFF8(Background)
	Pale Blue 2=>#
======================================*/
/*--------------------------------------
	Reset & Hack
--------------------------------------*/
html,body,div,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,
dl,dt,dd,ul,ol,li,
form,legend,fieldset,input,textarea,
th,td,
address{
	margin:0;padding:0;
}
body,
h1,h2,h3,h4,h5,h6{
	font-size:100.01%;
}
img,
a,
fieldset{
	border:0;
}
img{
	vertical-align:top;
}
a{
	outline:0;
	text-decoration:none;
}
ul li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}


/*--------------------------------------
	General Elements
--------------------------------------*/
a{
	color:#0055C4;
}
a:active,
a:hover{
	text-decoration:underline;
}


/*--------------------------------------
	General Layout
--------------------------------------*/
body{
	font-family:verdana,Arial,Sans-serif;
	color:#333333;
}
#container{
	width:780px;
	border-right:1px solid #959595;
}
#contents{
	min-height:400px;
	padding:0px 1px 0px 15px;
}


/*--------------------------------------
	Elements
--------------------------------------*/



