/*--------------------------------------------------------------------
/- file   : default.css
/- admin  : MEGA-D Inc. Mika Satoh
/- update : 20060811
/- desc   : css for FAnet
/--------------------------------------------------------------------*/


/************* Tag Override *************/
img {
	border-style: none;
	}

p {
	margin: 0px;
	padding: 0px;
 }

.clear {
	clear: both;
	}

/**** headline ****/
h1 {
	margin: 0px;
	padding: 0px;
	}
h2 {
	margin: 0px;
	padding: 0px;
	}



body#topics060815 div.wrap {
	text-align: left;
	width: 718px;
	}


/**** gloval navigation ****/
body#topics060815 div#gnv {
	margin: 0px;
	padding: 0px;
	height: 28px;
	background: #0090C0 url(../img/gnv_bg.gif) no-repeat left top;
	}
body#topics060815 div#gnv ul {
	margin: 0px;
	padding-left: 12px;
	text-align: left;
	list-style-type: none;
}
body#topics060815 div#gnv li {
	float: left;
}
body#topics060815 div#gnv li img {
	margin-right: 23px;
}


/**** date ****/
div.date {
	clear: both;
	margin: 5px 0px 10px;
	text-align: right;
	}


/**** member photo */
div.memberPh {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	}


/**** 枠内リード文 ****/
body#topics060815 div.info {
	background: #DCF1F8 url(../img/info_bottom.gif) repeat-y left bottom;
	}
body#topics060815 div.info p {
	color: #00273D;
	padding: 15px 20px;
	background: url(../img/info_top.gif) no-repeat left top;
	}


/**** リード ****/
div.read {
	margin-top: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
div.read div.readLeft {
	float: left;
	width: 373px;
	}
div.read div.readRight {
	float: left;
	width: 345px;
	}
/* リード font指定 */
div.read p {
	margin-bottom: 15px;
	width: 345px;
	}
span.question {
	color: #006699;
	font-weight: bold;
	}
span.name {
	padding-right: 10px;
	font-weight: bold;
	}
/* リード内table */
div.read table {
	width: 345px;
	}
div.read table td {
	vertical-align: top;
	}
div.read table td.img {
	padding-top: 7px;
	text-align: right;
	}

/* headline */
p.headline {
	margin-bottom: 5px;
	}


/**** CD情報 ****/
div.newsingle {
	margin-bottom: 30px;
	background: url(../img/cd_body.gif) repeat-y left top;
	}
div.newsingle div.txt {
	padding-left: 23px;
	background: url(../img/cd_bottom.gif) no-repeat left bottom;
	}
div.newsingle div.txt p {
	width: 300px;
	}
	
	
/**** おまけ ****/
div.omake {
	background: url(../img/omake_body.gif) repeat-y left top;
	}
div.omake div.txt {
	padding-left: 23px;
	background: url(../img/omake_bottom.gif) no-repeat left bottom;
	}
div.omake div.txt p {
	width: 300px;
	}




/**** present ****/
div.present {
	clear: both;
	background: #DCF1F8 url(../img/info_bottom.gif) repeat-y left bottom;
	}

body#topics060815 div.present div.presentInfo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	background: url(../img/info_top.gif) no-repeat left top;
	}
body#topics060815  div.present div.presentInfo table td {
	vertical-align: top;
	}


