﻿
* { 
     margin: 0; 
     padding: 0; 
}

body { 
     font-size: 80%;
     font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
     color:#999999;
     line-height: 1.5;
     text-align: center;
}

p { 
     margin: 0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
	display:block;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width: 800px;
	margin: 0 auto 20px auto;
	text-align: left;
	background-color: #ffffff;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin: 0px auto;
	height: 80px;
	width: 800px;
	background-color: #003366;
}

#header .abus_logo { 
      float: left;
}

#header .nls_logo { 
     float: right;
}
/*-----------------------------------------------
 __footer
 -----------------------------------------------*/
#footer { 
     width: 100%;
     height: 30px;
	background-color: #003366;
     clear: both;
}

#footer p#copyright {
	margin-bottom:0;
	color: #ffffff;
	text-align: right;
	padding: 5px 5px 0 0;
}

#footer a { 
     text-decoration: none; 
     color: #ffffff;
}

#footer a:hover { 
     text-decoration: underline; 
     font-weight: normal;
}
/*-----------------------------------------------
 __main
-----------------------------------------------*/
#contents { 
     width: 800px;
     height: 320px;
     clear: both;
}
#contents img { 
     margin: auto;
     text-align: center;
}

/* __top_menu
------------------------------------------*/
#top_menu {
	width: 800px;
	background: #002F5B;
}

#top_menu ul {
	display: flex;
}

#top_menu li{
}

#top_menu a {
	width: 114px;
	line-height: 38px;
	display: block;
	background: url(/abus/img/share/menu_bg_off.jpg) top left repeat-x;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#top_menu a:hover,
#top_menu a.current {
	background: url(/abus/img/share/menu_bg_ac.jpg) top left repeat-x;
}

/* __sub_menu
------------------------------------------*/
.catalog {
	float: left;
	width:480px; 
	height: 230px;
}
.catalog img {
	margin: 10px;
}
.products1 { 
     float: left;
     margin: 10px 5px ;
}
.products2 { 
     float: right;
     margin: 10px 5px ;
}
/* __footer_menu
------------------------------------------*/
#footer_menu { 
     width: 100%;
     margin-top: 10px;
     padding-bottom: 20px;
     clear: both;
}
#footer_menu ul { 
     margin: 0px;
     padding: 0px;
     text-align: left;
}
#footer_menu li { 
     display: inline;
     margin-left: 5px;
     padding-left: 10px;
     border-left: 1px solid #003366;
}
#footer_menu ul li.utilityHome {
	border-left:0;
}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
     color: #003366;
}

a:visited {
     color: #003366;
}

a:hover {
     color: #00478E;
     text-decoration: none;
    
}

a:active {
}

.red { 
     color: #ff0000;
}
