/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}


/*ポップアップ*/
#popup{
	width:603px;
	overflow:hidden;
}

#title_01{
	margin-left:5px;
	background-image:url(../program/img/sub_title00.jpg);
	background-repeat:no-repeat;
	width:588px;
	height:34px;
	padding-left:20px;
	padding-top:7px;
	font-size:110%;
}

#text_01{
	width:558px;
	padding-left:20px;
	padding-right:20px;
	font-size:106%;
	color: #666;
}

#popup .photo_r {
	margin-top:3px;
	float: right;
	width:200px;
	margin-left:10px;
}

#popup .dot {
	border-bottom:#666 dotted 1px;

}
