@media print{
* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 650px;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 600px;
}

th, td {
    border: 2px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 10.5pt;
}

a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}

#logo a:after {
    content: "";
}

#main_container {
	width:100%;
	float:none;
}

#header,#sub_container,#president,#footer {
	display:none; /*印刷時に不要な内容を非表示化*/
}

/*以下、現在は意味無し

#text_area {
	width:100%;
	float:none;
}

#target_area {
	width:100%;
	float:none;
}

#tab_area {
	width:100%;
	float:none;
}

#tab_name {
	width:100%;
	float:none;
}

#tab_data {
	width:100%;
	float:none;
}

#tab_schedule {
	width:100%;
	float:none;
}

#tab_admission {
	width:100%;
	float:none;
}

#tab_free {
	width:100%;
	float:none;
}

*/
