@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Base Style";
 :created "2006-04-09";
 :release [:revision "1.12"; :created "2008-03-07"];
 :author [:name "wu"; :homepage <http://3ping.org/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/publicdomain/deed.ja>;
 :description "";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Universal selector. 
		1-3.Structure Module. 
		1-4.Text Module. 
		1-5.Hypertext Module. 
		1-6.List Module. 
		1-7.Edit Module. 
		1-8.Forms Module. 
		1-9.Tables Module. 
		1-10.Image Module. 
		1-11.Object Module
		";
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "";
	:revisiton "2.5.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.txt>;
	:note "
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
			"
	] .
*/

/**/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*======================================

	1-2.Universal selector

=======================================*/

* {
}

/*======================================

	1-3.Structure Module

=======================================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 0.5em 20px;
	font-size: 100%;
}

p {
	margin: 0;
}

h1,
h2,
h3 {
	clear: both;
}

h1 {
	background:transparent url(../images/base/home/h1.gif) no-repeat scroll left center;
	margin-bottom:10px;
	color:#007ACD;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
}

h2 {
	clear:both;
	border-bottom:1px solid #E8E8E8;
	font-weight:bold;
	font-size:14px;
	color:#007ACD;
	margin-bottom:8px;
}

h3 {
	background:transparent url(../images/base/home/icon_circle.gif) no-repeat scroll left center;
	clear:both;
	font-weight:bold;
	padding:1px 0 0 18px;
	font-size:12px;
	color:#666666;
	margin-bottom: 10px;
}

h4 {
	background:transparent url(../images/base/home/icon_circle.gif) no-repeat scroll 0 12px;
	clear:both;
	font-weight:bold;
	padding: 11px 0 10px 18px;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: monospace;
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #007ACD;
}

a:visited {
	color: #007ACD;
}

a:hover {
	color: #007ACD;
}

a:active {
	color: #007ACD;
}

/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
	list-style: none;
}

li,
dt,
dd {
}

dt {
	margin-top: 0.6em;
}
ul li {
	background:transparent url(../images/base/home/li_btn.gif) no-repeat scroll 0 8px;
	padding-left: 16px;
}
ul li ul li {
	padding-left: 16px;
	background:transparent url(../images/base/home/icon_5.gif) no-repeat scroll left 5px;
}

dd {
	margin-bottom: 0.6em;
	color: #666;
}

/*======================================

	1-7.Edit Module

=======================================*/

del {
	color: #999;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*======================================

	1-8.Forms Module

=======================================*/

form {
	margin: 0;
	padding: 0; 
}

form dl,
form p {
	margin: 0;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #fc0;
}

input:focus,
textarea:focus {
	border: 1px solid #69c;
}

#contents .submit {
	border: 1px solid #999;
	padding: 1px 2px;
}

#contents input:hover.submit {
	background-color: #eee;
	color: #333;
	border: 1px solid #fc0;
}

textarea {
}

/*======================================

	1-9.Tables Module

=======================================*/

table {
	border:0 none;
	border-collapse:collapse;
}

th,
td {
	vertical-align: top;
}

th {
}

td {
}


/*======================================

	1-10.Image Module

=======================================*/

img {

}

a img {
	border: none;
}

a:hover img {
	border: none;
}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	margin: 1em 20px;
}

/*======================================

	2-1. for edit class

=======================================*/
.photo_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

.photo_right {
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}

.photo_display {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

.clear {
	clear: both;
}
#top_new {
	background:transparent url(../images/base/home/top_new_bg.gif) no-repeat scroll 0 0;
	height:34px;
	margin-bottom:18px;
	padding-left:100px;
	padding-top:6px;
	position:relative;
}
.Apple-style-span a {
	color:#007ACD;
}
#top_new strong {
	font-weight:bold;
	margin-right:5px;
}
#top_new img {
	bottom:11px;
	position:absolute;
	right:12px;
}

.main_cen_learn {
	margin-right:31px;
	text-align:right;
	clear:both;
}

.main_wbe_integration {
	font-size:12px;
}
.main_system_integration {
	font-size:12px;
}
#main_services {
	background:transparent url(../images/base/home/services.gif) no-repeat scroll 0 0;
	height:29px;
	width:623px;
	clear:both;
	margin-top:32px;
	position:relative;
}
#main_services img {
	bottom:8px;
	position:absolute;
	right:12px;
}
#main_services_body {
	border-left:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	font-size:11px;
	width:621px;
	color:#999999;
	padding-top:20px;
}
#main_services_bottom {
	background:transparent url(../images/base/home/services_bottom.gif) no-repeat scroll 0 0;
	height:9px;
	width:623px;
}
.main_news_img {
	margin:28px 0 6px 0;
}
.main_news {
	background:transparent url(../images/base/home/icon_share.gif) no-repeat scroll 0 6px;
	border-bottom:1px dotted #CCCCCC;
	height:30px;
	padding-left:15px;
	margin-bottom:10px;
}
.main_services_products {
	border:0 none;
	border-collapse:collapse; 
	border-spacing:0;
	margin:0 24px 0 23px;
	width:574px;
}
.main_services_products td {
	color:#999999;
	font-size:9px;
	text-align:center;
	vertical-align:middle;
	padding-bottom:3px;
}
.main_services_products .td_l {
	width:140px;
}
.main_services_products .td_r {
	width:156px;
}
.main_services_products .products_p {
	padding: 0 69px 0 53px;
}
.main_services_products .products_title {
	padding-bottom:16px;
}
.basic_table {
	border:0 none;
	border-collapse:collapse; 
	border-spacing:0;
	margin-bottom:30px;
}
.basic_table td {
	padding:5px 10px;
}
.icon_description {
	height:26px;
	line-height:26px;
	margin-bottom:9px;
}
.icon_description img {
	margin-right:5px;
	vertical-align:middle;
}
.icon_description span {
	color:#333333;
	font-size:12px;
	height:26px;
	line-height:26px;
	margin-right:10px;
}
p.press_p {
	margin-bottom: 2em;
}
.web_site td{
	color:#333333;
	font-size:12px;
	padding-bottom: 30px;
}
.web_site td div{
	padding-top: 10px;
}
.web_site img {
	margin-left: 10px;
}
.web_site td a {
	font-size:12px;
	font-weight:bold;
}
.target_left {
	float:left;
	width:332px;
	margin-right: 17px;
}
.target_right {
	float:right;
}
.target_right_color_t {
	background:transparent url(../images/target_top.gif) no-repeat scroll left bottom;
	height:9px;
	width:277px;
}
.target_right_color_c {
	background:transparent url(../images/target_con.gif) repeat-y scroll 0 0;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	padding: 0 0 7px 25px;
	margin: 0;
}
.target_right_color_c p {
	font-size:12px;
	color:#333333;
	font-weight:normal;
	padding-left:1px;
}
.target_right_color_b {
	background:transparent url(../images/target_bottom.gif) no-repeat scroll 0 0;
	height:9px;
	width:277px;
}

/*======================================

	easy4apps

=======================================*/
#top_merit {
	color:#762332;
	width:100%;
}
#apps_start_div_1 {
	width: 183px;
	float: left;
}

#apps_start_div_2 {
	width: 193px;
	float: left;
}

#apps_start_div_3 {
	width: 184px;
	float: left;
}
#apps_start_td_1, #apps_start_td_2, #apps_start_td_3 {
	height: 36px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 17px;
}

#apps_start_td_1 {
	background: url(../images/google_apps/start_back_1.jpg) no-repeat;
}

#apps_start_td_2 {
	background: url(../images/google_apps/start_back_2.jpg) no-repeat;
}

#apps_start_td_3 {
	background: url(../images/google_apps/start_back_3.jpg) no-repeat;
}
#apps_start_td_4, #apps_start_td_5, #apps_start_td_6 {
	height: 113px;
	color: #004487;
	font-weight: bold;
	line-height: 140%;
	padding-left: 6px;
	padding-top: 4px;
}
#apps_start_td_6 {
	font-size: 11px;
}
#apps_start_td_4 {
	background: url(../images/google_apps/start_back_4.jpg) no-repeat;
}

#apps_start_td_5 {
	background: url(../images/google_apps/start_back_5.jpg) no-repeat;
	padding-left: 14px;
}

#apps_start_td_6 {
	background: url(../images/google_apps/start_back_6.jpg) no-repeat;
	padding-left: 14px;
}
.apps_point {

	float: left;
	width: 177px;
	margin-right: 1em;
}
.point_head {
	height: 34px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 17px;
	background: url(../images/google_apps/point_table_head.jpg) no-repeat;
}
.point_body {
	background: url(../images/google_apps/point_table_body.jpg) no-repeat;
	height: 113px;
	padding: 4px 6px;
	color: #004487;
	font-weight: bold;
	line-height: 140%;
	font-size:12px;
}

.table_1 {
	border: 3px solid #D3CCB4;
	width: 100%;
}

.table_1 th {
	font-size: 19px;
	text-align: center;
	background-color: #EDEAE0;
	border: 1px solid #D3CCB4;
	color: #762332;
	font-weight: bold;
	vertical-align: middle;
	line-height: 300%;
}

.table_1 td {
	vertical-align: middle;
	border: 1px solid #D3CCB4;
	color: #762332;
	padding: 4px 1em;
}

.table_1_price {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

.table_1_price_2 {
	text-align: center;
}

.table_1_head_1 {
	text-align: center;
	background-color: #EDEAE0;
}
.apps_topic {
	line-height: 49px;
	font-size: 16px;
	font-weight: bold;
	color: #762332;
	padding-left: 32px;
	background: url(../images/google_apps/google_apps_img.gif) no-repeat;
	margin-bottom: 13px;
}
img.photo_panel_right {
	float:right;
	margin-left:30px;
}
.application_con {
	clear:both;
	margin:0;
	font-size: 12px;
	color:#762332;
	width:559px;
	background: url(../images/google_apps/explanation_con.gif) repeat-y;
}
.application_con_left {
	width:244px;
	padding:5px 0 5px 22px;
}
.application_con_right {
	padding:5px 10px 5px 20px;
}

.application_con_top {
	background: url(../images/google_apps/explanation_top.gif) no-repeat;
	width: 559px;
	height: 8px;
	line-height:8px;
}
.application_con_app {
	padding:5px 0 5px 22px;
}
.application_con_bottom {
	background: url(../images/google_apps/explanation_bottom.gif) no-repeat;
	width: 559px;
	height: 8px;
	line-height:8px;
}
#user_item_2 {
	background:transparent url(../images/google_apps/use_img_2.jpg) no-repeat scroll left 20px;
	height:210px;
}
#start_item_2_txt {
	margin-top:2px;
	padding-right:220px;
}
.contantc {
	text-align:center;
	width:100%;
}

img.photo_panel_img {
	float:right;
	margin-left:47px;
}

#apps_blockquote {
	background-color:#FFFFCC;
	padding:1em;
}
.apps_pack{
	border: 3px solid #EDEAE0;
	text-align: center;
	border-collapse: separate;

}
.apps_pack_top{
	border-bottom: 3px solid #EDEAE0;
}
.apps_pack_left{
	border-right: 3px solid #EDEAE0;
	font-size:12px;
	color:#762332;
	font-weight:bold;
	background-color:#EDEAE0;
}
.apps_pack_right{
	font-size:12px;
	color:#762332;
	vertical-align: middle;
}
.apps_pack_txt{
	font-size:12px;
	color:#762332;
	font-weight:bold;
	border-bottom: 1px solid #D3CCB4;
	padding-bottom:5px;
}
.apps_pack_right_txt{
	font-size:12px;
	color:#762332;
	padding-left:15px;
}
.apps_pack_right_txt p {
	padding-bottom:10px;
}
.apps_pack_bottom{
	border-top: 1px dotted #D3CCB4;
	font-size:12px;
	color:#762332;
	font-weight:bold;
	background-color:#EDEAE0;
}
.apps_pack_bottom_txt{
	border-top: 1px dotted #D3CCB4;
	vertical-align:middle;
	font-size:12px;
	color:#762332;
}
.easy_panel_table{
	border: 3px solid #D3CCB4;
	font-size:12px;
	color:#762332;
	width:100%;
	text-align: center;
	border-collapse:separate;
}
.easy_panel_table th{
	font-size:15px;
	color:#762332;
	font-weight:bold;
	line-height:280%;
	background-color:#EDEAE0;
	border-right: 1px solid #D3CCB4;
	vertical-align:middle;
}
.easy_panel_table td{
	padding-top:1px;
	vertical-align:middle;
}
.easy_panel_table_td {
	border-right:1px dotted #D3CCB4;
}
.easy_panel_table_line{
	border-bottom: 1px dotted #D3CCB4;
}


/*======================================

	contacts

=======================================*/

.table_2 input {
	float: left;
}

table.table_2 {
	width: 100%;
}

.table_2 th, .table_2 td {
	border: 2px white solid;
	vertical-align: middle;
}

.table_2 th {
	background-color: #E8EFF7;
	padding: 11px 9px;
	font-weight: normal;
}

.table_2 td {
	background-color: #F2F7FB;
	padding: 0 4px;
}

.table_2 input {
	height: 26px;
}

.contact_p {
	background-color: #F2F7FB;
	padding: 10px 8px;
}

.contact textarea {
	margin: 4px 2px;
	background-color: white;
}

#contact_submit {
	margin: 0 auto;
	width: 291px;
	text-align: center;
	background: url(../images/base/contact/input_form.jpg) no-repeat;
	padding: 18px 0;
	height: 103px;
}

#contact_submit .jsvalidation {
	width: 100%;
}

form .jsvalidation {
	color: red;
	float: right;
	margin-right: 2em;
}

.submenu-border {
	border-top: 1px solid #e8e8e8;
	margin: 5px 0pt
}

.solutions_application {
	margin-bottom: 5px;
}

.explanatory_table {
	margin-top: 10px;
}

.explanatory_table p {
	color:#666666;
	font-size:11px;
	#font-size:9px;
	margin: 5px 8px 0 0;
	text-align:right;
}

.solutions_photo_right {
	float:right;
	margin:0 0 8px 10px;
}

.solutions_photo_right_bottom {
	float:right;
	margin:0 0 14px 10px;
}

.solutions_photo_left {
	float:left;
	width:467px;
	font-size:12px;
}

.web_page_tit {
	margin:12px 0 22px 0;
}

#web_inquiry_img {
	background: url(../images/web_inquiry_img.jpg) no-repeat;
	height:110px;
	position:relative;
	margin:35px 0 0 55px;
	width:517px;
}

#web_inquiry_btn {
	top:30px;
	position:absolute;
	right:17px;
}

/*======================================

	yubizo

=======================================*/

.yubi_report_tp {
	width:220px;
	float:left;
}

.yubi_report_tp_r {
	width:408px;
	float:right;
	color:#666;
	font-size:12px;
}

.yubi_report_tp2 {
	width:393px;
	float:left;
	color:#666;
	font-size:12px;
}

.yubi_report_tp2_r {
	width:235px;
	float:right;
}

.yubi_report_tp3 {
	width:326px;
	float:left;
}

.yubi_report_tp3_r {
	width:302px;
	float:right;
}

.yubi_report_tp4 {
	width:309px;
	float:left;
}

.yubi_report_tp4_r {
	width:319px;
	float:right;
	color:#666;
	font-size:12px;
}

.writing_size {
	font-size:12px;
	color:#666;
}

.function p {
	font-weight:bold;
	font-size: 16px;
	color:#000;
	margin-bottom: 10px;
}

.function ul li {
	font-size: 14px;
	color:#333;
	padding: 0;
	background:transparent none repeat scroll 0 0;
}

table.table_iphone {
	margin:0;
	padding:0;
	border: 1px solid #E8E8E8 !important;
	width:100%;
}

table.table_iphone th, table.table_iphone td {
	margin:0;
	padding:0;
	border: 1px solid #E8E8E8 !important;
	width:100%;
}

table.table_iphone th {
	margin:0;
	background-color:#F3F3F3;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}

table.table_iphone td {
	margin:0;
	padding:0;
}

table.table_iphone td table.table_none {
	margin:0;
	width:100%;
}

table.table_iphone td table.table_none td {
	margin:0;
	height:38px;
	width:30%;
	text-align:left;
	font-size:12px;
	color:#666666;
	vertical-align:middle;
	border-bottom: 1px solid #E8E8E8 !important;
	border-right: 1px solid #E8E8E8 !important;
	border-top:medium none !important;
	border-left:medium none !important;
}

table.table_iphone td table.table_none td img {
	margin:auto 8px auto 6px;
	vertical-align:middle;
}

table.table_iphone td table.table_none td.right {
	border-bottom: 1px solid #E8E8E8 !important;
	border-right:medium none !important;
}

table.table_iphone td table.table_none td.bottom_right {
	border-bottom: none !important;
	border-right: none !important;
}

table.table_iphone td table.table_none td.bottom {
	border-bottom: none !important;
}


table.table_none {
	border: none;
}

.table_none tr, .table_none1 tr {border: none;}
.table_none td, .table_none1 td {border: none;}
.table_none1 th {border: none;line-height:30px;}
