@CHARSET "UTF-8";

/* tags common */
/**********************************************************************************/

body,form,h1,h2,h3,h4,h5,ul,li {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size: 13px;
}
a {
	color: #006;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #009;
}
a img {
	border: 0;
}
p {
	margin: 0;
	padding: 10px 0;
}

/* classes common */
/**********************************************************************************/

.block {
	clear: both;
	display: block;
	background-color: #FFE6E6;
}
.clearfix {
	_height: 100%;
}
.clearfix:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}
.hidden-text {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.input-text {
	border: 1px solid #ccc;
	background-image: url(./images/input-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px !important;
}
.input-text-large {
	border: 1px solid #ccc;
	background-image: url(./images/input-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px !important;
	line-height: 140%;
}	
.clear {
	clear: both;
}
.require {
	color: #f00;
}
.description {
	font-size: 90%;
	color: #333;
	margin: 0;
	padding: 3px 0;
}
.save-message {
	font-size: 80%;
	color: #333;
	padding: 0 5px;
}
.error-message {
	font-weight: bold;
	color: #f00;
}
.gray-text {
	color: #bbb;
}
.small {
	font-size: 90%;
}
.appstore {
	display: block;
	text-indent: -9999px;
	width: 111px;
	height: 39px;
	background: transparent url(./images/marketing_badge.png) 0 0 no-repeat;
}


/* table */
/**********************************************************************************/

.table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
.table .head, 
.table .data {
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.table .head {
	font-weight: normal;
	text-align: right;
	width: 140px;
	border-right: 1px solid #ccc;
}
.table .bottom-item .head,
.table .bottom-item .data {
	border-bottom: 0;
}


/* table-horizontal */
/**********************************************************************************/

.table-horizontal {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.table-horizontal .head,
.table-horizontal .data {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}	
.table-horizontal .head {
	border-bottom: 2px solid #999;
	font-size: 100%;
}
.table-horizontal .data {
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}



/* pager */
/**********************************************************************************/

.pager, .pager li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pager {
	padding: 5px 0;
}
.pager li {
	padding: 2px 5px 2px 0;
	display: inline;
}


/* button */
/**********************************************************************************/
.buttons {
	padding: 10px;
}
.btn {
	display: block;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	background: #fff 0 0 no-repeat;
	margin-right: 10px;
}
.buttons .btn {
	float: right;
}
.btn:hover {
	background-position: 0 -30px;
}
.btn-confirm {
	background-image: url(./images/btn_confirm.gif);
}
.btn-back {
	background-image: url(./images/btn_back.gif);
}
.btn-send {
	background-image: url(./images/btn_send.gif);
}


/* main layout */
/**********************************************************************************/

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
	background: transparent url(./images/header_bg.gif) repeat-x 0 0;
	height: 160px;
}
#header-inner {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(./images/header.gif) no-repeat 0 0;
	height: 160px;
}
#header-inner h1 {
	display: none;
}

#header-menu {
	display: block;
	margin: 0;
	padding-top: 95px;
	padding-left: 380px;
	width: 630px;
	height: 33px;
}
#header-menu .item {
	list-style: none;
	width: 122px;
	height: 33px;
	float: left;
}
#header-menu .item a {
	display: block;
	width: 122px;
	height: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header-menu .item a:hover,
#header-menu .active a {
	background-position: 0 -35px;
}
#header-menu .menu-home a {
	background-image: url(./images/menu_home.gif);
}
#header-menu .menu-about a {
	background-image: url(./images/menu_about.gif);
}
#header-menu .menu-business a {
	background-image: url(./images/menu_business.gif);
}
#header-menu .menu-dev-result a {
	background-image: url(./images/menu_dev_result.gif);
}
#header-menu .menu-contact a {
	background-image: url(./images/menu_contact.gif);
}
#header-menu .menu-m-news a {
	background-image: url(./images/menu_m_news.gif);
}
#header-menu .menu-m-mail a {
	background-image: url(./images/menu_m_mail.gif);
}
#header-menu .menu-m-translate a {
	background-image: url(./images/menu_m_translate.gif);
}

#content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#content .column-left {
	width: 200px;
	float: left;
}
#content .column-right {
	margin-left: 210px;
}

#content .menu li {
	list-style: none;
	background: transparent url(./images/menu_mark.png) left center no-repeat;
	padding-left: 15px;
	line-height: 25px;
}
#content .menu .active {
	background-image: url(./images/menu_mark_active.png);
}
#content .menu li a {
	font-size: 110%;
}
#content .menu .active a {
	font-weight: bold;
}

#footer {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background: transparent url(./images/footer_bg.gif) repeat-x 0 0;
	text-align: center;
}
#footer address {
	font-style: normal;
	font-size: 80%;
}

.page-header {
	height: 50px;
	line-height: 50px;
	text-indent: -9999px;
	background: transparent 0 0 no-repeat;
	margin-bottom: 20px;
}



#home h2 {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #006;
	border-bottom: 1px solid #ccc;
}
#home .left-column {
	width: 450px;
	float: left;
}
#home .right-column {
	margin-left: 470px;
}
#home .section {
	margin-bottom: 30px;
}

#home .news-list .item {
	list-style: none;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 3px;
	background: transparent url(./images/dot_line_light.gif) left bottom repeat-x;
}
#home .news-list .item .date {
	display: block;
	width: 80px;
	float: left;
	line-height: 21px;
	color: #333;
	background-position: 1px bottom;
	background-repeat: no-repeat;
	height: 36px;
}
#home .news-list .info .date {
	background-image: url(./images/news_category_info.gif);
}
#home .news-list .media .date {
	background-image: url(./images/news_category_media.gif);
}
#home .news-list .release .date {
	background-image: url(./images/news_category_release.gif);
}
#home .news-list .maintenance .date {
	background-image: url(./images/news_category_maintenance.gif);
}
#home .news-list .item .title {
	margin: 0;
	margin-left: 90px;
	padding: 0;
	line-height: 21px;
	font-size: 100%;
}
#home .news-list .item .title a {
	text-decoration: none;
}
#home .news-list .item .title a:hover {
	text-decoration: underline;
}
#home .empty {
	color: #555;
}

#home #products .product-list .item {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#home #products #charaben {
	background: transparent url(./images/charaben.jpg) left top no-repeat;
	padding-left: 120px;
}
#home #products #tabereco {
	background: transparent url(./images/tabereco.jpg) left top no-repeat;
	padding-left: 120px;
}
#home #products #ochazukecho {
        background: transparent url(./images/ochazukecho.jpg) left top no-repeat;
        padding-left: 120px;
}
#home #corporate .name {
        padding-bottom: 10px;
        font-size: 110%;
        color: #006;
}
#home #corporate th {
        font-weight: normal;
        text-align: right;
}

#about {
}
#about .page-header {
	background-image: url(./images/page_header_about.gif);
}
#about #corporate-information {
	margin-bottom: 50px;
}
#about #corporate-information .table {
	width: 80%;
	margin: 0 auto;
}
#about #corporate-information .table .head {
	width: 170px;
}
#about #staffs h3 {
	height: 50px;
	line-height: 50px;
	text-indent: -9999px;
	background: transparent url(./images/page_header_staff.gif) 0 0 no-repeat;
	margin-bottom: 20px;
}
#about #staffs .staff h4 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 10px;
	color: #006;
}
#about #staffs .staff {
	float: left;
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
}
#about #staffs .staff p {
	line-height: 160%;
}

#business {
}
#business .page-header {
	background-image: url(./images/page_header_business.gif);
}
#business h3 {
	font-weight: bold;
	font-size: 130%;
	color: #006;
}
#business #message {
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 50px;
	color: #006;
	text-decoration: underline;
}
#business .section {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 90%;
}

#contact {
}
#contact .page-header {
	background-image: url(./images/page_header_contact.gif);
}
#contact .body {
	width: 80%;
	margin: 0 auto;
}
#contact .table .head {
	width: 160px;
}


#news-entry .title {
	color: #006;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
}
#news-entry .date {
	padding: 0;
	margin: 0;
	font-size: 90%;
	line-height: 140%;
	color: #555;
}
