@charset "UTF-8";

/* 名古屋市立大学 人文社会学部／大学院人間文化研究科
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: url(../../images/bg_black.gif) repeat-y fixed center;
}
/* ----- firefox ----- */
html  {
	overflow-y:scroll;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #D188A8;
	background: #EFD6E1;
	text-indent: 20px;
	border-top: 1px solid #D188A8;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	text-indent: 20px;
	background: #CEE1D2;
	border-top: 1px solid #76AD83;
	border-bottom: 1px solid #76AD83;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #CDBF2D;
	background: #EDE7AB;
	text-indent: 20px;
	border-top: 1px solid #CDBF2D;
	margin-bottom: 5px;
}
.p {
	font-size: 14px;
	line-height: 1.4em;
	text-indent: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 10px;
}


a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 801px;
	margin: 0px auto 0;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	background: #FFFFFF;
}
#header {
	background: #000000;
}
#content {
	width: 100%;
}
#content .column {
	width: 100%;
}
#content  .column  #leadTerms  {
	padding: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content .column #leadTerms img {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content .column #leadEnvironment img {
	margin: 5px;
	float: right;
}

#content .column #leadEnvironment {
	border: 2px dotted #D188A8;
	width: 90%;
	padding: 5px;
	margin: 5px auto 15px;
	clear: both;
}
#content  .column  #leadEnvironment2 {
	border: 2px dotted #FF9900;
	width: 90%;
	padding: 5px;
	margin: 5px auto 20px;
	clear: both;
	height: 410px;
}
#content .column #leadEnvironment2 img {
	margin: 0px 10px 0px 0px;
	float: left;
}
#content  .column  #leadEnvironment3 {
	border: 2px dotted #76AD83;
	width: 90%;
	padding: 5px;
	margin: 5px auto 15px;
	clear: both;
}
#content  .column  #leadEnvironment3  img {
	margin: 0px 10px 0px 0px;
	float: left;
}

.centerp{
	font-size: 80%;
	line-height: 3;
	margin-top: 10px;
	text-align: center;
}
#footer {
	clear: both;
	width: 100%;
	background: #333333;
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	background: #000000;

}



/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 30px;
	border-top: 1px solid #E5E5E5;
	font-size: 12px;
	line-height: 1.2;
	color: #FFFFFF;
}
#footerNavigation li {
	margin-right: 10px;
	padding: 8px 0;
	color: #FFFFFF;
	float: right;
	background: url(../../images/arrow_big.gif) no-repeat;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
	color: #E6E6FF;
}
#copyright {
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
#footer p {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#content .column .to_pagetop {
	font-size: 14px;
	text-align: right;
	padding: 5px 5px 20px;
	width: 95%;
}
