@charset "utf-8";


.lineMargin {
	margin-top:3px;
	margin-bottom:10px;
}


/*****背景枠*****/
#info_bgTop {
	width:349px;
	height:43px;
	background-image:url(../../images/info_bg_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#info_bgMiddle {
	width:349px;
	background-image:url(../../images/info_bg_middle.gif);
	background-repeat:repeat-y;
}

#info_bgBottom {
	width:349px;
	height:10px;
	background-image:url(../../images/info_bg_bottom.gif);
	background-repeat:no-repeat;
}

#iframe_contents {
	width:321px;
	margin-left:15px;
}

#info_bgTable {
	width:243px;
	background-repeat:repeat-y;
}

.textContents {
	width:243px;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	color:#333333;
}

a:link{
	color:#00C;
	text-decoration:underline;}
	
a:visited{
	color:#00C;
	text-decoration:underline;}
	
a:hover{
	color:#C00;
	text-decoration:none;}