@charset "utf-8";

/* ========================================== 


    　　　スパタラサside
	

========================================== */


/* frame
========================================== */
#frame:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#frame {
  min-height: 1%;
  background: #eeede8;
}

* html #frame {
  height: 1%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* side
========================================== */
#side {
    width: 160px;
	background: #eeede8;
	padding: 5px;
	float: left;
}


/*----- ul -----*/
#side li {
    margin: 10px 0;
}


/* contact
============================ */
#contact {
    border-left: solid 4px #5b5041;
	color: #5b5041;
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
}

#eigyoujikan {
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
	color: #5b5041;
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
}

#eigyoujikan p {
	padding-left:20px;
}

/*----- dl -----*/
#side dl {
    margin-bottom: 5px;
	line-height: 1.4em;
}

#side dt {
	font-weight: bold;
}

#side dd {
    font-size: 153.9%;
	font-weight: bold;
}

/*----- p -----*/
#side p {
    font-size: 85%;
	line-height: 1.2em;
}    





/* add
============================ */
#add {
    background: url(../../../image/spa/side/title_info.gif) no-repeat;
	padding-top: 28px;
}

#add li {
    font-size: 85%;
	color: #5b5041;
	margin: 5px 0;
	_margin: 5px 10px;
}





/* main
========================================== */
#main {
    background: #fff;
	float: right;
}







/* att
========================================== */
#att {
    width:670px;
	padding:13px 23px 0px 23px;
/*	background-color:#eee6de; */
	margin-bottom:0px;
	color: #333;
}

#att p{
    margin:5px 0 0 1em;
	text-indent: -1em;
	line-height: 1.4em;
	font-size: 93%;	
}

#att a {
    color: #cc5500;
}




/* IE6透過PNG　a対策
========================================== */
* html #frame a {
    position: relative;
}



