﻿@charset "utf-8";
/*================================
	company TOP
=================================*/

body#company {
}
/*--------------------------
	main-content
--------------------------*/
body#company div#main-content {
	width: 100%;
	padding: 0;
	float: none;
	background: #ffffff;
}
body#company div#main-content div#home {
	margin: 0;
	padding: 0;
}


/*--------------------------
	section-top
--------------------------*/
body#company .section-top {
	width: 760px;
	margin: 21px auto 0;
}

/* side-column */
body#company .side-column {
	float: left;
	width: 190px;
	margin-right: 20px;
}
body#company .side-nav {
	padding-top: 5px;
	background: url(/annai/images/index_bg001.gif) no-repeat 0 0;
}
body#company .side-nav ul {
	width: 180px;
	padding: 0 5px 5px;
	background: url(/annai/images/index_bg002.gif) no-repeat 0 bottom;
}
body#company .side-nav ul li {
	margin-bottom: 1px;
}
body#company .side-nav ul li.last {
	margin-bottom: 0;
}
body#company .side-nav ul li a {
	display: block;
	zoom: 1;
}
body#company .side-banner {
	margin-top: 10px;
}
body#company .text-column {
	float: right;
	width: 550px;
}

/* two-column */
body#company div#main-content .two-column{
	clear: both;
	width: 760px;
	overflow: hidden;
}
body#company .two-column .inner {
	width: 780px;
}

/* brand-column */
body#company .brand-column {
	width: 600px;
	float: left;
}
body#company .brand-column li {
	float: left;
	margin: 8px 8px 0 0;
}
* html body#company .brand-column li.last {
	margin-right: 0;
}
body#company .brand-column li a {
	display: block;
}

/* event-column */
body#company .event-column {
	width: 150px;
	float: right;
	margin-top: 8px;
	padding: 4px;
	border: 1px solid #cccccc;
}
body#company .event-column dt {
	padding-top: 3px;
	background: url(/common/images/bg009.gif) no-repeat 0 0;
}
body#company .event-column dt span {
	display: block;
	padding: 0 6px 3px 10px;
	background: url(/common/images/bg010.gif) no-repeat 0 bottom;
}
body#company .event-column dt span a {
	padding-left: 12px;
	background: url(/common/images/ic013.gif) no-repeat 0 0.15em;
	font-weight: bold;
	color: #ffffff !important;
}
body#company .event-column dd {
	margin-top: 5px;
}
body#company .event-column dd img {
	margin-bottom: 2px;
}

/* col */
body#company .col {
	float: left;
	width: 370px;
	margin-right: 20px;
}

/* news-list */
body#company .news-list dl {
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
body#company .news-list dt {
	float: left;
	padding: 10px 10px 0 0;
}
body#company .news-list.ir-news dt {
	padding: 5px 10px 0 0;
}
body#company .news-list dd {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
body#company .news-list dd.pdf-icon a {
	padding: 4px 0 5px 23px;
	background: url(/common/images/icon_pdf.gif) no-repeat 0 0.1em;
}



/*--------------------------
	utility-nav
--------------------------*/
body#company .utility-nav {
	clear: both;
	width: 760px;
	margin: 25px auto 0;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
	background: #ffffff;
}
body#company .utility-nav ul {
	display: inline-block;
	padding-left: 1px;
	margin: 11px auto 0;
	background: url(/common/images/bg011.gif) no-repeat 0 center;
	width: auto;
}
* html body#company .utility-nav ul {
	display: inline;
}
body#company .utility-nav li {
	float: left;
	padding-right: 11px;
	margin-left: 10px;
	background: url(/common/images/bg011.gif) no-repeat right center;
}



/*--------------------------
	footer
--------------------------*/
body#company #footer {
	height: 30px;
	background: url(/common/images/under_bg.gif) no-repeat scroll 0 bottom;
}
body#company #footer p {
	padding-top: 1px;
}


/*--------------------------
	parts
--------------------------*/
.heading02 {
	margin-bottom: 0 !important;
}
.heading03 {
	margin-top: 30px;
	padding: 11px 0 22px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
}
.mt10 {
	margin-top: 10px !important;
}
.mt30 {
	margin-top: 30px !important;
}

body#company div#main-content div#home div#plugin {
	width: 540px;
	margin: 20px 0 0 20px;
}

.link-page3 {
	display: inline-block;
	margin-top: 10px;
	padding-left: 9px;
	background: url(/common/images/ic014.gif) no-repeat 0 0.5em;
	font-size: 90%;
}



/*--------------------------
	clear
--------------------------*/
body#company .section-top:after,
body#company .two-column:after,
body#company .two-column .inner:after,
body#company .news-list dl:after,
body#company .utility-nav ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
body#company .section-top,
body#company .two-column,
body#company .two-column .inner,
body#company .news-list dl,
body#company .utility-nav ul {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html body#company .section-top,
* html body#company .two-column,
* html body#company .two-column .inner,
* html body#company .news-list dl,
* html body#company .utility-nav ul {
	height:1%;
}
body#company .section-top,
body#company .two-column,
body#company .two-column .inner,
body#company .news-list dl {
	display:block;
}
/* End hide from IE-mac */