@charset "utf-8";

/*******************************************************************************
 *
 *  Web Site  : https://www.ritsumei.ac.jp/lt/euroislam/
 *  Modified  : 2019.05.11
 *  lastUpdate  : 2019.05.24
 *  File		 :  integrate.css
 *  Description : ヨーロッパ・イスラーム史専攻ウェブページ　css統合
 
 ******************************************************************************/
 
/* Font */
body {
  font: YuGothic,'遊ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
  margin: 0px;
}
 
 
/* General */
#all {
	position: relative;
	padding-bottom:30px;
	text-align:left;
}
.wideclear hr {
  margin-bottom: 20px;
  visibility: hidden;
}
h1, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li {
  margin: 0;
}
h1, h2, h3 {
  text-align: center;
 }

/* Layout */
nav, aside {
  display: block;
}
header {
  height: 200px;
  width: 100%;
  background: url(lt/euroislam/common/img/img0011.jpg);
  background-size: cover;
  background-position: bottom 90px;
}
aside {
  float: left;
  width: 25%;
}
article {
  float: right;
  width: 70%;
  margin: 20px;
  text-align: justify;
}
footer {
   clear: both;
   font-size: 62.5%;
}
address {
   padding: 0 0 5px 10px;
}

/* header */
#global_header {
	position: relative;
	background-color: #990000;
	width: 100%;
	z-index: 20;
}
#global_navigation {
	position: absolute;
	padding-right: 20px;
	top: 7px;
	right: 0;
	z-index: 40;
}
#global_navigation ul li {
	float:left;
	list-style:  none;
	font-size: 62.5%;
	border-left: 1px solid #fff;
	line-height: 1;
}
#global_navigation ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}
#global_navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.nomargin {
  margin: none;
}

/* contents */
#content {
  position: relative;
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-bottom: 10px;
}
.smallcap {
  position: relative;
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-bottom: 10px;
}
.smallcap  a:link {
	color: #000000;
	text-decoration: none;
}
.smallcap  a:hover {
	color: #0000ff;
}
.smallcap  a:visited {
	color: #000000;
}
.smallcap  a:active {
	color: #000000;
}

/* aside */
#aside_navigation ul li {
	list-style: none;
}
#aside_check {
  vertical-align: middle;
}


/* article */
.article_image {
  padding: 5px;
  float: right;
  margin: 5px;
}
.main_image {
  padding: 5px;
  margin: 5px;
  text-align: center;
}

/* footer */
#footer_navigation {
  position: absolute;
  background: #272c32;
  color: #ffffff; 
	z-index: 30; 
}
#footer_navigation ul li {
  float: right;
	list-style: none;
  padding: 7px 0;
  background: #272c32;
  color: #ffffff; 
}
#footer_navigation ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_navigation ul li a:hover {
	color: #fff;
}
#footer_copyright {
  position: relative;
  text-align: right;
  padding: 7px 30px 7px 0;
  background: #272c32;
  color: #ffffff; 
}

