@charset "utf-8"; 

/*---------------------------------------------------------
 * タイトル用　共通
 *---------------------------------------------------------*/

#flash {
	height:154px;
	width:100%;
	background-image:url(../base/bg_flashin.jpg);
	background-repeat:repeat-x;
	z-index:5;
	background-color:#FDFDFC;	
}

#flash-line {
	width:960px;
	height:134px;
	margin:0 auto;
	z-index:6;
	outline:none;
}

/*---------------------------------------------------------
 * 各種
 *---------------------------------------------------------*/

.main-box {
	margin-top:-24px;
	z-index:50;
}

.main-box .box {
	background-image:url(../base/bg_defo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:44px 0 0 30px;
	margin-bottom:40px;
	z-index:51;
}


.main-box .box h2 {
	background-position:bottom left;
	background-repeat:no-repeat;
	height:28px;
	width:100%;
	text-indent:-9999px;
	padding:0 0 0 0;
	margin-bottom:30px;
}

.main-box .q-list h2 {
	background-image:url(../qanda/img/title-q.gif);
}

.main-box .a-list h2 {
	background-image:url(../qanda/img/title-a.gif);
}

dl{
    width:680px;
	border:dotted #CAC0CB;
	border-width:0 0 1px 0;
}
dt{
	padding:10px 20px;
	border:dotted #CAC0CB;
	border-width:1px 0 0;
}
dd{
    margin:0 0;
    border:dotted #C3B9C3;
	border-width:1px 1px 0;
	background-color:#FFF;
}
dt.over{
	background-color:#FCFAFC;
    cursor:pointer;
}
dt.selected{
/*	background-image:url(../qanda/img/list_select.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FF8AB1;
	color:#FFF;
    
	border:solid 1px #F69;*/
	background-color:#F2ECF2;
	background-image:url(../qanda/img/list_over.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:default;
	border:dotted #C3B9C3;
	border-width:1px 1px 0;
	font-weight:bold;
}

dd p {
	padding:20px 20px 40px;
}

dt .title {
	font-weight:bold;
	color:#F69;
	padding-right:10px;
}

dd .title {
	display:block;
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #C3B9C3;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#F69;
}

.music {
	background-image:url(../qanda/img/bg_music.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.photo {
	background-image:url(../qanda/img/bg_photo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.movie {
	background-image:url(../qanda/img/bg_movie.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.time {
	background-image:url(../qanda/img/bg_time.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.other {
	background-image:url(../qanda/img/bg_other.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}






/*-- ends here --*/