﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

html {
}

body {
	font-family: Helvetica, Verdana, Arial, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	color: #333333;
	background-color:#ffffff;
	width: 100%;
}

a {
	color: #555555;
	text-decoration:none;
}

a:link {
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
	padding:0;
	margin:0;
}

div.container {
	width: 100%;
}

div.contents {
	width: 760px;
	margin: 0px auto;
}

div.contents .head .menu {
	background: url("../img/header_menu_bg.jpg") no-repeat;
	height: 64px;
	width: 760px;
}
div.contents .head .menu .logo {
	width: 138px;
	float: left;
}

div.contents .head .menu .buttons {
	height: 40px;
	float: right;
	margin-top: 24px;
}

div.contents .head .menu .buttons ul {
	list-style: none;
}

div.contents .head .menu .buttons li {
	float: left;
}

div.contents .head .menu .buttons a#bt-casestudy {
	width: 150px;
	height: 40px;
	display: block;
	background: url('../img/header_menu_casestudy_off.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-casestudy:hover {
	background: url('../img/header_menu_casestudy_on.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-translation {
	width: 150px;
	height: 40px;
	display: block;
	background: url('../img/header_menu_translation_off.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-translation:hover {
	background: url('../img/header_menu_translation_on.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-mobbrand {
	width: 150px;
	height: 40px;
	display: block;
	background: url('../img/header_menu_mobbrand_off.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-mobbrand:hover {
	background: url('../img/header_menu_mobbrand_on.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-googleapps {
	width: 150px;
	height: 40px;
	display: block;
	background: url('../img/header_menu_googleapps_off.gif') no-repeat;
}

div.contents .head .menu .buttons a#bt-googleapps:hover {
	background: url('../img/header_menu_googleapps_on.gif') no-repeat;
}

div.contents .head .image {
	background: url("../img/header_image.jpg") no-repeat;
	height: 266px;
}

div.contents .head .image p.l {
	float: left;
}

div.contents .head .image p.r {
	line-height: 1.5em;
}

div.contents .banner-left {
	width: 405px;
	padding: 10px 0 10px 0;
	float: left;
}

div.contents .first-inquiry-box {
	width: 355px;
	padding: 10px 0 10px 0;
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #003E80;
}

div.contents .first-inquiry-box div {
	padding: 5px 0 5px 0;
}

div.contents .first-inquiry-box img {
	vertical-align: top;
}

div.contents .point {
	text-align: center;
}

div.contents .point ul {
}

div.contents .point li {
	float: left;
	list-style: none;
	margin-left: 9px;
}

div.contents .point li#f {
	margin-left: 0;
}

div.contents .main {
	width: 100%;
	clear: both;
}

div.contents .main .parag_a {
}

div.contents .main .parag_a .mainfunc {
	background: url("../img/func_bg.jpg") no-repeat;
	width: 760px;
	height: 544px;
}

div.contents .main .parag_a td {
	vertical-align: top;
}

div.contents .main .parag_a .parag {
	width: 50%;
}

div.contents .main .parag_a .parag .cont .icon {
	font-weight: bold;
	height: 64px;
	width: 100%;
	position: relative;
}

div.contents .main .parag_a .parag .cont .icon p.img {
	position: absolute;
	left: 30px;
}

div.contents .main .parag_a .parag .cont .icon p.title {
	top: 50%;
	left: 130px;
	position: absolute;
	margin-left: -2.5em;
	margin-top: -0.5em;
}

div.contents .main .parag_a .parag .cont .intro {
	margin-left: 30px;
	margin-right: 20px;
	line-height: 1.5em;
}

div.contents .main .parag_b {
	padding-top: 20px;
}

div.contents .main .parag_b .text {
	width: 300px;
	line-height: 2em;
	margin-left: 2em;
}

div.contents .main h2#parag1 {
	background: url("../img/p1_title.gif") no-repeat;
	text-indent: -9999em;
	height: 25px;
	margin: 0 0 10px 0;
}

div.contents .main h2#parag2 {
	background: url("../img/p2_title.gif") no-repeat;
	height: 25px;
	text-indent: -9999em;
	margin: 0 0 10px 0;
}

div.contents .main h2#parag3 {
	background: url("../img/p3_title.gif") no-repeat;
	height: 25px;
	text-indent: -9999em;
	margin: 0 0 10px 0;
}

div.contents .main .addition {
	background: url("../img/addition_bg.gif") no-repeat;
	width: 760px;
	height: 430px;
	margin-top: 10px;
}

div.contents .inquiry {
	position: relative;
	text-align: left;
}

div.contents .inquiry p {
	margin: 6em 0 0 10px;
}

div.contents .split2 p {
	float: left;
	width: 267px;
}

div.contents .logo {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

div.contents .logo p {
	float: left;
}

div.contents .logo p.l {
	text-align: left;
	text-indent: 10px;
	width: 50%;
	padding-top: 45px;
}

div.contents .logo p.r {
	text-align: right;
	width: 50%;
}

div.foot {
	clear: both;
	padding-top: 20px;
	background: url("../img/foot_base.gif") repeat-x;
	width: 100%;
}

div.foot .outermenu {
	width: 800px;
	margin: 0px auto;
}

div.foot .outermenu .outerlink {
	text-indent: 20px;
	padding-bottom: 30px;
	width: 460px;
	float: left;
}

div.foot .outermenu .copy {
	padding-bottom: 30px;
	width: 320px;
	text-align: right;
	float: left;
}

div.foot ul {
	text-align: center;
}

div.foot li {
	list-style: none;
	margin: 0.5em;
	padding: 0.5em;
	border-left: 1px solid #555555;
	float: left;
}

.small {
	font-size: 75%;
	line-height: 1em;
}

/*********************************************************************************
 Add "benefit" area at 20.10.2010
***********************************************************************************/
div.benefit-box {
	margin: 1em auto;
	width: 755px;
	padding-bottom: 1em;
}

div.benefit-top {
	clear: both;
	background: url("../img/benefit_bg_upper.jpg") no-repeat;
	height: 25px;
}

div.benefit {
	clear: both;
	background: url("../img/benefit_bg_middle.jpg") repeat-y;
}

div.benefit-bottom {
	clear: both;
	background: url("../img/benefit_bg_lower.jpg") no-repeat;
	height: 25px;
}

div.benefit .summary {
	margin: 0 auto;
}

div.benefit .summary .catch {
	float: left;
	width: 223px;
	padding-top: 0px;
	padding-left: 20px;
	margin-right: 10px;
}

div.benefit .summary .text {
	float: left;
	padding-top: 5px;
	width: 480px;
}

div.benefit .summary .copy {
	font-weight: bold;
	color: #003E80;
}

div.benefit .summary .text h2 {
	text-align: left;
	font-size: 130%;
	line-height: 150%;
	color: #003E80;
}

div.benefit .summary .text .intro {
	line-height: 150%;
}



div.benefit .detail {
	clear: both;
	text-align: center;
}

div.benefit .caution {
	clear: both;
	text-align: left;
	line-height: 150%;
	color: #dd0000;
}

div.benefit .detail .notes {
	clear: both;
	text-align: left;
	line-height: 130%;
	margin: 1em 2em 0 20px;
	color: #595757;
}

