*{
	margin:0px;
	padding:0px;
}
html {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a{
	text-decoration:none;
}
.head-line{
	height:7px;
	background-color:#040000;
	width:100%;
}
.foot-line{
	height:52px;
	background-color:#040000;
	width:100%;
}
.foot-copy{
	width:960px;
	margin:auto;
	padding-top:11px;
}
.foot-copy p{
	color:#BABABA;
	font-size:11px;
}
.container{
	width:960px;
	margin:auto;
}
.headcon1{
	position:relative;
}
.logo{
	position:absolute;
	top:-7px;
}
.foot-logo{
	margin:10px auto;
}
.headconwrap{
	height:101px;
}
.headcon2{
	width:745px;
}
.headcon2 h1{
	padding-top:10px;
	color:#888888;
	font-size:11px;
}
.headcon2 p{
	color:#888888;
	font-size:11px;
	padding-top:9px;
}
#navigation{
	padding-top:30px;
	margin-bottom:30px;
	height:34px;
	width:960px;
	border-bottom:3px solid #555555;
}
.menu{
	list-style: none outside none;
}
.menu li {
	float: left;
	font-size: 12px;
	height: 34px;
	line-height: 36px;
	position: relative;
	text-align: center;
	width: 192px;
}
.menu li a {
	color: #323333;
	display: inline-block;
	height: 34px;
	width: 192px;
}

.menu a.hv{
	background-color:#323333;
	
}
.menu a.hv {
	color: #FFFFFF;
	
}
.title-icon{
	padding-right:5px;

}


.contents{
	margin-bottom:100px;
}
.item{
	width:415px;
	height:141px;
	padding:25px;
	border-right:1px dotted #555555;
	border-bottom:1px dotted #555555;
	position:relative;
	margin-left:28px;
	margin-bottom:30px;
	float:left;
}
.first{
	margin-left:0px;
}
.item_name{
	width:220px;
}
.item_name h2{
	color:#555555;
	font-size:19px;
        position: absolute;
        top: 50%;
        margin-top: -2em;
	font-weight:normal;
}
.item_name p{
	color:#888888;
	font-size:11px;
        position: absolute;
        bottom:20px;
	font-weight:normal;
}
.kai3 h2{
        margin-top: -3em;
}
.kai4 h2{
        margin-top: -4em;
}


#foot-navigation{

}
.foot-menu{
	list-style: none outside none;
}
.foot-menu li {
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	margin-right:30px;
}
.foot-menu li a {
	color: #666666;
	display: inline-block;
}
.foot-menu li a:hover {
	color: #AAAAAA;
}



.key{
	margin-bottom:30px;
	height:310px;
}


.yoyaku {
    background-color: #323333;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 13px auto;
    padding: 15px;
    text-align: center;
    width: 150px;
}
.fadeimg {
    cursor: pointer;
}
.stepdottediv{
	margin:auto;
	width:450px;
	padding:30px;
	border-bottom: 1px dotted #555555;
	border-right: 1px dotted #555555;
}
.cot{
	color:red;
	font-size:13px;
	margin-bottom:50px;
}


table {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-spacing: 0;
	margin: 10px 0 25px;
	width: 100%;
}
table th.Corner {
	border-left: 1px solid #BBBBBB;
	border-right: medium none;
	border-top: 1px solid #BBBBBB;
	text-align: left;
}
table th {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F0F0F0;
	border-color: -moz-use-text-color -moz-use-text-color #BBBBBB #BBBBBB;
	border-color:#BBBBBB;
	border-image: none;
	border-style: none none solid solid;
	border-width: 0 0 1px 1px;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 10px 8px;
	text-align: left;
	vertical-align: middle;
	width:190px;
}
table td.last {
	border-right: 1px solid #BBBBBB;
}
table td.top {
	border-top: 1px solid #BBBBBB;
}
.no-back {
	background: none repeat scroll 0 0 #FFFFFF;
}
table td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #BBBBBB #BBBBBB;
	border-color:#BBBBBB;
	border-image: none;
	border-style: none none solid solid;
	border-width: 0 0 1px 1px;
	font-size: 12px;
	line-height: 20px;
	padding: 11px 15px 9px;
	text-align: left;
}
table.mem input[type="text"], input[type="email"], input[type="password"], textarea {
	margin: 5px 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BBBBBB;
	color: #555555;
	display: block;
	font: 12px Arial,sans-serif;
	margin: 0;
	max-width: 100%;
	outline: medium none;
	padding: 9px;
}
.mem{
	width:780px;
	margin:auto;
}
select,input.inline{
	display: inline;
}
.red{
	color:red;
}
.yoyaku-submit {
    background-color: #323333;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 13px auto;
    padding: 15px;
    text-align: center;
    width: 150px;
}

.rent-dottediv{
	margin:auto;
	width:700px;
	padding:30px;
	border-bottom: 1px dotted #555555;
	border-right: 1px dotted #555555;
	font-size:11px;
}
.bold{
	font-weight:bold;
	font-size:13px;
}

#scroll-top a {
	border-radius: 4px;
    background: url("../images/scroll-top-top.png") no-repeat scroll 50% center rgba(34, 133, 191, 0.8);
    bottom: 70px;
    display: block;
    float: right;
    height: 35px;
    padding: 5px;
    position: fixed;
    right: 30px;
    width: 35px;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.cf{
	clear:both;
}