@charset "UTF-8";

@import url("reset.css");
@import url("main_eng.css");

/*main 構造*/
#button_iphoneapp a{
	display:block;
	width:740px;
	height:54px;
	background-image:url(images/index_eng/button_iphoneapp_off.gif);
	text-indent:-9999px;
}
#button_iphoneapp a:hover{
	background-image:url(images/index_eng/button_iphoneapp_on.gif);
}

#button_androidapp{
	display:block;
	width:740px;
	height:54px;
	background-image:url(images/index_eng/button_androidapp.gif);
	text-indent:-9999px;
	margin-top:20px;
}

#button_androidapp a{
	display:block;
	width:740px;
	height:54px;
	background-image:url(images/index_eng/button_androidapp_off.gif);
	text-indent:-9999px;
	margin-top:20px;
}
#button_androidapp a:hover{
	background-image:url(images/index_eng/button_androidapp_on.gif);
}

#title_support{
	display:block;
	width:740px;
	height:48px;
	background-image:url(images/index_eng/title_support.gif);
	text-indent:-9999px;
	margin-top:20px;
}

#title_corpinfo{
	display:block;
	width:740px;
	height:48px;
	background-image:url(images/index_eng/title_corpinfo.gif);
	text-indent:-9999px;
	margin-top:20px;
}

/*その他*/

.newapp{
	margin:10px 0 0 50px;
}
.newapplist{
	float:left;
	width:194px;
	height:170px;
	border:1px solid #999999;
	background-color:#effcfc;
	background-image:url(images/index_eng/bg_newapp.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px;
	margin:0px 10px 10px 0;
}
.newapplist h3{
	background-color:#2eaecd;
	padding:3px;
	margin-bottom:10px;
}
.newapplist h3 a:link{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.newapplist h3 a:visited{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.newapplist h3 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.newapplist h3 a:active{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.newapplist p{
	text-align:left;
}
.icon{
	float:left;
	margin:0 10px 10px 0;
}
.moreapp{
	clear:left;
	text-align:right;
}
*:first-child+html .moreapp a{ /*IE7のリンク色が変なので修正*/
	font-weight:normal;
	font-size:12px;
	color:#003399;
}
* html .moreapp a:link{ /*IE6のリンク色が変なので修正*/
	font-weight:normal;
	font-size:12px;
	color:#003399;
}
* html .moreapp a:visited{ /*IE6のリンク色が変なので修正*/
	font-weight:normal;
	font-size:12px;
	color:#003399;
}
* html .moreapp a:hover{ /*IE6のリンク色が変なので修正*/
	font-weight:normal;
	font-size:12px;
	color:#FF6600;
}

#button_mail a{
	display:block;
	width:294px;
	height:22px;
	background-image:url(images/index_eng/button_mail_off.gif);
	text-indent:-9999px;
	margin:20px 0 20px 50px;
}
#button_mail a:hover{
	background-image:url(images/index_eng/button_mail_on.gif);
}

#corpinfo{
	margin:10px 0 0 50px;
}
#corpinfo dt{
	float: left;
	width: 80px;
	padding: 5px 0;
	font-weight: bold;
	line-height: 130%;
	text-indent:10px;
	color:#2eaecd;
}
*:first-child+html #corpinfo dt{
	position:absolute;
	left:100px;
}
* html #corpinfo dt{
	position:absolute;
	left:50px;
}
#corpinfo dd{
	width:400px;
	padding: 5px 0 5px 100px;
	line-height: 130%;
	border-bottom: 1px #808080 solid;
}

/*サイトマップ用*/
#map{
	margin:0 50px;
	border:1px solid #999999;
	background-color:#effcfc;
	padding:15px;
}
.map_indent{
	text-indent:1em;
}