A.option1{
color : 6d2916;
}
A.option1:VISITED{
color : 6d2916;
}
A.option1:HOVER{
color : white;
background-color :red ;
}
 .expl {
	color: #666666;
	font-size:100%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
           font-weight:600;
	}


/* カテゴリ・グループのフリースペース内全体の指定 */
div.cg_freespace_01,
div.cg_freespace_02 {
	color:#666666;
	margin:10px 5px 10px 5px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
div.cg_freespace_01 p,
div.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
div.cg_freespace_01 ul,
div.cg_freespace_02 ul {
	margin:0 0 10px 0;
}