@charset "shift_jis";

/*************************************************
 initialize
 *************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	background: #cccccc;
}

/*************************************************
 layout
 *************************************************/

#container {
	margin: 0 auto;
	width: 932px;
	background-image: url("./container_bg.png");
	background-repeat: repeat-y;
}
#header,
#global-navi,
#guide-navi,
#topic-path,
#main {
	margin: 0 16px;
}

#header {
	position: relative;
}
#header h1 {
	height: 80px;
	overflow: hidden;
}
#header h1 img {
	vertical-align: bottom;
}
#header-navi {
	color: #ffffff;
	background-image: url("./hnavi_bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 880px;
	text-align: right;
	font-size: 81%;
	padding: 7px 10px;
	width: 320px;
	height: 14px; /* 28px */
	line-height: 1em;
}
#header-navi a {
	color: #ffffff;
}
#search-box {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 93%;
}

#global-navi {
}
#global-navi ul {
	background-image: url("./gnavi_bg.png");
	background-repeat: repeat-x;
	height: 45px;
	margin: 0;
	padding-left: 28.5px;
}
#global-navi ul li {
	display: inline;
	margin: 0;
	text-indent: -32768px;
	outline: 0;
}
#global-navi ul li a {
	background-image: url("./gnavi_fg.jpg");
	height: 45px;
	display: block;
	float: left;
	outline: 0;
}
#global-navi-top a {
	background-position: 0px 0px;
	width: 121px;
}
#global-navi-top a:hover { background-position: 0px -45px; }
#global-navi-top.here a { background-position: 0px -90px; }
#global-navi-festival a {
	background-position: -121px 0px;
	width: 120px;
}
#global-navi-festival a:hover { background-position: -121px -45px; }
#global-navi-festival.here a { background-position: -121px -90px; }
#global-navi-event a {
	background-position: -241px 0px;
	width: 121px;
}
#global-navi-event a:hover { background-position: -241px -45px; }
#global-navi-event.here a { background-position: -241px -90px; }
#global-navi-participant a {
	background-position: -362px 0px;
	width: 120px;
}
#global-navi-participant a:hover { background-position: -362px -45px; }
#global-navi-participant.here a { background-position: -362px -90px; }
#global-navi-offer a {
	background-position: -482px 0px;
	width: 119px;
}
#global-navi-offer a:hover { background-position: -482px -45px; }
#global-navi-offer.here a { background-position: -482px -90px; }
#global-navi-access a {
	background-position: -601px 0px;
	width: 120px;
}
#global-navi-access a:hover { background-position: -601px -45px; }
#global-navi-access.here a { background-position: -601px -90px; }
#global-navi-link a {
	background-position: -721px 0px;
	width: 121px;
}
#global-navi-link a:hover { background-position: -721px -45px; }
#global-navi-link.here a { background-position: -721px -90px; }

#guide-navi {
}
#guide-navi ul {
	background-image: url("./guide_bg.jpg");
	margin: 20px 20px 0 20px;
	padding: 5px 0 0 695px;
	width: 165px; /* 860px */
	height: 195px; /* 200px */
}
#guide-navi ul li {
	display: inline;
	margin: 0;
}
#guide-navi ul li a {
	display: block;
	text-indent: -32768px;
	outline: 0;
	margin-bottom: 5px;
	background-image: url("./guide_fg.png");
	width: 160px;
	height: 60px;
}
#guide-navi-visitor a { background-position: 0px 0px; }
#guide-navi-visitor a:hover { background-position: -160px 0px; }
#guide-navi-participant a { background-position: 0px -60px; }
#guide-navi-participant a:hover { background-position: -160px -60px; }
#guide-navi-offer a { background-position: 0px -120px; }
#guide-navi-offer a:hover { background-position: -160px -120px; }

#topic-path {
	padding: 10px 20px 0 20px;
}

#content {
	width: 630px; /* 670px */
	float: left;
	padding: 10px 20px 20px 20px;
}
#sidebar {
	width: 210px; /* 230px */
	float: left;
	padding: 10px 20px 20px 0;
}

#footer {
	clear: left;
	text-align: center;
	background-color: #cccccc;
	background-image: url("./footer_bg.png");
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

/*************************************************
 detail
 *************************************************/

#content h2 {
	color: #ffffff;
	background-image: url("./caption_bg.png");
	background-repeat: no-repeat;
	width: 590px;
	height: 22px; /* 34px */
	padding: 6px 0 6px 40px;
	font-size: 138.5%;
	line-height: 1em;
}
#content h3 {
	color: #000000;
	padding: 3px 10px;
	border-width: 0 0 2px 8px;
	border-style: solid;
	border-color: #0010bf;
	font-size: 123.1%;
	line-height: 1em;
}
#content h4 {
	color: #0010bf;
	font-size: 108%;
	line-height: 1em;
}
#content h2 + *,
#content h3 + *,
#content h4 + * {
	margin: 0.8em 0;
}
#content p,
#content form,
#content blockquote,
#content dl,
#content ul,
#content ol,
#content form p {
	margin: 0.8em 0;
}
#content dt {
	font-weight: bold;
	color: #ff0090;
}
#content ul > li {
	margin-left: 1.5em;
	list-style-type: square;
}
#content ul > li ul > li {
	list-style-type: circle;
}
#content ol > li {
	margin-left: 1.5em;
}
#content dl ul,
#content dl ol {
	margin: 0.2em 0;
}
#content form dl,
#content table dl {
	margin: 0;
}
#content table {
	border-collapse: separate;
	border-spacing: 0 5px;
	margin: -5px 0;
}
#content table td {
	padding: 0.2em 0.5em;
}
#content table th {
	color: #ffffff;
	background: #333399;
	padding: 0.2em 0.5em;
}
#content img {
	vertical-align: middle;
}

#sidebar .section {
	margin-bottom: 15px;
}
#sidebar .section-header {
	color: #ffffff;
	background-image: url("./side_caption_bg2.png");
	background-repeat: no-repeat;
	width: 210px;
	height: 22px; /* 34px */
	text-align: center;
	padding: 6px 0;
	line-height: 1em;
	font-size: 138.5%;
}
#sidebar .section-body {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 93%;
}
#sidebar .section-body ul {
	margin: 0;
}
#sidebar .section-body ul li {
	margin: 0 0 -5px 0;
	padding: 10px 4px; /* 10px 5px */
	list-style-type: none;
}
#sidebar .section-body ul li + li {
	margin: -20px 0 -5px 0;
}

#footer address {
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 3px #999999;
}

/*************************************************
 individual
 *************************************************/

#index-modified dl {
	height: 200px;
	overflow: auto;
	border: dashed 1px #666666;
	padding: 10px;
}

#access-campus {
	width: 450px;
	height: 300px;
}

/*************************************************
 generals
 *************************************************/

a:link {
	color: #ff8050;
}
a:visited {
	color: #995080;
}
a:hover {
	color: #ff0090;
	text-decoration: none;
}
a:active {
	
}

img {
	border: none;
}
strong {
	color: #ee3333;
	font-weight: bold;
}

input[type="text"],
textarea {
	padding: 2px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 2px 5px;
}

.center {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}
.right {
	text-align: right;
}
.float-right {
	float: right;
}
.float-right img {
	margin: -0.8em 0 -0.8em 0.8em;
}

.domain {
	vertical-align: middle;
}
.hidden {
	display: none;
}
.error {
	background: #995080;
	color: #ffffff;
}
.clear {
	clear: both;
}
