* { zoom: 1; }
* { margin: 0; padding: 0; outline: 0 }

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/img01_2.jpg) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","MS Pゴシック";
	color: #555;
	}





h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","MS Pゴシック";
	color: #241301;
	}

h2 {
	margin:10px 0 0 0;
	font-size: 18px;
	}

h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	}

h4 {
	text-transform: uppercase;
	font-size: 1em;
	}

p, blockquote, ul, ol {
	line-height: 120%;
	}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
	}

a {
	text-decoration:none;
	color:#3366CC;
	}

a:hover {
	text-decoration: underline;
	}
	
img {
	border:none;
	}
	
li {
	list-style: none;
	}
	
		
table {
	margin:24px 0;
	width: 580px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","MS Pゴシック";
	}
	
/* Header */

#header {
	width: 940px;
	margin: 0 auto;
	}

#header a{
	color:#555;
	}
	
#title {
	height: 109px;
	
	}
	
#title h1 {
	margin:0 0 0 0;
	padding: 35px 0 0 5px;
	}
	
#title p {
	margin:0 0 0 0;
	text-align:right;
	padding: 10px 0 0 0;
	}
	
#title-left {
	float:left;
	display:inline;
	}
	
#title-right {
	float:right;
	display:inline;

	}

#title-right p{
	margin-top:0px;
	}
	
/*assist-nav*/



#assist-nav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display:inline;
	}
	
#assist-nav li {
	float:left;
	margin: 0;
	padding: 0;
	width:40px;
	height:44px;
	text-decoration: none;
	display:inline;
	line-height:44px;
	}

#assist-nav li a {
	color:#555;
	display:inline;
	height: 44px;
	line-height:44px;
	}
	
#assist-nav li#assist1 {
	background:url(../images/icon_sitemap.gif) 0 50% no-repeat;
	padding:0 0 3px 20px;
	margin:0 0 0 0;
	}
	
#assist-nav li#assist2 {
	background:url(../images/icon_info.gif) 0 50% no-repeat;
	padding:0 0 3px 20px;
	margin: 0 0 0 20px;
	}


/* navigation */

#navigation {
	margin:0 0 0 0;
	}


/* Menu */

#main-nav {
	margin:0 0 0 0;
	float:left;
	display: inline;
	width:750px;
	}

#main-nav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display:inline;
	}

#main-nav li {
	float:left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 121px;
	height: 44px;
	text-indent: -9999px;
	display:inline;

	}

#main-nav li a {
	float:left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 121px;
	height: 44px;
	text-indent: -9999px;
	display:inline;
	}


#main-nav li#top      {
  background: url(../images/nav.jpg) no-repeat 0 0;
	}
#main-nav li#company    {
  background: url(../images/nav.jpg) no-repeat -121px 0;
	}
#main-nav li#service  {
  background: url(../images/nav.jpg) no-repeat -242px 0;
	}
#main-nav li#news {
  background: url(../images/nav.jpg) no-repeat -363px 0;
	}
#main-nav li#recruit      {
  background: url(../images/nav.jpg) no-repeat -484px 0;
	}
#main-nav li#contact      {
  background: url(../images/nav.jpg) no-repeat -605px 0;
	}


#main-nav li#top a:hover    {
  background: url(../images/nav.jpg) no-repeat 0px -44px;
	}
#main-nav li#company a:hover  {
  background: url(../images/nav.jpg) no-repeat -121px -44px;
	}
#main-nav li#service a:hover {
  background: url(../images/nav.jpg) no-repeat -242px -44px;
	}
#main-nav li#news a:hover {
  background: url(../images/nav.jpg) no-repeat -363px -44px;
	}
#sub-right td {
}

#main-nav li#recruit a:hover {
  background: url(../images/nav.jpg) no-repeat -484px -44px;
	}
#main-nav li#contact a:hover {
  background: url(../images/nav.jpg) no-repeat -605px -44px;
	}


#main-nav li#top-selected {
  background: url(../images/nav.jpg) no-repeat 0px -44px;
	}
#main-nav li#company-selected {
  background: url(../images/nav.jpg) no-repeat -121px -44px;
  }
#main-nav li#service-selected {
  background: url(../images/nav.jpg) no-repeat -242px -44px;
	}
#main-nav li#news-selected {
  background: url(../images/nav.jpg) no-repeat -363px -44px;
	}
#main-nav li#recruit-selected {
  background: url(../images/nav.jpg) no-repeat -484px -44px;
	}
#main-nav li#contact-selected {
  background: url(../images/nav.jpg) no-repeat -605px -44px;
	}
  
 

	





/* container */

#container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	}

#container h3 {
	margin-top:20px;
	}
	
#sub-right td {
    padding: 10px 10px;
	}

#icon {
	margin:15px 0;
	text-align:center;
	}
	
#icon img {
	margin:0 0 5px 5px;
	}
	
    
/* top-banner */

#top-banner {
	margin-top: 10px;
	height: 240px;
	}

	
#top-banner-sub {
	margin-top: 10px;
	height: 160px;
	}
	
/* category */

#category {
	margin-top: 20px;
	height: 13px;
	margin-bottom: 10px;
	}

/* contents */

#contents {
	
	}
	
#archive-title {
	font-size:1.2em;
	}
.abitritanews {
	display: block;
	height: 20px;
}

.newsdate {
	font-size: 12px;
	display: inline;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.newstitle {
	font-size: 12px;
	display: inline;
	padding-left: 10px;
}
.newstitle a {
	font-size: 12px;
}

.newstitle img {
	padding-right: 10px;
}

	
.entry-body {
	margin:15px 0 0 15px;
	}
	
.entry-footer {
	margin:5px 0 30px 15px;
	font-weight:normal;
	color:#999999;
	}
#mailform {
	margin:15px 0;
	}
	
	
/* Posts */

#posts {
	float: left;
	width: 560px;
	}

#posts h2 {
	margin-bottom:10px;
	}

#posts a {
	color:#555;
	}

#posts a:hover {
	text-decoration:underline;
	}
	
#post-title {
	margin:0;
	}
	
.news1_archive {
	display:block;
	position:relative;
	width:90px;
	top:-34px;
	left:455px;
	background:url(../images/parts_triangle.gif) 0 50% no-repeat;
	padding:0 0 0 8px;
	margin:0 0 0 0;
    }
	
.entry {
	height:20px;
	margin: 0 0 0 10px;
	}
	
.asset-meta {
	float:left;
	background:url(../images/icon_news.gif) 0 50% no-repeat; 
	width:100px;
    padding:0 0 0 10px; 
    margin:0 0 0 0;
	
    }

.entry-header {
	float:left;
	padding:0 0 0 15px;
	}
	
.entry-header a {
	
	}
    
.asset-name {
	clear:both;
	position:relative;
	top:-24px;
	left:120px;
	font-weight:normal;
	font-size:12px;
	width: 400px;
	}
	
.post {
		margin: 0 0 25px 0;
		}


/* Media_info */

#media_info {
	margin: 0px;
	padding: 0px;
}
#media_info dl {
	width: 515px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 15px;
}
#media_info dt {
	float: left;
	width: 130px;
	padding-right: 15px;
	height: 65px;
}
#media_info .allAbout dt a {
	background-image: url(/images/banner_allabout.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 130px;
	background-position: 0px 0px;
}
#media_info .allAbout dt a:hover {
	background-image: url(/images/banner_allabout.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	height: 60px;
	width: 130px;
}
#media_info .meijin dt a {
	background-image: url(/meijin_banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 130px;
	background-position: 0px 0px;
}
#media_info .josei dt a:hover {
	background-image: url(/josei_banner.gif);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	height: 60px;
	width: 130px;
}
#media_info .josei dt a {
	background-image: url(/josei_banner.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 130px;
	background-position: 0px 0px;
}
#media_info .meijin dt a:hover {
	background-image: url(/meijin_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	height: 60px;
	width: 130px;
}
#media_info dd {
	font-size:12px;
	}
#media_banner {
	padding-top: 30px;
	}

/* Corporate_social */

#corporate_social {}
#corporate_social dl {
	width: 515px;
	margin-left: 15px;
	overflow: auto;
	margin-top: 10px;
}
#corporate_social dt {
	float: left;
	width: 130px;
	padding-right: 15px;
	text-align: center;
}
#corporate_social dd {
	font-size:12px;
	line-height: 140%;
}
        
		
/* service-banner */

#service-banner {
	display: inline;
	width: 300px;
	padding-left: 10px;
	}
	

#service-right h3 {
	pading:0;
	color:#777;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 8px;
	background-image: url(/images/parts_triangle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
#service-right h3 a {

}
#service-right h3 a:hover {}
#service-right p {
	font-size: 12px;
	line-height: 135%;
	margin-bottom: 8px;
}
	
	
#service-left {
	margin-right:15px;
	float:left;
	display: inline;
	width:70px;
	text-align:center;
	height: 70px;
	}
#service-left.btn01 a {
	background-image: url(/images/banner_abirita.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 66px;
}
#service-left.btn01 a:hover {
	background-image: url(/images/banner_abirita.jpg);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 66px;
	width: 66px;
}
#service-left.btn02 a {
	background-image: url(/images/banner_rigna.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 66px;
}
#service-left.btn02 a:hover {
	background-image: url(/images/banner_rigna.jpg);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 66px;
	width: 66px;
}
#service-left.btn03 a {
	background-image: url(/thumb_takanawa.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn03 a:hover {
	background-image: url(/thumb_takanawa.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}
#service-left.btn04 a {
	background-image: url(/images/thumb_master.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn04 a:hover {
	background-image: url(/images/thumb_master.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}
#service-left.btn05 a {
	background-image: url(/images/thumb_ozawa.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn05 a:hover {
	background-image: url(/images/thumb_ozawa.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}
#service-left.btn06 a {
	background-image: url(/images/thumb_staff.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn06 a:hover {
	background-image: url(/images/thumb_staff.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}
#service-left.btn07 a {
	background-image: url(/images/banner_gharan.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn07 a:hover {
	background-image: url(/images/banner_gharan.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}
#service-left.btn08 a {
	background-image: url(/images/banner_siromuk.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 65px;
}
#service-left.btn08 a:hover {
	background-image: url(/images/banner_siromuk.jpg);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	height: 65px;
	width: 65px;
}


#service-right {
	float:left;
	font-size: 12px;
	line-height: 120%;
	width: 200px;
	padding-bottom: 10px;
	}

/* Links */

#links {
	float: right;
	padding-left: 48px;
	background: url(../images/img05.gif) repeat-y;
	width: 308px;
	}
	
#links h2 {
	margin: 10px 0 15px 0;

	}
    
#links a {
	color:#555;
	font-size: 12px;
	}

#links a:hover {
	text-decoration:underline;
	}
	



/* Brand Logo */

#brand {
	height: 85px;
	background: url(../images/brand_bg.gif) repeat-x;
	width: 940px;
	margin-top: 50px;
	}

#brand ul {
	list-style: none;
	width: 760px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	}

#brand li {
	float: left;

	}
#brand li.banner1 a {
	background-image: url(/images/top_lo_amadana.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 122px;
}
#brand li.banner1 a:hover {
	background-image: url(/images/top_lo_amadana.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 122px;
}


#brand li.banner2 a {
	background-image: url(/images/logo_masterwal.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 90px;
}
#brand li.banner2 a:hover {
	background-image: url(/images/logo_masterwal.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 90px;
}



#brand li.banner3 a {
	background-image: url(/images/top_lo_kartell.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 95px;
}
#brand li.banner3 a:hover {
	background-image: url(/images/top_lo_kartell.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 95px;
}



#brand li.banner4 a {
	background-image: url(/images/logo_rigna.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 85px;
}
#brand li.banner4 a:hover {
	background-image: url(/images/logo_rigna.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 85px;
}



#brand li.banner5 a {
	background-image: url(/images/logo_louispoulsen.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 90px;
}
#brand li.banner5 a:hover {
	background-image: url(/images/logo_louispoulsen.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 90px;
}



#brand li.banner6 a {
	background-image: url(/images/top_lo_himina.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 100px;
}
#brand li.banner6 a:hover {
	background-image: url(/images/top_lo_himina.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 100px;
}



#brand li.banner7 a {
	background-image: url(/images/top_lo_yothaka.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 99px;
}
#brand li.banner7 a:hover {
	background-image: url(/images/top_lo_yothaka.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 99px;
}



#brand li.banner8 a {
	background-image: url(/images/logo_flos.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 70px;
}
#brand li.banner8 a:hover {
	background-image: url(/images/logo_flos.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	height: 55px;
	width: 70px;
}



#cont2 {
	margin:25px 0 30px 0;
	}
	
#cont2 h4 {
	margin:0 0 5px 0;
	font-weight:bold;
	}
	
#cont3 h3 {
	margin:20px 0 10px 0;
	font-weight:bold;
	font-size:1.2em;
	color:#FF6600
	}
	
#cont3 p{
	margin-top:5px;
	}
	
#cont3 a{
	margin-top:5px;
	}

#cont3 h4 {
	margin:5px 0 5px 0;
	font-weight:bold;
	}
	
#cont3 hr{
	margin-top:20px;
	}
	
#cont-left {
	float: left;
	width: 450px;
	}

#cont-right {
	float: right;
	width: 450px;

	}
	
#servises_contents2 {
	margin:15px 0 0 0;
	}

#servises_contents2 img {
	float:left;
	margin:0 15px 0 0;
	vertical-align:top;
	}
	
#servises_contents2 a {
	margin:0 0 5px 0;
	font-weight:bold;
	}
	

#sitemap h3 {
	padding:5px;
	border-top: 2px solid #ccc;
	}

#sitemap li {
	margin:10px 0 0 15px;
	list-style: none;
	}
	
	
/* Footer */

#footer {
	margin: 20px 0 0 0;
	padding:10px 0;
	height: 50px;
	background-color: #292A2A;
	}

#footer_inside {
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #292A2A;
	}
	
#left_footer li {
	display:inline;
	padding:0 20px 0 0;

	}
	

#left_footer {
	float:left;
	margin:0;
	padding:0 0 0 0;
	color:#FFFFFF;
	font-size:12px;
	height: 20px;
	}
	
#left_footer a {
	color:#FFFFFF;
	}
	
#right_footer {
	float:right;
	margin:0;
	padding:2;
	color:#FFFFFF;
	font-size:12px;
	height: 20px;
	}
	
#right_footer a {
	color:#FFFFFF;
	}




/*Float End*/

.FloatEnd {
	clear: both;
}

