@charset "Shift_JIS";


/* Style Index ========================

	01:  Access
	02:  Recruit BTN

==================================== */




/*------------------------------------------------------
01. Access
------------------------------------------------------*/

#access .paragraph {
	clear:both;
    overflow: hidden;
	margin-bottom:20px;
	padding: 0 9px;
	}

#access .paragraphr:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #access .paragraph {
    height: 1em;
    overflow: visible;
}
/**/

#access p {
	margin: 10px 0;
	}

#access .left {
	float:left;
	width:300px;
	margin-bottom:20px;
	}
#access .right {
	float:right;
	width:300px;
	margin-bottom:20px;
	}

#access .rightimg {
	float: right;
	padding-left: 20px;
	}

