@charset "utf-8";

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
	bgcolor:#a90f55;
    line-height: 1;
	font-family:"sans-serif, Verdana, Geneva, sans-serif, ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; 
	font-size:14px;
	line-height:22px;
	color:#000;
	background-color:#b0da51;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

	td, th {
    padding: 10px 10px 10px 10px;
    }
	
	.tx10 {font-size:10px;
	line-height:12px;
	letter-spacing:0.1em;
	}
	
	.tx11 {font-size:11px;
	line-height:13px;
	letter-spacing:0.1em;
	}
	
	.tx12 {font-size:12px;
	line-height:13px;
	}
		
	.tx14 {font-size:14px;
	color:#4B4B4B;
	line-height:20px;
	}	
	
	.tx16 {font-size:16px;
	color:#000000;
	line-height:30px;
	}
				
	.tx20 {font-size:20px;
	line-height:30px;
	}	
	
	.tx30 {font-size:30px;
	color:#ff0000;
	line-height:50px;
	}	
	
	a:link {
	color: #b70867;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #b70867;
}
a:active {
	text-decoration: none;
	color: #b70867;
}

a:hover {
	text-decoration: none;
	color: #e19dc2;
}

.iov a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
	
.yogafest{
border:solid;
border-color:#81C41D;
border-width:10px;
border-style:solid;
padding:10px;
}
