@charset "Shift_JIS";

/* ################################################### */
/* #                                                 # */
/* #                                                 # */
/* #                コンテンツ用css　                # */
/* #                                                 # */
/* #                                                 # */
/* ################################################### */



/*コンテンツ関連テンプレ
---------------------------------------------------- */

#Contents {
	background-image: url(../img/common/bg_contents2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* mem_useful/index.html
---------------------------------------------------- */

#Right-contents h3,
#Right-contents h3 {
	line-height:120%;
	margin:10px 0 0 25px;
	font-size:1.3em;
	padding: 6px 0 6px 13px;
	background-image: url(../img/common/bg_h3line.gif);
	background-repeat: no-repeat;
	border:0;
	background-position: left center;
	border-bottom:1px solid #A1A1A1;
	background-color:#ffffff;
}

#Right-contents .useful-image {
	float:left;
	width:230px;
	padding:10px 0 0 25px;
}
/* IE6専用 \*/
*html #Right-contents .useful-image {
	width:255px;
}
/* IE6専用 */

#Right-contents .useful-txt {
	float:left;
	width:470px;
	padding-top:10px;
}
#Right-contents .useful-txt p {
	margin:5px;
}
#Right-contents .useful-txt p.pagelink {
	margin:0;
}