@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);

/* Reset */

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, font, 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 {
	margin: 0 ;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
  display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic */

html,body,div,ul,ol,li,h1,dl,dt,dd {
	margin: 0 ;
	padding: 0;
	list-style: none;
	}
html{
	width:100%;
	height:100%;
}
body {
		font-family:"Rounded Mplus 1c";

	color: #666666;
	height: auto;
	}

a:link	{
	color: #0e82c7;
	text-decoration: none;
	}
a:visited	{
	color: #B2BDD6;
	text-decoration: none;
	background:
	}

a:hover{
	text-decoration: underline;
	color: #F69;
	}
img{border:none;}

li {
	list-style: none;
	}

table{
	border:0;
	margin:0 auto;
	padding:0;
}

a:link{
	outline:none;
}



/* default setting
=======================================*/
.hovr img.aovrL,
a:hover img.aovrL {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	/* Older than Firefox 0.90 */
	-moz-opacity:0.90;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.90;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.90;
	zoom:1;
}

.hovr img.aovr,
a:hover img.aovr {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Older than Firefox 0.80 */
	-moz-opacity:0.80;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.80;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.80;
	zoom:1;
}

.hovr img.aovr50,
a:hover img.aovr50 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	/* Older than Firefox 0.80 */
	-moz-opacity:0.50;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.50;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.50;
	zoom:1;
}


.illmain_image { width: 90%; }

.illmain_image ul li {
	display: inline;
	width: 150px;
	margin:2px;
}

#illmenu ul {
	width:90%;
	margin:10px auto;
} 

#illmenu ul li {
	display: inline;
	padding: 2px;
	background:#efefef;
	margin: 2px;
}
