@charset  "utf-8";

html { width: 100%; height: 100%; }
body {
	width: 100%;
    color: #555;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
	height: 100%;
	background-color: #F2F2EE;
	font-family:
			"メイリオ","Meiryo",
			"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
			Osaka,"ＭＳ Ｐゴシック","MS P Gothic",
			Arial,Helvetica,sans-serif;
}
/*html[xmlns] body { font-family: sans-serif; }*/
* html body { font-size: 78%; line-height: 1.72;}
*:first-child+html body { font-size: 78%; line-height: 1.72;}

ol,ul,dl,li,dt,dd,h1,h2,h3,h4,p,img,body
{ border: 0; margin: 0; padding: 0; }


a:link, a:visited, a:active { text-decoration: none; }
a:link { color: #4F6D9D; }
a:visited {	color: #808080; }
a:active { color: #09F; }
a:hover	{ text-decoration: underline; color: #D90000; }


}
/*----\*/
 * html a.arrow { height: 1%; background-position: 0px 3px; }
/*-----*/
*:first-child+html a.arrow { background-position: 0px 4px; }

a.arrow-in {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	min-height: 13px;
	display: inline-block;
}
/*----\*/
 * html a.arrow { height: 1%; background-position: 0px 3px; }
/*-----*/
*:first-child+html a.arrow { background-position: 0px 4px; }

.article a.selected { color: #CCC; }

.imp { color: #D90000; }

hr {
	clear: both;
	height: 3px;
	border-top: 3px solid #C0C0C0;
	margin: 1.75em 0;
	text-align: center;
	width: 100%;
}
ul { list-style: none; }
blockquote { margin: 0 18px; }

#wrap {
	width: 862px;
	margin: 0 auto;
	position:relative;
	background-color: #FFF;
	background-image: url(../resources/bg_wrap.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

body > #wrap {
	height: auto;
}
/*\*//*/
html { width: auto; height: auto; }
/**/

.floatLeft {
	float: left;
	margin: 0.2em 1em 0.2em 0;
}
.floatClear {
	clear: both;
}

.txtSmall { font-size: x-small; display: inline-block; line-height: 1.5; }
*:first-child+html .txtSmall { font-size: 83.3%; }
.txtCenter { text-align: center; }
.txtRight { text-align: right; }

.txtSmall a.arrow {
	background-position: 0px 3px;
	padding-left: 13px;
}

/* 	header bigin
-------------------------------------------------------------------------*/

#wrapHead {
	width: 100%;
	height: 115px;
	text-align: center;
	position: relative;
	top: 0; left: 0;
}

#header {
	width: 862px;
	height: 115px;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
}



/* 	content bigin
-------------------------------------------------------------------------*/

#wrapContent {
	width: 862px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	clear: both;
}
.content, .index, .topic {
	width: 801px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 2em;
} .content:after, .index:after, .topic:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content, .index, .topic { display: inline-block; }
/*----\*/
 * html .content, * html .index, * html .topic { height: 1%; display:block; }
/*-----*/

.content {
	background-repeat: repeat-y;
	background-position: -31px 0px;
}

.main {
	width: 599px;
	float: left;
	text-align: left;
	position: relative;
} .main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main { display: inline-block; }
/*----\*/
 * html .main { height: 1%; display:block; }
/*-----*/

.content .main {
	width: 568px;
}

/*	heading bigin
-------------------------------------------------------------------------*/
.main .heading {
	width: 568px;
	height: 80px;
	display: block;
	padding-bottom: 25px;
}
.main .heading h2 {
	width: 568px;
	height: 52px;
	display: block;
	line-height: 100%;
	text-decoration: none;
	background-image: url(../prof/resources/h2_freedom.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	text-indent: -5000px;
	font-size: 10px;
	/*Hides from MAC-IE\*/
	overflow: hidden;
	/**/
}

.extra .heading {
	width: 100%;
	height: 49px;
	display: block;
	border-bottom: 1px solid #C0C0C0;
}
.extra .heading h2 {
	width: 195px;
	height: 49px;
	display: block;
	text-indent: -5000px;
	font-size: 10px;
	line-height: 100%;
	text-decoration: none;
	background-image: url(../prof/resources/h2_extra.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	/*Hides from MAC-IE\*/
	overflow: hidden;
	/**/
}

/* Topic path */
.heading .path {
	display: block;
	position: relative;
	left: 0; top: 0;
	padding-top: 8px;
	line-height: 100%;
	font-size: x-small;
	text-align: left;
	height: 18px;
} .heading .path a, .heading .path span {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 12px;
	color: #808080;

} .heading .path span {
	background-repeat: no-repeat;
	background-position: 0 1px;
	color: #CCC;
}

.upDate {
	position: relative;
	bottom: 0;
	text-align: right;
}

/*	                                                          heading end
-------------------------------------------------------------------------*/


/*.main h3 {
	font-size: 110%;
	color: #333;
	padding-bottom: 0.3em;
	clear: both;
	border-bottom: 1px dotted #C0C0C0;
}*/
.main h3 {
	font-size: 110%;
	color: #404040;
	padding: 4px 0 3px 3px;
	line-height: 1;
	clear: both;
	border-bottom: 0px dotted #C0C0C0;
	background-image: url(../resources/bg_v_stripe.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

.main h4 {
	font-size: 100%;
	padding: 0.35em 0 0.4em 0;
	margin-bottom: 0.4em;
	clear: both;
	line-height: 1;
	border-bottom: 1px dotted #C0C0C0;
}
.main h5 {
	font-size: 100%;
	margin-top: 1em;
	clear: both;
	border-bottom: 0px dotted #C0C0C0;
}


.extra {
	width: 195px;
	float: right;
	position: relative;
}
.content .extra {
	padding-left: 6px;
	border-left: 0px solid #FFF;
}

.article {
	width: 100%;
	float: left;
} .article .article {
	margin-left: 18px;
	padding: 1.75em 0 1.75em 0;
	width: auto;
	float: none;
} .article .article .article {
	margin: 0;
	padding: 0;
	border-top: 0px dotted #0047B8;
	width: auto;
}

.article p, .article dd, .article ul {
	margin-bottom: 1.75em;
}
.tblBasis dd, .tblBasis ul {
	margin-bottom: 0;
}

.article .article ul {
	padding-left: 25px;
	list-style: disc;
}
.article .article ul.listNone {
	padding-left: 0;
	list-style: none;
}

.article dd dd {
	margin-bottom: 0;
}
.article ol {
	padding-left: 25px;
	margin-bottom: 1.75em;
}
.article .articleExt {
	float: right;
	margin-left: 1em;
	padding-left: 14px;
	border-left: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	/*\*//*/
	width: 165px;
	/**/
}
.article .articleExt img { margin-top: 6px; }
.article .articlePhoto {
	float: right;
	margin-left: 1em;
	/*\*//*/
	width: 165px;
	/**/
} .article .articlePhotoL {
	float: left;
	margin-right: 1em;
	/*\*//*/
	width: 165px;
	/**/
}
.article .articlePhoto img { margin-top: 3px; }
.article .articlePhotoL img { margin-top: 3px; }

.articleExt h3 {
	font-size: 100%;
	border-bottom: none;
}


.menu { padding-top: 1em; }


.column {
	width: 100%;
	display: block;
	clear: both;
	/*\*//*/
	clear: none;
	/**/
} .column:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column { display: inline-block; }
/*----\*/
 * html .column { height: 1%; display:block; }
/*-----*/

.col2L {
	width: 48%;
	float: left;
	position: relative;
}
.col2R {
	width: 48%;
	float: right;
	position: relative;
}

.col3L {
	width: 32%;
	float: left;
	position: relative;
	clear: left;
}
.col3C {
	width: 32%;
	float: left;
	position: relative;
	margin-left: 2%;
}
.col3R {
	display: block;
	width: 32%;
	float: right;
	position: relative;
}
.col3LC {
	display: block;
	width: 66%;
	float: left;
	position: relative;
}
.col3CR {
	display: block;
	width: 66%;
	float: right;
	position: relative;
}

.article .col4L {
	width: 135px;
	float: left;
	position: relative;
	clear: left;
}
.article .col4C {
	width: 135px;
	float: left;
	position: relative;
	margin-left: 9px;
}
.article .col4R {
	display: block;
	width: 135px;
	float: right;
	position: relative;
}



.menu dl { margin-bottom: 0.9em }
.menu dt {
	height: 18px;
	font-weight: normal;
	color: #0047B8;
	line-height: 100%;
	margin-bottom: 0.5em;
	text-indent: -5000px;
	font-size: 10px;
	line-height: 1;
	text-decoration: none;
	background-image: url(../prof/resources/menu_idx.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*Hides from MAC-IE\*/
	overflow: hidden;
	/**/
}
.menu dl.idx2 dt { background-position: 0 -18px; }
.menu dl.idx3 dt { background-position: 0 -36px; }
.menu dl.idx4 dt { background-position: 0 -54px; }
.menu dl.idx5 dt { background-position: 0 -72px; }
.menu dl.idx6 dt { background-position: 0 -90px; }
.menu dl.idx7 dt { background-position: 0 -108px; }
.menu dl.idx8 dt { background-position: 0 -126px; }

.menu dt.selected {	background-image: url(../resources/bg_menu_dt.gif); }
.menu dl ul {
	margin-left: 14px;
}
.menu dd, .menu li {
	line-height: 1;
	margin-bottom: 0;
}

.menu dd a, .menu dd span.noLink, .menu li a {
	display: block;
	padding: 6px 0px;
}

span.noLink{ color: #CCC; }

.menu dd a:link, .menu li a:link,
.menu dd a:visited, .menu li a:visited,
.menu dd a:active, .menu li a:active { color: #808080; }
.menu dd a:hover, .menu li a:hover {
	text-decoration: none;
	color: #D90000;
}
.menu dd a:link.selected, .menu li a:link.selected,
.menu dd a:visited.selected, .menu li a:visited.selected,
.menu dd a:active.selected, .menu li a:active.selected {
	text-decoration: none;
	color: #CCC;
}

.menu dd a.nWin, .menu li a.nWin {
	background-position: 0px 6px;
	padding-left: 16px;	background-image: url(../resources/icon_window.gif);
	background-repeat: no-repeat;

}

/*----\*/
 * html .menu dd a, * html .menu li a { height: 1%; }
/*-----*/


table { margin-top: 0.5em; margin-bottom: 2.25em; }
table.tblBasis {
	border-collapse: collapse;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	background-color: #FFF;
} table.tblBasis th {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	text-align: center;
	padding: 0.55em 0.4em;
	line-height: 1;
	font-weight: normal;
} table.tblBasis td {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 0.25em 0.4em;
} table.tblBasis td.elIdx {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
} table.tblBasis td.elDat {
	text-align: right;
	width: 10%;
} table.tblBasis caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.35em;
	padding-left: 3px;
} table.tblBasis p {
	margin-bottom: 0;
}


table.tblLine {
	border-collapse: collapse;
	border-left: 0;
	border-right: 0;
	background-color: #FFF;
} table.tblLine th {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 0;
	border-right: 0;
	text-align: center;
	padding: 0.55em 0;
	line-height: 1;
	font-weight: normal;
} table.tblLine td {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 0;
	border-right: 0;
	padding: 0.25em 0;
} table.tblLine td.elIdx {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 0;
	border-right: 0;
} table.tblLine td.elDat {
	text-align: right;
	width: 10%;
} table.tblLine caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.35em;
	padding-left: 3px;
} table.tblLine p {
	margin-bottom: 0;
}



/* 	                                                          content end
-------------------------------------------------------------------------*/



/* 	empty bigin
-------------------------------------------------------------------------*/

.empty {
	width: 100%;
	display: block;
	clear: both;
}





#footer {
	width: 801px;
	height: 70px;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
	clear: both;
} #footer #campusAdd {
	color: #777;
	font-size: 11px;
	float: left;
	position: relative;
	left: 0;
	padding-top: 7px;
	width: 660px;
} #footer #copyright {
	color: #CCC;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 125%;
	float: right;
	position: relative;
	right: 0;
	top: 10px;
	width: 100%;
	text-align: right;
}




/*\*//*/
#wrapFoot { position: relative; }
/**/


/*	                                                           footer end
-------------------------------------------------------------------------*/


