@charset "UTF-8";

/* Common
-------------------------------*/
* {
	padding: 0;
	margin: 0;
}

img { 
	vertical-align: bottom;
	border: 0;
}

ul,p {
	margin-bottom: 10px;
}

li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 3px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}  

body {
	font-size: 62.5%;
	line-height: 1.5;
	font-family: meiryo, hirakakupro-w3, Verdana, arial, "ms pgothic", sans-serif;
	background: #EBEBEB;
	color: #666;
}

a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fRight {
	float: right;
	margin: 0 0 15px 15px;
}

.pdf {
	background: url(../images/icon_pdf.gif) right center no-repeat;
	padding-right: 47px;
}

.reader {
	display:block;
	height:1px;
	width:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
}

.box {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}

.blue {
	color: #3084AC;
}

.orange {
	color: #FF6600;
}

.red {
	color: #F00;
}

.small {
font-size: x-small;
}

/* wrapper
-------------------------------*/
div#wrapper {
	text-align: center;
	background: #FFF url(../images/main_bg.jpg) left top repeat-x;
}

/* container
-------------------------------*/
div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* header
-------------------------------*/
div#header {
	margin: 0;
	padding: 0;
	position: relative;
	height: 119px;
}

div#header #menu {
	clear:both;
	height:61px;
	width: 900px;
	background:url(../images/menu_bg.jpg) left top no-repeat;
}

div#header #menu ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	height: 61px;
	display: inline;
}

div#header div#menu ul li a {
	display: block;
	height: 61px;
	visibility: visible;
}

div#header div#menu ul li.menu_01 a {	width: 68px;}
div#header div#menu ul li.menu_02 a {	width: 80px;}
div#header div#menu ul li.menu_03 a {	width: 123px;}
div#header div#menu ul li.menu_04 a {	width: 80px;}
div#header div#menu ul li.menu_05 a {	width: 80px;}
div#header div#menu ul li.menu_06 a {	width: 93px;}
div#header div#menu ul li.menu_07 a {	width: 99px;}
div#header div#menu ul li.menu_08 a {	width: 114px;}
div#header div#menu ul li.menu_09 a {	width: 72px;}
div#header div#menu ul li.menu_10 a {	width: 91px;}

div#header div#menu ul li a img {
	visibility: visible;
}

div#header div#menu ul li a:hover {
	visibility: visible;
}

div#header div#menu ul li a:hover img {
	visibility: hidden;
}

/* content
-------------------------------*/
div#content {
	width: 900px;
	margin: 0;
	clear: both;
	background: #FFF url(../images/content_bg.jpg) left top repeat-x;
}

/* sidebar
-------------------------------*/
div#sidebar {
	width: 270px;
	margin: 0 0 30px 25px;
	float: left;
}

div#sidebar h3 {
	margin-bottom: 15px;
}

div#sidebar h4 {
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 1.6em;
}

div#sidebar .box {
	padding-left: 15px;
	padding-right: 15px;
}

.sidegreen {
	background: #D3E991 url(../images/sidebar_green_bottom.jpg) left bottom no-repeat;
}

.sidepink {
	background: #FFD3BD url(../images/sidebar_pink_bottom.jpg) left bottom no-repeat;
}

/* main
-------------------------------*/
div#indexMain {
	width: 900px;
	margin: 0;
	padding: 0;
}

div#contentMain {
	width: 800px;
	margin: 0 0 30px 50px;
	padding: 0;
}

div#main {
	margin: 0;
	padding: 20px 32px;
}

div#main p,
div#main ul,
div#main ol,
div#sidebar p,
div#sidebar ul,
div#sidebar ol,
div#contentMain p,
div#contentMain ul,
div#contentMain ol {
	font-size: 1.4em;
}

/* footer
-------------------------------*/
div#footer {
	clear: both;
	padding: 20px;
	background: #EBEBEB;
	color: #333;
}

div#footerinner {
	width: 900px;
	margin: 0 auto;
	clear: both;
	font-size: 1.2em;
}

p#footermenu {
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
	text-align: center;
}

p#footermenu a {
	color: #333;
	text-decoration: none;
}

p#footermenu a:hover {
	color: #333;
	text-decoration: underline;
}

div#footerinner address {
	font-style: normal;
}

#pagetop {
	clear: both;
	text-align: right;
	padding: 0;
	margin: 0 30px 0 0;
}

#pagetop a {
	margin: 0;
	padding: 0;
}

/*Index
-------------------------------*/
div#mainvisual {
	height: 190px;
	margin-bottom: 20px;
}

#blog {
	background: url(../../images/blog_bg.jpg) left 51px repeat-x;
	width: 371px;
	height:1%;
	float: left;
	margin: 0;
	padding: 0;
}

#indexRight {
	width: 500px;
	float: left;
	margin: 0 0 10px 28px;
}

/*
-------------------------------*/
#footer_btn {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #938662;
	border-bottom: 1px solid #938662;
	clear: both;
}

.pageTitle {
	padding: 0;
	margin-bottom: 20px;
}

h3.contentTitle {
	border-left: 7px #0052F7 solid;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #333;
}

h4.contentTitle {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #006666;
}

.pagetop {
	clear: both;
	text-align: right;
}

* html body dl.list dd div{
	display:inline-block;
}

dl.list {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
}

dl.list dt {
	float:left;
	width:6em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	padding-left:40px;
	background:url(../../images/blog_arrow.gif) 10px 1em no-repeat;
}

dl.list dd {
	margin-left:10em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

table.list {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	text-align: center;
}

table.list td {
	padding: 5px;
	font-size: 1.4em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* Case
-------------------------------*/
.caseBox {
	margin-left: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 820px;
}

.caseContent {
	background: #30CBF3 url(../../case/images/contents_bg.jpg) left top repeat-x;
	color: #FFF;
	padding: 10px 30px;
}

.caseComment {
	background: #FFF;
	color: #666;
}

.caseComment h4 {
	font-size: 1.4em;
}

.caseComment h4,
.caseComment p {
	margin-left: 10px;
	margin-right: 10px;
}

.industry_box {
	width: 272px;
	float: left;
	margin-bottom: 10px;
}

.industry_box_inner {
	padding: 10px 12px 0 11px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

.industry_box_inner p {
	height: 160px;
}

#qa h4 {
	color: #006699;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.faqBox h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.faqBox {
	background: #EDF4FB;
	padding: 15px;
	margin-bottom: 15px;
}

.faqBox a {
	color: #FF6600;
}

.answer {
	color: #669900;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
}

.corporateBox {
	width: 805px;
	margin-left: 15px;
	background: #EAEFEF;
}

.corporateInner {
	padding: 10px;
}

.corporateBox h4 {
	background:url(../../coporate/images/title_bg.jpg) no-repeat left top;
	line-height: 27px;
	font-size: 1.4em;
	padding: 0 8px;
	margin-bottom: 10px;
}

.corporateBox p {
	padding: 0 20px;
	line-height: 250%;
}

.corporateBox p img {
	vertical-align: middle;
}

.linkBox {
	width: 805px;
	margin-left: 15px;
	background: #EFF5E5;
}

.linkInner {
	padding: 10px;
}

.linkBox h4 {
	background:url(../../link/images/title_bg.jpg) no-repeat left top;
	line-height: 27px;
	font-size: 1.4em;
	padding: 0 8px;
	margin-bottom: 10px;
	color: #006699;
}

.linkBox p {
	padding: 0 20px;
	line-height: 250%;
}

.linkBox p img {
	vertical-align: middle;
}

.blueLine {
	background: url(../../sitemap/images/blue_bg.jpg) no-repeat left top;
	padding-left: 15px;
}

.sitemapBox {
	width: 805px;
	margin-left: 15px;
	background: #EAEFEF;
}

.sitemapBox p {
	padding: 0 20px;
	line-height: 250%;
}

.sitemapInner {
	padding: 10px;
	background: #FFF;
}

.sitemapInnerBox {
	width: 388px;
	height: 450px;
	float: left;
	margin-left: 10px;
	background: #FFF url(../../sitemap/images/sitemap_inner_footer.jpg) left bottom no-repeat;
}

/**/

div#header div#menu ul.dropdown                         { position: relative; }
div#header div#menu ul.dropdown li a                    { display: block;}
div#header div#menu ul.dropdown li.hover,
div#header div#menu ul.dropdown li:hover                { position: relative; }

div#header div#menu ul.dropdown ul 						{ width: 160px; visibility: hidden; position: absolute; top: 100%; left: 0; display: none; }
div#header div#menu ul.dropdown ul li 					{ width: 160px; height:44px; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
div#header div#menu ul.dropdown ul li a					{ width: 160px; height:44px; display: inline-block; } 

ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#document_sub {
	background: url(../images/menu_documents_sub_bg.jpg) left top no-repeat;
}
#download_sub {
	background: url(../images/menu_download_sub_bg.jpg) left top no-repeat;
}

.inquiryTable {
	width: 100%;
}

.inquiryTable td {
	font-size: 1.4em;
	padding: 10px;
	border-top: 1px dotted #508DE6;
}
