/*/ -- 全共通 -- /*/
* html div#container	{
	height:100%;
}

body > #container {
	height: auto;
}

div#container_top	{
	background-color: #F3EFEC;
	margin: 0px auto;
	position:relative;
	text-align: center;
	width: 100%;
}
div#container	{
	background-color: #FFF;
	margin: 0px auto;
	position:relative;
	text-align: center;
	width: 100%;

}
.ht	{/*フッター下付き用*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.rewrite	{
	display:none;
}
/*---- main width1025px ----*/
div.wrap	{
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 1025px;
	z-index: 0;
}
/*---- Head width1025px ----*/
.w_w	{
	margin-left: auto;
	margin-right: auto;
	width: 1025px;
}
/*/ -- ナビ -- /*/

.head{
	background-color: #FFFFFF;
	margin: 0px auto;
	height: 58px;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #E8DDD3;
}

.head	img.logo	{
	display: inline;
	float: left;
	margin-top: 9px;
	margin-left: 3px;
	margin-right: 12px;
}
.head	ul.navi	li{
	float: left;
	display: inline;
	margin-left: 39px;
	margin-top: 22px;
	line-height:0;
}
.head	ul.navi	img	{
	display: inline;
	float: left;
	line-height:0;
}
/*/ -- 左ナビ -- /*/
.l_navi	{
	display: inline;
	float: left;
	height: auto;
	text-align: left;
	width: 164px;
}
.l_navi	h3	{
	margin-left: 55px;
	margin-top: 43px;
}
.l_navi	.btn	{
	margin-top: 175px;
}
.l_navi	.btn	img	{
	margin-bottom: 2px;
	margin-left: 21px;
}
.l_navi	ul	{
	color: #FF6699;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	margin-left: 46px;
	margin-top: 55px;
}
.l_navi	ul	li	{
	background-image: url("../img/li.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 12px;
}

.l_navi	ul	li.none	{
	background-image: none;
}
.l_navi	ul	li	a	{
	color: #999999;
}

/*/ -- 右メイン -- /*/
.r_main	{
	display: inline;
	float: right;
	text-align: left;
	overflow: hidden;
	padding-bottom: 52px;
}

/*/ -- フッター -- /*/
.foot .cp,
.foot2 .cp	{
	float: right;
	font-family: HelveticaNeue, Helvetica, Arial, Tahoma, hirakakupro-w3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, osaka, meryo, "ms pgothic", sans-serif;
}
.foot	{
	background-color: #FFFFFF;
	border-top: solid 1px #E8DDD3;
	bottom: 0px;
	left: 0px;
	color: #747474;
	font-size: 11px;
	height: 52px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}
/*.mrg{ margin: 0 auto;}
.mrgtop{ margin:0px auto;}*/
*:first-child+html .foot{ padding: -8px 0;}

.foot	p	{
	width: 1012px;
	margin: 18px auto auto;
	color: #747474;
}

.foot	a{
	display: inline-block;
	float: left;
	color: #747474;
	text-decoration: none;
	margin-right: 33px;
}

