@charset "UTF-8";

@import url("base.css");

/* \*/ /* except for MacIE */
@import "context.css";
/* */

/*----------------
*	Style Name: Print Stylesheet
*	Description: 印刷用のスタイル
*
*	=1. Settings
*	=2. Header
*	=3. Global Navigation
*	=4. Main
*	=5. Footer
*
*	Suggested order:
*		content
*		quotes
*		counter
*		marker-offset
*		list-style
*		cursor
*		outline
*		display
*		position
*		z-index
*		float
*		clear
*		direction
*		unicode-bidi
*		width
*		height
*		line-height
*		vertical-align
*		clip
*		visibility
*		margin
*		padding
*		border
*		caption-side
*		table-layout
*		border-collapse
*		border-spacing
*		empty-cells
*		speak-header
*		color
*		font
*		text-indent
*		text-align
*		text-decoration
*		text-shadow
*		letter-spacing
*		word-spacing
*		text-transform
*		white-space
*		background
----------------*/

/*======================================

	=1. Settings

=======================================*/

body {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10pt;
}

div#header,
div#content,
div#footer {
	width: 100%;
	clear: both;
	padding: 0;
}

/*======================================

	=2. Hidden Blocks

=======================================*/

div#header ul,
div#nav,
div#footer ul#banners,
div#footer p#fnav,
div#footer p#ci,
div#footer p#footerDescription {
	display: none;
}


body.schedule div#main div.section img,
body.institution div#main div.section img {
	display: block;
	max-width: 100%;
}

body.schedule div#main div.section br,
body.institution div#main div.section br {
	display: none;
}

