/* ブラウザスタイルの初期化 */

fieldset {
	border: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,li,div,img{
	margin: 0;
	padding: 0;
	font-weight: normal;	
}


input,textarea{
	font-size: 1em;
}

/* ページ設定 */

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
	letter-spacing:1px;
}

body {
	background-color: #F9F9F9;
	margin: 0px;
	background:white url(../../img/main_linerush.gif);
}

#dccontents{
	margin: 10px 0px 10px 22px;
}

td.wmain{
	padding:2px 0px 2px 5px;
	color:#FFFFFF;
}

p{
	margin: 8px 0px;	
}

a:link { text-decoration : none; color: #003399 }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #3366CC }
a:active { color : #666666 }
a:visited { color : #666666 }

.small {
	font-size : 10px;
	line-height: 150%;
	text-align: left;
}
.smallC { font-size : 10px; line-height: 150% ; text-align: center; }
.smallR { font-size : 10px; line-height: 150% ; text-align: right; }
.wsmall {
	font-size : 10px;
	line-height: 150%;
	color : #FFFFFF;
	text-align: left;
}
.wsmallC { font-size : 10px; line-height: 150% ; color : #FFFFFF ; text-align: center; }
.main {
	font-size : 12px;
	line-height: 170%;
	text-align: left;
}
.mainC { font-size : 12px; line-height: 170% ; text-align: center; }
.wmain {
	font-size : 12px;
	line-height: 170%;
	color : #FFFFFF;
	text-align: left;
}
.wmainC { font-size : 12px; line-height: 170% ; color : #FFFFFF ; text-align: center; }
.bmain {
	font-size : 12px;
	line-height: 170%;
	color : #333333;
	font-weight: bold;
	text-align: left;
}

span.underline{
	font-weight:bold;
	text-decoration:underline;
}
