
/* ボディに関するCSS */
body {
	font-size: 15px;
	line-height: 150%;
	background-image:  url(../img/kal-3.gif);
	margin: 0px;
	padding: 0px;
}

/* ページ構造に関するCSS */
#wrapper {
	width: 780px; /* ページの幅 */
        margin: 0 auto; /* センタリング */
	background-image: url(../img/banner.png);
}
#content {
	padding: 25px;
	width: 580px;
}
#nav{
	padding: 25px;
	
}
#footer {
	padding: 0px 0px 15px;
}

/* ヘッダーに関するCSS */
h1 {
	margin:0px;
	padding:0px;
}
#logo {
	margin:10px;
}

/* コンテンツに関するCSS */
#content h2 {
	font-size: 14px;
	width: 100%;
	height:24px;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 5px;
	background-image: url(img/sttl_bar.gif);
	background-repeat: repeat-x;
}
p.personal-history {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ナビゲーションに関するCSS */
#nav h2{
	width:210px;
	margin:0px 0px 8px;
	padding:0px;
	background-image: none;
}
#nav ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
/* フッターに関するCSS */
hr {
	height:1px;
	width:98%;
}
#credit {
	text-align: left;
	padding-left: 15px;
}


/* リンクに関するCSS */
a:link {
	color: #00F;
	text-decoration:none;
	border-bottom:1px solid #00F;
}
a:visited {
	color: #936;
	text-decoration:none;
	border-bottom:1px solid #936;
}
a:active, a:hover {
	color:#936;
	text-decoration:none;
	border-style:none;
	background-color: #EFD1E0;
}
#content h2 a{
	color:#000;
	background-color:transparent;
}

/* ページトップに関するCSS */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}





