﻿@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	font-size: 95%;
	line-height: 160%;

	background-image: url(../img/common/bck.gif);
}


/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #FFF;
/*	border-right: 1px solid #000;
	border-left: 1px solid #000;
*/
}

#header {
	width: 700px;
	margin-bottom: 10px;
}

#nav {
	line-height: 170%;
	margin: 5px 0px;
	padding: 0px;
	list-style: none;	
	float: left;	
}

#content {
	clear: left;
	width: 658px;
	border-bottom: 1px solid #999;
/*	border: 1px solid #999;*/
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width: 423px;
	margin-right: 15px;
	float: left;	
}

#sidebar {
	width: 190px;
	padding: 7px 15px 15px;
	background-image:url(../img/common/bck_top_news.gif);
	float: right;	
}


/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1 {
	padding: 0px;
	margin: 0px;
}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	font-size: 85%;
	float: left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 108px;
	height: 22px;
}

#nav a {
	color: #000;
	display: block;
	width: 118px;
	height: 22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

abbr[data-tooltip] {
  position: relative;
  cursor: pointer; /* 手のひらマークに変更 */
  text-decoration: underline dotted; /* 下線で略語であることを示す */
}

abbr[data-tooltip]:hover::after {
  content: attr(data-tooltip); /* data-tooltipの中身を呼び出す */
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color:#0099FF;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0.85rem;
  z-index: 10;
  opacity: 0.75;
}
/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img {
	border: none;
}

img.topkey {
	margin-bottom: 15px;
}


/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	font-size: 115%;
	margin: 0px;
}

h3 {
	background-image:url(../img/common/bck_H3.gif);
	
	font-size: 110%;
	border-bottom-width: 4px;
	border-bottom-style: double;	/* ridge;*/
	border-bottom-color:  #999;
	padding-bottom: 2px;
	border-top-width: 4px;
	border-top-style: double;	/* groove;*/
	border-top-color: #999;
	padding-top: 2px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

#content p{
	text-indent: 1em;
}

img.thumb {
	float: left;
	margin-right: 10px;
}

.mail {
	margin-top: 10px;
	clear: both;
}

table {
	width: 100%; 
	border: 1px solid #666;
}

td {
	padding: 2px;
	background-color: #F2F2F2;
	border: 1px solid #666;
}

th {
	padding: 2px;
	background-color: #D7D7D7;
	border: 1px solid #666;
}

/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar img {
	margin-left: 25px;
}

.line {
	width: 100%;
	background-image: url(../img/common/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	clear: both;
	margin-top: 5px;
	text-align: center;
	

}


/* リンクに関するCSS
--------------------------------------------------------------------------------*/
a:link { text-decoration: none; }

a:visited { text-decoration: none ;}

a:hover { text-decoration: underline; }
