@charset "UTF-8";
@import url("base.css");
@import url("ir.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 960px;
}
div#container {
	clear: both;
	padding: 15px 0px 15px 30px;
	text-align: center;
	background-color: #FFFFFF;
}
div#contents {
	float: right;
	width: 650px!important;
	width/**/: 670px;
	text-align: left;
	padding: 10px 20px 10px 0px;
	/*border-right: solid 1px #EEEEEE;*/
	/*border: solid 1px #CCCCCC;*/
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
div#sidebar {
	float: left;
	width: 220px;
	padding: 300px 0px 30px 0px;
}

ul#banners li {
	padding: 2px 0px;
}
ul#banners li span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	border: solid 1px #CCCCCC;
}
ul#banners li span a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	padding: 3px 0px 3px 25px;
	border: solid 1px #FFFFFF;
	background-color: #EEEEEE;
	text-align: left;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
ul#banners li span a:hover {
	background-color: #E8EEF9;
}

a.link {
	/*display: block;*/
	text-align: right;
	padding: 0px 10px 0px 0px;
	background-image: url(../images/symbol_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #0068B7;
}
p.align-right {
	text-align: right;
}
p.align-center {
	text-align: center;
}
p.align-left {
	text-align: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul#navigator_sub {
	position: absolute;
	top: 12px;
	left: 450px;
	width: 500px;
	z-index: 600;
}
ul#navigator_sub li {
	float: right;
	padding: 5px;
}
ul#navigator_sub li a {
	display: block;
	padding: 0px 0px 0px 10px;
	color: #000099;
	font-size: 12px;
	background-image: url(../images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.navigator {
	top: 15px;
	left: 15px;
	position: absolute;
	width: 250px;
	height: 380px;
	background-image: url(../images/navigator_base.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navigator_base.png', sizingMethod='scale');
	z-index: 500;
}
p#telto {
	top: 30px;
	left: 275px;
	position: absolute;
	width: 650px;
	height: 50px;
	background-image: url(../images/telto.png);
	_background: none;

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/telto.png', sizingMethod='scale');
	text-indent: -5000px;
}
p#teltoen {
	top: 30px;
	left: 275px;
	position: absolute;
	width: 530px;
	height: 50px;
	background-image: url(../images/telto.en.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/telto.en.png', sizingMethod='scale');
	text-indent: -5000px;
}

ul#navigator {
	position: absolute;
	top: 125px;
	left: 30px;
	width: 220px;
	height: 250px;
	z-index: 505;
}
ol#language {
	position: absolute;
	top: 55px;
	left: 820px;
	width: 120px;
	height: 25px;
	z-index: 600;
}
ol#language li {
	float: left;
	width: 60px;
	height: 25px;
	overflow: hidden;
}
ol#language li a {
	display: block;
	width: 60px;
	height: 25px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 980px;
	height: 90px;
	position: relative;
	background-image: url(../images/header.gif);
}
div#title {
	width: 540px;
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div#title div.text_small{
	font-size:12px
}
div.navigator h1 {
	width: 220px;
	height: 90px;
	position: absolute;
	z-index: 5000;
	left: 15px;
	top: 15px;
	background-image: url(../images/logo.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}
div.navigator h1 a {
	text-indent: -5000px;
	width: 220px;
	height: 80px;
	display: block;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul#tree_top,ul#tree_bottom {
	padding: 0px 40px 0px 40px;
	background-image: url(../images/df_tree_base.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
ul#tree_bottom {
	margin: 10px 0px 10px 0px;
}
ul#tree_top li,ul#tree_bottom li {
	padding: 0px 15px 0px 10px;
	background-image: url(../images/df_tree_sepalater.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	overflow: hidden;
	float: left;
}
ul#tree_top li a,ul#tree_bottom li a {
	display: block;
	padding: 6px;
	color: #666666;
}
div#tree_bottom_wrapper {
	height: 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#footer {
	margin: 30px 5px 5px 20px;
	padding: 15px 15px 40px 10px;
	clear: both;
	border-left: solid 2px #CCCCCC;
}
div#footer_navigator {
	border-top: solid 1px #EEEEEE;
	margin: 15px 0px 0px 0px;
	clear: both;
}
div#footer_navigator ul {
	padding: 10px 0px 0px 0px;
	height: 25px;
}
div#footer_navigator ol {
	clear: both;
	height: 25px;
}
div#footer_navigator ul li,div#footer_navigator ol li {
	float: left;
	padding: 0px 10px 0px 0px;
}
div#footer_navigator ul li a {
	color: #666666;
	font-size: 12px;
}
div#footer_navigator ol li a {
	color: #666666;
	font-size: 10px;
}
div#footer_navigator ul li a,div#footer_navigator ol li a {
	display: block;
	padding: 1px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div#footer_navigator ul li a:hover,div#footer_navigator ol li a:hover {
	color: #555555;
	background-color: #FFFFFF;
	text-decoration: none;
}
div#footer p,div#footer p a {
	color: #999999;
	font-size: 10px;
	clear: both;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.section {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.section div.text {
	padding: 0px 20px 0px 20px;
}
div.section div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}
/************2010/7/20追加******************************/
div.price_regular {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/price_regular.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 650px;
	position: relative;
}

div.price_regular_sp {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/price_regular_sp.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 650px;
	position: relative;
}
div.price_regular_sp div.text {
	padding: 0px 20px 0px 20px;
}
div.price_regular_sp div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}

div.price_regular div.text {
	padding: 0px 20px 0px 20px;
}
div.price_regular div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}

div.price_trial {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/price_basic.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 650px;
	position: relative;
}

div.price_basic_sp {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/price_basic_sp.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 650px;
	position: relative;
}
div.price_basic_sp div.text {
	padding: 0px 20px 0px 20px;
}
div.price_basic_sp div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}

div.price_native {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/price_native_skype.gif);
	background-repeat: no-repeat;
	height: 320px;
	width: 650px;
	position: relative;
}

div.price_native_cafe {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/price_native.gif);
	background-repeat: no-repeat;
	height: 320px;
	width: 650px;
	position: relative;
}

div.price_trial div.text {
	padding: 0px 20px 0px 20px;
}
div.price_trial div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}

div.comparison {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/comparison.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 560px;
	position: relative;
}
div.comparison div.text {
	padding: 0px 20px 0px 20px;
}
div.comparison div.text p {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/line30.gif);
}

/*div.section dl dt {
	font-size: 14px;
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
div.section dl dd {
	font-size: 12px;
	line-height: 1.7em;
	padding: 5px 0px 0px 0px;
}*/

/************************************/
/*FAQ*/
/************************************/
dl.faq {
	padding: 20px;
}
dl.faq dt {
	padding: 10px 15px 0px 50px;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(../faq/files/q_new.gif);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	text-align: left;
	font-weight: bolder;
}
dl.faq dd {
	display: none;
	background-image: url(../faq/files/a_new.gif);
	background-repeat: no-repeat;
	padding: 20px 75px 30px 40px;
	font-size: 12px;
	line-height: 1.7em;
	text-align: left;
	background-position: 25px 0px;
}
a#gopagetop {
	margin: 10px 0px;
	width: 104px;
	height: 12px;
	display: block;
	background-image: url(../images/pagetop.gif);
	text-indent: -5000px;
	overflow: hidden;
	clear: both;
	float: right;
}
div#headline {
	background-image: url(../images/headline.gif);
	width: 650px;
	height: 36px;
	margin: 0px 0px 20px 0px;
}
div#headline div {
	font-size: 12px;
	padding: 12px 0px 0px 215px;
}
a#consult {
	display: block;
	clear: both;
}

