@CHARSET "UTF-8";
body {
	margin: 0px;
	color: #333333;
	direction: ltr;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.28;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
img {
	vertical-align: middle;
}

/* ================================
//	main-page
=================================*/
.page-container {
	margin: 0 auto;
	min-width: 940px;
}

/* ================================
//	header
=================================*/
.page-header-gradient {
	height: 50px;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#FCFCFF));
	background: -moz-linear-gradient(center top , white, #FCFCFF) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , white, #FCFCFF) repeat scroll 0 0 transparent;
	border-bottom: 1px inset #6A6A75;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#FCFCFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#FCFCFF)";
	zoom: 1;
}
/*.page-header-inner {
	width: 940px;
	margin: 0 auto;
}*/
.page-header-inner a {

}
.page-header-inner address {
	padding: 5px;
	text-align: right;
}

ul,li{margin:0; padding:0;}
.dropdown, .shadow, .shadow_gray, .shadow_dark_gray {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 4px solid rgba(153, 153, 153, 0.6);
    border-radius: 4px 4px 4px 4px;
}
ul#language-menu{margin:10px auto; width:120px; text-align:left; margin-left:0px;}
ul#language-menu li{float:left; width:120px; height:20px; background-color:#FFFFFF;
list-style:none; text-align:left; color:#000;}
ul#language-menu li a{display:block; width:120px; height:100%; line-height:20px;
color:#000; text-decoration:none; border-left:1px solid #fff;
border-right:1px solid #fff; border-bottom:1px solid #fff;}
ul#language-submenu li{float:none;}



#primary_navigation li#language_selector {
    margin-right: 0;
}
#primary_navigation li#language_selector span {
    color: #797979;
    font-size: 10px;
}
#primary_navigation li {
    float: left;
    margin-right: 25px;
}
#header li, .header_menu li {
    list-style-type: none;
}
#language_selector {
    margin-right: 0;
}
#customer_support, #language_selector, #customer_support, #user_lightboxes, #user_account, #user_alerts, #user_follow, #user_logout, #user_download_history, #user_sub {
    background-repeat: no-repeat;
}
#customer_support, #language_selector {
    padding: 13px 0 0 15px;
}

#header, #header a, .header_menu, .header_menu a {
    color: #3E3E3E;
}


/* ================================
//	main-content
=================================*/
#main-content {
	width: 940px;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#main-content:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: -webkit-gradient(linear, left center, right center, from(white), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	display: block;
	width: 2%;
	height: 100%;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0))";
	zoom: 1;
}
#main-content:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: -webkit-gradient(linear, right center, left center, from(white), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	display: block;
	width: 4%;
	height: 100%;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0))";
	zoom: 1;
}

/* graphics */
#graphics-box {
	background-image: url(/images/login/background/background_origin.jpg);
	height: 660px;
	position: absolute;
	width: 950px;
	z-index: -1000;
}
.graphics {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -100;
}
.graphics img {

}
.graphics:nth-child(1) {
	clip: rect(0px, 160px, 560px, 130px);
}
.graphics:nth-child(2) {
	clip: rect(0px, 200px, 560px, 160px);
}
.graphics:nth-child(3) {
	clip: rect(0px, 260px, 560px, 200px);
}
.graphics:nth-child(4) {
	clip: rect(0px, 360px, 560px, 260px);
}
.graphics:nth-child(5) {
	clip: rect(0px, 520px, 560px, 360px);
}
.graphics:nth-child(6) {
	clip: rect(0px, 880px, 560px, 520px);
}

/* title */
#site-title {
	width: 550px;
	padding: 30px;
}
#site-title h1 {
	font-size: 42px;
	font-style: italic;
	font-weight: inherit;
	margin: 5px 0;
	text-shadow: -2px -2px 10px white,
				 -2px 2px 10px white,
				  2px -2px 10px white,
				  2px 2px 10px white;
}
#site-title h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 18px 5px 0;
	text-shadow: -2px -2px 2px white,
				 -2px 2px 2px white,
				  2px -2px 2px white,
				  2px 2px 2px white;
}

/* signup-form */
#signup-form {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 5px 5px 5px 5px;
	bottom: 30px;
	display: inline-block;
	left: 40px;
	padding: 20px;
	margin: 0px;
	position: absolute;
	width: 350px;
}
#signup-form h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
}
#signup-form input {
	font-size: 14px;
	padding: 3px 5px;
	width: 240px;
}
.input-container {
	background-color: rgba(200, 200, 200, 0.5);
	border-radius: 5px 5px 5px 5px;
	display: table;
	margin: 6px 0;
	padding: 4px;
}
.reg-btn-container {
	padding: 0 5px;
	display: inline-block;
}
#reg-guidance p {
	text-align: right;
	margin: 0;
	padding: 4px 0;
	font-size: 11px;
}
#reg-guidance p a {
	display: block;
	color: #ABD162;
}
#reg-guidance p a:hover {
	color: Purple;
}

/* header */
.header-inner-gradient {
	background: -webkit-gradient(linear, center top, center bottom, from(#606060), to(#404040));
	background: -moz-linear-gradient(center top , #606060 0%, #404040 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #606060 0%, #404040 100%) repeat scroll 0 0 transparent;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#404040);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#404040)";
	zoom: 1;
}
.header-inner {
	width: 940px;
	margin: 0 auto;
}
#site-header img {
	margin: 15px auto;
	width: 650px;
	display: block;
}
/*#site-header h1 {
	color: White;
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0;
	text-align: center;
	text-shadow: -2px 0 0 black, 0 -2px 0 black;
}*/

/* ================================
//	sub-content
=================================*/
#sub-contents {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#sub-contents:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: -webkit-gradient(linear, left center, right center, from(white), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	display: block;
	width: 2%;
	height: 100%;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0))";
	zoom: 1;
}
#sub-contents:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: -webkit-gradient(linear, right center, left center, from(white), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
	display: block;
	width: 4%;
	height: 100%;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=rgba(255, 255, 255, 0))";
	zoom: 1;
}
#sub-contents h3 {
	font-size: 19px;
}
#sub-contents h4 {
	font-weight: normal;
	font-size: 16px;
}

/* site-discription */
#site-discription {
	position: relative;
}
#site-discription:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(Gainsboro));
	background: -moz-linear-gradient(center top , white 0%, Gainsboro 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , white 0%, Gainsboro 100%) repeat scroll 0 0 transparent;
	z-index: -10;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=Gainsboro);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=Gainsboro)";
	zoom: 1;
}
#site-discription * {
	display: inline-block;
}
#site-discription > article {
	padding-top: 20px;
	text-align: center;
	width:33%;
}
#site-discription > article:nth-child(2) {
	width:33.5%;
}
.discription-image-wrapper {
	height: 154px;
}
.white-box {
	background-color: white;
	padding: 5px;
}
.box-shadow {
	box-shadow: 0 0 10px 2px rgba(200, 200, 200, 0.8);
}
.discription-container p {
	line-height: 18px;
	font-size: 12px;
	color: #868686;
}

/* company-discription */
.company-discription header {
	margin:15px 0 6px;
}
.company-discription article {
	width: 25%;
	text-align: left;
}
.company-sub-discription article {
	width: 25%;
	text-align: center;
}
.company-discription-header  {
	text-align: center;
	font-weight: normal;
	display: inline-block;
	width: 15.5%;
}
.border-dot {
	width: 42%;
	margin: 4px 0;
}
.border-dot hr {
	border: 1px dotted DarkGrey;
}
.main-discription {
	font-size: 17px;
	padding: 0 20px;
}
.main-discription h4 {
	padding: 12px 0;
}
.main-discription p {
	width: 200px;
	text-align: left;
}

.sub-discription p {
	text-align: center;
}
#our-result {
	text-align: center;
	margin: 20px 0;
}

/* contact */
#contact {
	margin: 50px 0;
}
.contact-btn-container button {
	border: 1px outset green;
	box-shadow: 0 1px 2px #E8FFE8 inset;
	margin: 30px auto;
	padding: 12px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #7EAA33,
				 1px -1px 2px #7EAA33,
				-1px 1px 2px #7EAA33,
				-1px -1px 2px #7EAA33;
}

/* ================================
//	footer
=================================*/
#site-footer address {
	color: InactiveBorder;
	font-size: 11px;
	font-style: normal;
	padding: 8px 0;
	text-align: center;
}
.footer-inner {
	background: -webkit-gradient(linear, center top, center bottom, from(#606060), to(#404040));
	background: -moz-linear-gradient(center top , #606060 0%, #404040 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #606060 0%, #404040 100%) repeat scroll 0 0 transparent;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#404040);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#404040)";
	zoom: 1;
}

/* ================================
//	design
=================================*/
.submit-green-btn {
	cursor: pointer;
	background: -webkit-gradient(linear, center top, center bottom, from(#B8E62E), color-stop(30%, #ABD162), to(#7EAA33));
	background: -moz-linear-gradient(center top , #B8E62E 0%, #ABD162 30%, #7EAA33 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #B8E62E 0%, #ABD162 30%, #7EAA33 100%) repeat scroll 0 0 transparent;
	border: none;
    border-radius: 5px;
	color: white;
	padding: 5px;
	display: block;
	font-size: 14px;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B8E62E, endColorstr=#7EAA33);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B8E62E, endColorstr=#7EAA33)";
	zoom: 1;
}
.submit-green-btn:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#D3EE82), color-stop(30%, #C6D972), to(#9DBE38));
	background: -moz-linear-gradient(center top , #D3EE82 0%, #C6D972 30%, #9DBE38 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(center top , #D3EE82 0%, #C6D972 30%, #9DBE38 100%) repeat scroll 0 0 transparent;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D3EE82, endColorstr=#9DBE38);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D3EE82, endColorstr=#9DBE38)";
	zoom: 1;
}

/* ================================
//	other
=================================*/
#loader {
	height: 540px;
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#loader p {
	padding-top: 420px;
}
#bar span {
	display: block;
	border: 1px solid GrayText;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {

}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
