@charset "Shift_JIS";
/* CSS Document */

body{
	background-color:#FFF;
	margin:0px;
	}
	
	
.info_txt{
	text-align:left;
	font-size:11px;
	color:#333333;
	line-height:1.6;
	font-family:Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	width:150px;
	display:block;
	margin: auto;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}	
	
a:link	{
	text-decoration:underline;
	color:#CC3300;
	}
	
a:hover{
	text-decoration:underline;
	color:#FF9900;
	}
	
a:visited{
	text-decoration:none;
	color:#CC3300;
	}
