/* container */
#container{
	width:900px;
	margin:0 auto;
}
/* header */
#headder{
	width:900px;
	height:133px;
	background:url(../imgs/headbar.gif) no-repeat;
}

h1 a{
	width:220px;
	height:57px;
	background:url(../imgs/logo.gif) no-repeat;
	text-indent:-20000px;
	margin-top:41px;
	float:left;
}


.marklink{
	background:url(../imgs/mark01.gif) no-repeat;
	background-position:0 6px;
	text-indent:10px;
}
.marklink a:link,
.marklink a:visited{
	color:#545454;
}
.marklink a:hover{
	color:#b800cc;
}

/*左右カラムを括るtable*/
table#contents_wrap{
	width:900px;
}

/* contents_left */
#contents_left{
	width:625px;
	float:left;
}

/* contents_right */


#contents_right{
	width:240px;
	float:right;
}

#contents_right ul{
	list-style:none;
}
#otoiawase_banner{
	margin-top:24px;
}


.pagetop a{
	background:url(../imgs/pagetop.gif) no-repeat;
	width:131px;
	height:65px;
	text-indent:-20000px;
	display:block;
	
	margin:auto;
	margin-bottom:46px;
	}


/* footer */
#footer{
	background-color:#8e00cc;
	padding:15px 0 20px 0;
}
#footerwrap{
	width:900px;
	margin:0 auto;
	}

#footer ul{
	margin:14px 0 8px 0;
	width:900px;
}
#footer ul li{
	list-style:none;
	background:url(../imgs/footermark.gif) no-repeat;
	background-position:0 6px;
	float:left;
	text-indent:10px;
	margin-right:15px;
	font-size:10px;
}
#copyright{
	color:#FFF;
	font-size:10px;
}
#footer a:link,
#footer a:visited{
color:#FFF;
text-decoration:none;
border:none;
}
#footer a:hover{ 
color:#FFF;
text-decoration:underline;
border:none;
}




/* other */
.bold{
	font-weight:bold;
}	
.right{
	float:right;
}
.left{
	float:left;
}
.purple_bold{
	color:#b800cc;
	font-weight:bold;
}
.font11{
	font-size:11px;
}

