/**********************************************************************************************/
/* body */
/**********************************************************************************************/

*{
margin:0;
padding:0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* clear */
.clear{
	clear: both;
}

/* フォント */
.txt10 {
	font-size: 10px;
	line-height: 16px;
}


/**********************************************************************************************/
/* 全体レイアウト　#Contents */
/**********************************************************************************************/

#Contents {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background:#FDF0F0;
}



/**********************************************************************************************/
/* 基本設定　#Contents */
/**********************************************************************************************/

/* 見出し・段落 */
#Contents h1,h2{
	padding: 0;
	margin: 0;
}


#Contents p{
	padding: 0;
	margin: 0;
}


/* リンク */
#Contents a:link,#Contents a:visited {
	color: #666;
	text-decoration: none;
}
#Contents a:hover,#Contents a:active {
	color: #666;
	text-decoration: underline;
}


/**********************************************************************************************/
/* topics */
/**********************************************************************************************/

/* topics_01 */
.topics_01{
	width: 760px;
	margin: 0;
	padding: 0;
	background: url(images/tpc_01_back.jpg) no-repeat;

}

.topics_01_txt{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* topics_03 */
.topics_03{
	width: 409px;
	margin: 0;
	padding: 0;
	background: url(images/tpc_03_back.jpg) no-repeat;

}

.topics_03_txt{
	width: 389px;
	padding: 5px 0 0 20px;
}

/* topics_04 */
.topics_04_txt{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

