@charset "utf-8";


/*-- BASE ---------------------------------------*/

H1, H2, H3{
	margin:0;
}

IMG{
	border-style:none;
	vertical-align:text-bottom;
}

A:link, A:visited{
	color:#F70873;
	text-decoration:none;
}

A:active, A:hover{
	color:#000;
	text-decoration:none;
}

BODY{
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 0.9em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height : 130% ;
}

.clear{
	clear: both;
	height: 1px;
}

/*-- FOOTER ------------------------------------*/

#footer{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0.5em 0;
	text-align: center;
}

.footerActive{
	color: #000;
}

#copyright{
	margin: 1em 0 0 0;
	font-size: 0.7em;
}

/*-- WAKU ------------------------------------*/

#waku{
	width: 90%;
	height: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
	
/*-- twitter ------------------------------------*/
	
div#twitter {
	float: right;
	width: 350px;
	height: 300px;
	clear: both;
}  
  
/*-- title ------------------------------------*/  
  
div#title {
	margin-right: 250px;
	text-align: left;
	height: 300px;
}

/*-- recruit.html ----------------------------------*/

#recruitTable{
	width: 700px;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.7em;
	background-color: #FFF;
}

#recruitTable TD{
	padding: 1.0em;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	line-height: 1.6;
}

#recruitTable .leftSideTd{
	width: 90px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}


/*-- pricelist.html ----------------------------------*/

#priceTable{
	width: 700px;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.7em;
	background-color: #FFF;
}

#priceTable TD{
	padding: 1.0em;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	line-height: 1.6;
}

#priceTable .leftSideTd{
	width: 200px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

/*-- sitemap.html -----------------------------------*/

.sitemalUl{
	margin: 0 0 0.5em 50px;
	padding: 0;
	list-style: none;
	line-height: 2;
}

.sitemalUl .second{
	margin: 0 0 0 2em;
}

.sitemalUl .third{
	margin: 0 0 0 4em;
}
