/*///////テキスト/////////////////////////////////*/
.new_repo{
	background-image: url(../img/line02.jpg);
	line-height: 28px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka"
	font-style: normal;
	font-variant: normal;
	color:#333333;
}
/*///////見出し/////////////////////////////////*/
.tit {
	display: block;
	background: url("../img/line_tit.jpg");
	background-repeat: repeat-x;

}


/*///////リンク/////////////////////////////////*/





/*///////ボタン/////////////////////////////////*/



/*///////リスト/////////////////////////////////*/

.sankaku3 ul {
	list-style: square inside url(../img/icon_sankaku3.jpg); 
}
.sankaku2 ul {
	list-style: square inside url(../img/icon_sankaku2.jpg); 
}


/*///////ボーダー/////////////////////////////////*/


/*///////ボックス/////////////////////////////////*/

.box_s {
width:213px;
height:auto;
	float:left;
padding:5px;
margin:0;
	text-align:left;
}

.box_s h3{
	display: block;
	backgroud:#CCCCCC;
	padding-bottom:10px;
}

.box_m {
width:320px;
height:auto;
	float:left;
padding:5px;
margin:0;
	text-align:left;
}

.box_l {
width:426px;
height:auto;
	float:left;
padding:5px;
margin:0;
	text-align:left;
}


.box_ll {
width:640px;
height:auto;
	float:left;
padding:5px 5px 30px 5px;
margin:0px;
	text-align:left;
}

.box_ll h2{
	display: block;
	padding-bottom:10px;
}

.box_ll h3{
	display: block;
	backgroud:#CCCCCC;
	padding-bottom:10px;
}

.box_ll p{
	margin: 0px;
	padding:0px 10px 0px 10px;
}






.150_box{
	width:150px;
	height:aute;
	margin: 0px;
	padding:0px;
	float:left;
	text-align:left;
	line-height: 150%;
	font-size: 12px;
}


.460_box {
width:480px;
height:auto;
	float:left;
padding:5px;
margin:0;
	text-align:left;
}

/*///////テーブル/////////////////////////////////*/
.td01 {
	border-bottom-style: dotted;
	padding: 4px;
	font-size: 12px;
	line-height: 140%
}

