/*--------------------------------------------------------------------
/- file   : style2.css
/- admin  : MEGA-D Inc. Kajiwara Akiko
/- update : 20060421
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

/************* Tag Override *************/

body {
	padding:0px;
	margin: 0px;
	color: #333366;
	font-size: 84%;
}

a:link, a:visited {
	color: #333366;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	color: #333366;
	text-decoration: underline;
}


/************* ClearFix Styles *************/

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}

/* IE 7 and MacIE*/
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div {
    zoom: 1;/*for IE 5.5-7*/
}
div:after {/*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0; 
    visibility: hidden;
}

/************* ClearFix Styles *************/

div.Festawrap {
	width: 550px;
}

div.Festawrap p.img {
	float: left;
	margin: 0;
	padding: 0 0 25px 0;
}

div.Festawrap p.ttl {
	font-size: 110%;
	float: right;
	text-align: left;
	width: 430px;
	margin: 0;
	padding: 10px 0 15px;
}

div.Festawrap p.txt {
	font-size: 84%;
	float: right;
	text-align: left;
	width: 430px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #666666;
}
