/*らんふぁんぷらざCSS*/
/*（C）２００５コネクトデザイン*/


/*リンクテキストの指定*/
A:link{
	color: #000000;
	text-decoration: none;
}

A:visited{
	color: #000000;
	text-decoration: none;
}

A:hover{
	color: #000000;
	text-decoration: underline;
}

A:active{
	color: #000000;
	text-decoration: none;
}


/*基本テキスト10pt*/
body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 130%;
	color:#000000;
}

body {
	background-color: #FEF1BC;
}


/*赤文字大見出し*/
.style3 {	color: #A50000;
	text-indent: 16px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background-image: url('image/icon_02.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #FF9999;
}

/*黒文字大見出し*/
.style7 {	font-size: 18px;
	line-height: 300%;
	font-weight: bold;
}


/*中見出し*/
.style4 {color: #A50000;
	font-size: 12px;
	font-weight: bold;
}

/*本文テキスト*/
.text{
	margin: 5px;
	font-size: 12px;
	line-height: 140%; 
	color:#000000
}

.list{
	background: url(image/p_03.gif) ;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 10pt;
	line-height: 130%; 
	color:#000000
}


/*トップのトピックス*/
.topics{
	margin: 5px;
}

/*権利表記*/
.credit {
	font-size: 8pt;
	margin: 20px;
	line-height: 130%; 
	color: #333333;
}