* {
	margin: 0;
	padding: 0;
}
body {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #f5f5f5;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Tahoma, sans-serif;
	color: #333;
	font-size: 62.5%;
	line-height: 1.0;
}

/*--------------------------------------------------
-format
-common
-link

-wrapper
-header
-contents
-main
-menu
-footer

-news
-article
-access

-@media
--------------------------------------------------*/


/* format
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #666;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
	border-top: 2px #e3e3e3 solid;
	border-bottom: 1px #e3e3e3 solid;
}
h2 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 5px;
	padding-top: 20px;
}
h3 {
	font-size: 1.2em;
	color: #333;
}
h4 {
	font-size: 1.1em;
}
table, th, td {
	border: 1px #e3e3e3 solid;
	border-collapse: collapse;
	padding: 5px 10px;
}
table {
/*	clear: both;*/
/*	width: 100%;*/
	font-size: 100%;
	margin-bottom: 10px;
}
th {
	background-color: #f5f5f5;
	text-align: left;
	font-weight: normal;
}
caption {
	font-size: 0.9em;
	margin: 2px 0;
}
ul, ol {
/*	clear: both;*/
	list-style-type: none;
}
p {
/*	clear: both;*/
}
img {
	border: none;
}
img.border{
	border:solid 1px;
}
em {
	font-weight: bold;
	color: #f00;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #f00;
	font-style: normal;
}

/* common
--------------------------------------------------*/
.font-sml {
	font-size: 0.9em;
	color: #000;
}
.font-b {
	font-weight: bold;
}
.font-i {
	font-style: italic;
}
.font-uline {
	text-decoration: underline;
}
.al-left {
	text-align: left;
}
.al-right {
	text-align: right;
}
.al-center {
	text-align: center;
}
.val-top {
	vertical-align: top;
}
.val-middle {
	vertical-align: middle;
}
.val-bottom {
	vertical-align: bottom;
}
.f-left {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.f-right {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear-b {
	clear: both;
}
.note {
	padding-left: 10px;
}
.none li {
	list-style-type: none;
}
.disc li {
	list-style-type: disc;
}
.square li {
	list-style-type: square;
}
.decimal li {
	list-style-type: decimal;
}
.l-alpha li {
	list-style-type: lower-alpha;
}
.u-roman li {
	list-style-type: upper-roman;
}

.notice {
	background: url("../images/notice.gif") no-repeat left 2px;
}
.new {
	background: url("../images/new.gif") no-repeat 15px 5px;
}
.notice-new {
	background: url("../images/notice-new.gif") no-repeat left 2px;
}

.hidden {
	display: none;
}

.pagetop {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

/* more-view */
p.more-view {
	clear: both;
	float: right;
	width: auto;
	padding-bottom: 5px;
}
p.more-view a {
	float: left;
	width: auto;
	line-height: 1.2;
}
p.more-view a.rss {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	text-indent: -9999px;
	background: url("../images/rss.gif") no-repeat;
}

/* line-list */
.line-list li {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px #e3e3e3 solid;
}
.line-list li.no-border {
	padding-right: 0;
	border: none;
}

/* link
--------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color: #4169e1;
}
a:hover, a:active {
	text-decoration: underline;
}

.link-ex {
/*	zoom:1;	 for IE */
	padding-right: 24px;
	background: url("../images/gaibu.gif") no-repeat right;
}

/* for IE */
.link-dir, .link-file, .link-me, .link-plane {	
	line-height: 0;
}
.link-dir a, .link-file a, .link-me a, .link-plane a {
	line-height: 1.4;
}

/* link-none */
.link-none {
	display: block;
	line-height: 1.4;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #e9e9e9;
}

/* link-dir */
.link-dir a:link,
.link-dir a:visited {
	display: block;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #7f7f7f;
	color: #fff;
}
.link-dir a:hover,
.link-dir a:active {
	background-color: #4a4a4a;
}

/* link-file */
.link-file a:link,
.link-file a:visited {
	display: block;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #e9e9e9;
	color: #4169e1;
}
.link-file a:hover,
.link-file a:active {
	background-color: #dfdfdf;
}

/* link-plane */
.link-plane a:link,
.link-plane a:visited {
	display: block;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	background: none;
	color: #4169e1;
	border-bottom: 1px #e3e3e3 solid;
	border-top: 1px #e3e3e3 solid;
}
.link-plane a:hover,
.link-plane a:active {
	background: none;
}
.link-banner{
display: block;
padding:0;
margin:3px 0 3px 0;
border: 0;
}
ul.bold{
background-color: #e9e9e9;
font-weight:bold;
border:0;
}
/* link-me */
li a.link-me:link,
li a.link-me:visited {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #bfbfbf;
	color: #4a4a4a;
}
li a.link-me:hover,
li a.link-me:active {
	background-color: #bfbfbf;
}

/* wrapper
--------------------------------------------------*/
div#wrapper {
	width: 740px;
	padding: 10px 30px;
	background-color: #fff;
	text-align: left;
	position: relative;
	font-size: 1.2em;
	line-height: 1.6;
}

/* header
--------------------------------------------------*/
div#header {
	width: 740px;
	height: 50px;
	margin-bottom: 10px;
	position: relative;
}
div#header ul {
	float: right;
	width: auto;
}
div#header li {
	float: left;
	width: auto;
}
div#header li#logo a {
	display: block;
	width: 224px;	
	height: 50px;
	text-indent: -9999px;
	background: url("../images/keio_logo.gif") no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}
div#header li#search {
	clear: both;
	display: block;
	width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
}
div#header li#search .cse-branding-right {
	float: right;
	width: auto;
}
div#header li#search input[type="text"] {
	width: 150px;
}
div#header li#search .cse-branding-logo {
	margin: 0;
	padding: 0;	
	float: left;
	width: auto;
}
/* search.html */
#cse-search-results iframe {width: 520px;}

/* contents
--------------------------------------------------*/
div#contents {
	float: left;
	width: 740px;
	margin-bottom: 50px;
}
div#contents ul.line-list {
	float: right;
	margin: 5px 0;
	padding: 5px 0;
	width: auto;
}
div#contents .line-list li {
	float: left;
	width: auto;
}

/* main
--------------------------------------------------*/
div#main {
	float: right;
	width: 520px;
	border-top: 3px #7f7f7f solid;
}
div#main p {
	margin-bottom: 20px;
}
div#main ul,
div#main ol {
	margin-bottom: 20px;
}
div#main ul {
	list-style-type: disc;
	margin-left: 20px;
}
div#main ol {
	list-style-type: decimal;
	margin-left: 30px;
}

/* menu
--------------------------------------------------*/
div#menu {
	float: left;
	width: 190px;
}

/* footer
--------------------------------------------------*/
div#footer {
	clear: both;
	width: 740px;
	text-align: center;
}
div#footer li {
	display: inline;
}
p#copyright {
	clear: both;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

/* news
--------------------------------------------------*/
div#news {
	clear: both;
	float: left;
	width: 520px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #e3e3e3 solid;
}
div#inews {
	clear: both;
	float: left;
	width: 520px;
	padding-bottom: 5px;
}
div#news h2,div#inews h2 {
	padding-top: 0;
}
div#news h3,div#inews h3 {
	float: left;
	width: auto;
	padding-top: 0;
}
div#news p.more-view,div#inews p.more-view {
	margin-bottom: 0;
}
div#news p.cap,div#inews p.cap {
	clear: both;
	margin: 0;
	padding: 0;
}
div#news dl,div#inews dl {
	clear: both;
	width: 520px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
div#news dt ,div#inews dt {
	float: left;
	clear: both;
	width: 6em;
	padding-bottom: 10px;
	padding-left: 4em;
}
div#news dd,div#inews dd {
	margin-left: 11em;
	padding-bottom: 10px;
}

/* article
--------------------------------------------------*/
div#article {
	clear: both;
	float: left;
	width: 520px;
	margin-bottom: 15px;
}
div#article h2 {
	padding-top: 0;
}
div#article h3 {
/*	float: left;*/
	width: auto;
	padding-top: 0;
}
div#article p.more-view {
	margin-bottom: 0;
}
div#article p.cap {
	clear: both;
	margin: 0;
	padding: 0;
}
div#article dl {
	clear: both;
	width: 520px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#article dt {
	float: left;
	clear: both;
	width: 6em;
/*	padding-bottom: 10px;*/
	padding-left: 4em;
}
div#article dd {
	margin-left: 11em;
/*	padding-bottom: 10px;*/
}

/* access
--------------------------------------------------*/
div#access {
	width: 520px;
	margin-bottom: 10px;
}
div#access h2,
div#access h3 {
	padding-top: 0;
}
div#access h3 {
	margin-bottom: 2px;
	border-bottom: 1px #e3e3e3 solid;
}
div#access dl {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
div#access dt,
div#access dd {
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#access dt {
	background: #e3e3e3;
}
div#access .box1 {
	clear: both;
	width: 520px;
	margin-bottom: 20px;
}

div#access .box2 {
	float: left;
	clear: both;
	width: 520px;
}
div#access .box2 dl {
	float: left;
	width: 165px;
	margin-right: 5px;
}

div#access .box3 dt {
	float: left;
	clear: both;
	width: 10em;
}
div#access .box3 dd {
	margin-left: 11em;
}

div#access .nest1,
div#access .nest2 {
	margin-top: 5px;
}
div#access .nest1 dl,
div#access .nest2 dl {
	margin-right: 0;
}
div#access .nest1 dt,
div#access .nest2 dt {
	background: none;
	color: #000;	
}
div#access .nest1 dd {
	padding-left: 10px;
	color: #555;
}

div.b-banner{
border-bottom: 1px #e3e3e3 solid;
margin: 10px 0 30px 0;
padding-bottom:20px;
font-size: 0.9em;
}


/* --------------------------------------------------
@media
--------------------------------------------------*/
	@media print {
		body {	/* @media */
			width: 100%;
			margin: 0;
			background-color: #fff;
			color: #333;
		}
		em {	/* @media */
			color: #000;
			font-weight: bold;
		}
		em.font-sml {	/* @media */
			font-size: 1.0em;
		}
		a:link, a:visited {	/* @media */
			text-decoration: underline;
			color: #333;
		}
		.link-dir a:link, .link-dir a:visited,
		.link-file a:link, .link-file a:visited,
		.link-plane a:link, .link-plane a:visited,
		li a.link-me:link, li a.link-me:visited {	/* @media */
			text-decoration: underline;
			color: #333;
			background-color: #fff;
			border: none;
		}
		.link-none {	/* @media */
			color: #333;
			background-color: #fff;
			border: none;
		}
		div#wrapper {	/* @media */
			width: 100%;
			padding: 10px 0;
		}
		div#header,
		div#footer,
		div#contents {	/* @media */
			width: 100%;
		}
		div#menu {	/* @media */
			width: 20%;
		}
		div#main {	/* @media */
			width: 70%;
		}
		div#news,
		div#news dl,
		div#access,
		div#access .box1,
		div#access .box2 {	/* @media */
			width: 100%;
		}
		div#access .box2 dl {	/* @media */
			width: 30%;
		}
		div#access .nest1 dl,
		div#access .nest2 dl {
			width: 100%;
		}
		div#header li#logo a {
			display: list-item;
			list-style-image: url("../images/keio_logo.gif");
			list-style-position: inside;
			letter-spacing: -1000em;
			font-size: 1pt;
			color: #fff;
			text-indent: 0;
		}
		div#flashcontent{
			display:none;
		}
		/* search.html */	/* @media */
		#cse-search-results iframe {width: auto;}
		
	}

