@charset "UTF-8";

/*--------------------------------

    愛知県立大学 第13回県大祭HP
        Default Style

--------------------------------*/

* { margin: 0; }

body {
	text-align: center;
	background: #eee url(../img/shadow.gif) repeat-y center scroll;
}

body > center { display: none; }
center { clear: both; }

a:link, a:visited { color: #28c; }
a:hover, a:active { color: #960; }

em, strong {
	font-size: larger;
	font-weight: bold;
	font-style: normal;
}

.red {
	color: #f00;
	font-weight: bold;
}

.sun { color: #f00; }
.sat { color: #00f; }

#wrap {
	width: 840px;
	text-align: left;
	margin: auto;
}


/* header */

#header {
	height: 100px;
	padding: 0 30px;
	color: #b20;
	background-color: #fff;
	background-image: url(../img/back.png);
}

#header ul {
	float: right;
}

#header li {
	float: left;
	list-style-type: circle;
	margin-top: 4px;
	margin-left: 2em;
	font-size: smaller;
}

#header h1 {
	clear: both;
}

#header h1 a {
	color: #f30;
	text-decoration: none;
}

#header p {
	font-weight: bold;
}


/* menu */

#menu ul {
	padding: 0;
	text-align: center;
}

#menu li {
	width: 140px;
	float: left;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#menu a {
	height: 25px;
	padding-top: 8px;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	background-image: url(../img/menu.gif);
}

#menu a:link, #menu a:visited {
	color: #fff;
}

#menu a:hover, #menu a:active {
	color: #fff;
	background-position: 0 -33px;
}

#menu .current {
	height: 25px;
	padding-top: 8px;
	padding-left: 8px;
	display: block;
	color: #fff;
	background-image: url(../img/menu_current.gif);
}

/* main */

#main {
	width: 820px;
	clear: both;
	float: left;
	padding: 10px;
	background-color: #fff;
}

#main ul {
	padding: 0 1em;
}

#left {
	width: 200px;
	float: left;
}

#left > .box_top {
	height: 34px;
	background-image: url(../img/sub_top.gif);
}

#left > .box {
	min-height: 32em;
	background-image: url(../img/sub_middle.gif);
}

#left > .box_foot {
	height: 34px;
	background-image: url(../img/sub_foot.gif);
}

#right {
	width: 610px;
	float: left;
	padding-left: 10px;
}

#right h3 {
	clear: both;
	height: 24px;
	margin: 0.5em 0;
	padding: 5px 25px;
	background-image: url(../img/heading.gif);
}

#right h3 + div {
	padding: 10px;
	border: 1px #eee solid;
	background-color: #f8f8f8;
	line-height: 1.5em;
}



/* topic path */

#path {
	clear: both;
	font-size: smaller;
	text-align: right;
	padding: 0.5em 0;
}

#path li {
	display: inline;
	padding-right: 20px;
	background: #fff url(../img/path.gif) no-repeat right center;
}

#path .current {
	font-weight: bold;
	background-image: none;
	padding-right: 0.5em;
}



/* footer */

#footer {
	width: 100%;
	clear: left;
	text-align: center;
	font-size: smaller;
	padding: 0.5em 0;
	background: #f30 url(../img/foot_back.gif);
	color: #fff;
}

#footer #footmenu a {
	text-decoration: none;
	color: #fff;
	padding: 0 2em;
}

#footer #footmenu span {
	font-weight: bold;
	padding: 0 2em;
}

#footer #copyright {
	font-weight: bold;
	margin-top: 0.5em;
}