@charset "utf-8";
/* CSS Document */


.cLayout1 .cInner .txt{
	padding:20px 0 0 0;
}

.cLayout1 .cInner .left{
	float:left;
}

.cLayout1 .cInner .right{
	float:right;
}

.cLayout1 .cInner .txt ol{
	padding:5px 0 8px 50px;
	list-style-type: decimal;
}

.cLayout1 .cInner .txt ul{
	padding:5px 0 8px 15px;
	list-style-type: disc;
}

.cLayout1 .cInner .txt li{
	margin:0 0 8px 0;
}

.cLayout1 .cInner .privacy p {
	line-height:1.8em;
}

/* リンク*/
.cLayout1 .cInner a:link{ color: #990000; }
.cLayout1 .cInner  a:visited{ color: #990000; }
.cLayout1 .cInner  a:hover{ color: #990000; }