@charset "utf-8";

/************************************************************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* タイプセレクタ **/

body, h1, h2, h3, h4, h5, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
	line-height: 1.25;
	font-size: 100%;
	font-weight: normal;
	
}

body {
	font-size: 82%;
	color: #333;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style: normal;
}

a {	
	text-decoration: none;
	color: #000;
}

a:hover {	
	text-decoration: none;
	color: #666;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(/k520/rent/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/************************************************************ container **/

#container {
	background: url(/images/common/bg_body.gif) repeat-x;
	height: auto;
}

/************************************************************ containerInner **/

#containerInner {
	width: 1000px;
	margin: 0 auto;
}

/*************************************************************** header **/

#header {
	padding: 7px 0 0 0;
	width: 1000px;	
}

#header h1 {
	padding: 0 3px 1px 0;
	text-align: right;
	color: #333;
}

#header h2 {
	float: left;
}

#header ul {
	float: right;
	margin: 25px 2px 0 0;
}

#header ul li {
	float: left;
	padding : 1px 20px;
	border-left: 1px solid #ccc;
}

#header ul li.last {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

#header ul li a {
	background: url(/images/common/arrow_1.gif) no-repeat left center;
	padding: 0 0 0 13px;
	color: #333;
}


#path {
	clear: both;
	margin: 7px 0 0 4px !important;
	padding: 0 0 10px 0;
}

/* IE6用 */
* html #path {
	clear: both;
	margin: 7px 0 0 4px;
}


/* IE7用 */
*+html #path {
	clear: both;
	margin: 7px 0 0 4px;
}



#path ul {
	margin: 0 0 0 4px;
	padding: 0 0 7px 0;
}

#path  ul li{
	float: left;
	color: #999;

}

#path  ul li a {
	background: url(/images/common/bg_path.gif) no-repeat center right;
	margin: 0 10px 0 0;
	padding: 0 19px 0 0;
	color: #333333;
	text-decoration: none;
}

/************************************************** toTOP **/

div#content .main_left p.toTop {
	text-align: right;
	margin: 10px 20px;
}

div#content .main_left p.toTop a {
	background: url(/images/common/arrow_3.gif) no-repeat center left;
	padding: 0 0 0 17px;
}

div#content .main_left .waku_top {
	margin:5px 10px 5px 30px;
}

div#content .main_left .img_left {
	margin:0px 10px 5px 0px;
	float:left;
}

div#content .main_left .img_right {
	margin:0px 0px 5px 10px;
	float:right;
}
/*************************************************************** footer **/

#footer {
	clear: both;
	border-top: 1px solid #006;
	padding: 0 0 240px 0;
}
/* IE6用 */
* html #footer {
	clear: both;
	border-top: 1px solid #006;
	padding: 0 0 63px 0;
}



#footer ul {
	float: left;
	padding: 9px 0 0 19px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	background: url(/images/common/arrow_1.gif) no-repeat center left;
	margin: 0 20px 0 0;
	padding: 0 0 0 13px;
	color: #333;
}

#footer address {
	float: right;
	padding: 9px 6px 0 0;
	line-height: 15px;
	color: #333;
}

#footer address span{
	position: relative;
	top: -2px;
	left: 2px;
}

/*************************************************************** link **/
#linkfooter {
	clear: both;
	padding: 0 0 20px 0;
}
/* IE6用 */
* html #linkfooter {
	clear: both;
	border-top: 1px solid #006;
	padding: 0 0 20px 0;
}

#linkfooter ul {
	float: left;
	padding: 9px 0 0 19px;
}

#linkfooter ul li {
	float: left;
}

#linkfooter ul li a {
	background: url(/images/common/arrow_1.gif) no-repeat center left;
	margin: 0 20px 0 0;
	padding: 0 0 0 13px;
	color: #333;
}

#linkfooter .ft {
	clear: both;
	border-top: 1px dotted #006;
	padding: 0 0 20px 0;
}

#linkfooter .tittle {
	margin: 5px 20px 0 10px;
	padding: 0 0 0 13px;
	color: #006;
}
/*************************************************************** clear **/	
.c-both {
clear : both ;
}

