
    /**
    * 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 {
    line-height: 1;
    }
    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;
    }


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* ******************************************************************* */

html{
	font-family:'Lucida Grande', Meiryo, sans-serif;
	background-color: #F4F4F4;
}

.ui-widget-content {
	background: url(none)  #EEEEEE !important;
}


.errormsg{
	color:#FF0000;
}

#header{
	width:100%;
	text-align:center;
	height:160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C3D825;
}

#header_inner{
	margin:0 auto;
	text-align:left;
	width:960px;
}

h1{
	font-size:120%;
	color:#000000;
	font-weight:bold;
	padding:5px 0 5px 0;
}

#logout{
	text-align:right;
	padding-bottom:5px;
}

#schoolname{
	text-align:right;
	padding-bottom:5px;
}

#container{
	width:940px;
	min-height:500px;
	margin:0 auto;
	padding: 10px;
	background-color: #FFFFFF;

}


#footer{
	width:100%;
	text-align:center;
	height:100px;
	padding-top:30px;
}


#footer_inner{
	margin:0 auto;
	text-align:left;
	width:960px;
}


#container p{
	line-height:1.5em;
	padding-bottom:1.1em;
}

#container p.caption{
	font-size:85%;
}

#container p.red{
	color:#ff0000;
}


#container p.price{
	font-weight:110%;
	color:#FF0000;
}

#container h2{
	font-size:120%;
	font-weight:bold;
	padding:30px 0 5px 0;
}

#container h3{
	font-size:100%;
	font-weight:bold;
	padding:20px 0 5px 0;
}

#container ul{
	padding-bottom:0.5em;
}

#container ul.caption{
	font-size:85%;
}


#container li{
	padding-left:1em;
}

#container table.adminmenu{
	width:80%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}


#container table.adminmenu th{
	padding: 0.5em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}

#container table.adminmenu td{
	padding: 0.2em;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	width:20%;
}



#container table.colors{
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}


#container table.colors th{
	padding: 0.5em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

#container .specialcolor {
	color: #FF0000;
}


#container table.colors td{
	padding: 0.2em;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

#container .current_page{
	font-weight:bold;
	color: #ff0000;
}

span.notice{
	color:#ff0000;
	font-weight:bold;
}
