/* リンク
---------------------------------------------------- */
a:link {
	color: #3db546;
}
a:visited {
	color: #3db546;
}
a:hover {
	color: #c90;
}
a:active {
	color: #c90;
}

/* text
---------------------------------------------------- */
div#popup_content{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1.0px;
}

/* ポップアップ
---------------------------------------------------- */
div#popup1{
	padding: 20px;
	font-size:12px;
	text-align:center;
}

div#popup2{
	margin:10px auto;
	padding-top:20px;
	padding-bottom:20px;
	width:740px;
	height:auto;
	border:1px solid #059442;
	text-align:center;
}

div#popup3{
	width:720px;
	height:auto;
	margin:10px auto;
	padding:10px;
	border:1px solid #CCCCCC;
	text-align:left;
}

div#popup3 h1{
    text-align:left;
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
	color:#059442;
	letter-spacing: 2px;
}

div#popup3 p{
    text-align:left;
}

div#popup3 table{
    text-align:left;
	border:none;
	
}

div#popup3 table tr{
    height:30px;
}

div#popup3 table tr.down{
    height:50px;
}

div#popup3 table tr.omt{
    height:0px;
}

div#popup3 table td.left{
	text-align:left;
	vertical-align:top;
    white-space:nowrap;
}

div#popup3 table td{
	text-align:left;
	vertical-align:top;
}

div.close{
    margin-top:20px;
	text-align:center;
}

div.close a img{
	border:none;
}

