@charset "UTF-8";

/*-----------------------------
base setting
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	color:#252525;
	line-height: 1.6;
}

/*-----------------------------
link
-----------------------------*/
a img {
	border-style: none;
}
a:link		{color: #000000; text-decoration: none;}
a:visited		{color: #000000; text-decoration: none;}
a:active 		{color: #999999; text-decoration: underline;}
a:hover		{color: #999999; text-decoration: underline;}


/*-----------------------------
base setting
-----------------------------*/
#stage1 {
	background-image: url(./images/company_bg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	margin-top: 0px;
	margin: auto;
}
#stage2 {
	background-image: url(./images/privacy_bg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	margin-top: 0px;
	margin: auto;
}

#blank {
	width: 550px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
}

#fram1 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #193C18;
}

.l_table {
	background-color: #DEDCCF;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
}

.r_table {
	background-color: #EFEBE1;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
}

.sign {
	padding: 0px 0px 10px 0px;
}



#fram1 .headcopy {
	color: #FFFFFF;
	font-size: 13px;
}

#fram1 td .rightmove {
	margin: 0px 0px 0px 10px;
}

