/*CSS*/

*{
maregin:0;padding:0;
}
img{
	border:0;
}
#cop_container{
width:530px;
}

#cop_tt1{
width:530px;
}

#category_top #cop_h2title{/*mainのH2を打ち消し*/
	width:530px;
	height:54px;
	margin:4px 0 0 0;
	background:url(../img/op_header.gif);
	text-indent:-9998px;
}

/* 答え */
dd.cop_answer{
	width:400px;
	margin:0 0 0 95px;
	padding:0 0 0 26px;
	background:url(../img/op_mark_a.gif) left top no-repeat;
}

/* 答えAマークなし */
dd.cop_answer2{
	width:400px;
	margin:0 0 0 95px;
	padding:0 0 0 26px;
}
/* ピンク太字 */
dd.cop_answer strong{
	color:#EA529F;
}
/* ピンク太字Aマークなし */
dd.cop_answer2 strong{
	color:#EA529F;
}

/* 画像右回り込み */
.op_pic{
margin:0 0 0 8px;
float:right;
}
/* 画像左回り込み */
.op_pic_l{
margin:0 10px 0 0;
float:left;
}


/* Page Top */
#pagetop{
	width:530px;
}
#pagetop a{
	float:right;
}

/* one point */
.c_bm_10{
	margin-bottom:10px;
}

.c_tm_10{
	margin-top:10px;
}

.c_lm_10{
	margin-left:10px;
}

/* アイリス疲れ目テーブル用 */
.qabox{
width:365px;
}
.qa_td1{
width:160px;
vertical-align:top;
font-size:90%;
}
.qa_td2{
width:205px;
font-size:90%;
}

.qa_td3{
font-size:90%;
}


