/*For the Body*/
body {
	background-image: url(../image/bg.gif);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #777777
}

td {
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	color: #777777;
}

/*For the link target*/
a:link { 
	text-decoration: none;
	color: #E480B4;
}
a:visited { 
	text-decoration: none;
	color: #BA2774;
}
a:hover { 
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

/*見出し・コンテンツブロック設定*/
.tdbg {
	background-image:url(../image/b_h_bg00.gif);
	background-repeat:no-repeat;
	text-indent:10px;
	vertical-align:middle;
	height:32px;
	font-weight:bold;
	}
	
.tdbg2 {
	background-image:url(../image/b_h_bg01.gif);
	background-repeat:repeat-x;
	text-indent:10px;
	vertical-align:middle;
	height:32px;
	font-weight:bold;
	}

.tdbg p{
	margin:0px;
}
.tdTxt {
	padding:10px 0px 0px 10px;
}
.pHead {
	font-weight:bold;
}



/* テキスト調整 */
.notice{
	font-size: 10px;
}
p{
	margin:0px 0px 0.5em;
	padding:0px;
}
ul{
	margin:0px 0px 0.25em 1.5em;
	padding:0px;
}

/*トップページトピックス*/
.topics {
	font-weight: normal;
	color: #848484;
	font-size: 10px;
	line-height: 120%;
}
.topics a:link, .topics a:visited, .topics a:hover, .topics a:active {
	text-decoration: underline;
	color: #848484;
}

