@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに持EE*/
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.85em;
	text-align: center;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- レイアウトに関する持EE*/

#wrapper {
	text-align: left;
	width: 950px;
	border: 1px solid #cccccc;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	border-bottom: 1px solid #cccccc;
	background-image: url(img/header.jpg);
	height: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
	float: left;
	width: 690px;
}

#contents {
	float: right;
	width: 470px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-top: 4em;
	padding-right: 19px;
	padding-bottom: 4em;
	padding-left: 19px;
}
#contents .sintyaku {
	height: 100px;
	overflow: scroll;
}


#left-sidebar {
	float: left;
	width: 170px;
	padding-top: 4em;
	padding-right: 5px;
	padding-bottom: 2em;
	padding-left: 5px;
}

#right-sidebar {
	float: right;
	width: 250px;
	padding-top: 4em;
	padding-right: 5px;
	padding-bottom: 2em;
	padding-left: 5px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

/* ---------------------------------------- #header冁EE持EE*/

/* -- 見Eしレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業吁EショチEE吁Eサイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
	text-decoration: none;
	background-color: #000;
	color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要E-- */
.description { }

/* ---------------------------------------- #globalnaviの持EE*/

#globalnavi ul {
	width: 100%;
	list-style-type: none;
	position: absolute;
	background-color: #09F;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0.5em 1em;
	background-color: #0CF;
	color: #000000;
}

#globalnavi li a:hover {
  background-color: #99ccff;
  color: #ff0000;
}

/* ---------------------------------------- #contents冁EE持EE*/

/* -- 見EぁE-- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 斁EE-- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスチE-- */
#contents .topic-path {
	line-height: 1em;
	margin-bottom: 2em;
}

/* -- 以丁Eリスト関俁E-- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar冁EE持EE*/

/* -- カチEリタイトル -- */
.sidetitle {
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
	text-align: center;
}

/* -- リスチE-- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 0.5em 5px;
	background-color: #eeeeee;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer冁EE持EE*/
#footer p { text-align: center; }

/* 以丁ECSSチEインサンプルクレジチE部刁E*/
#cds{ display: none; }
em {
	font-style: normal;
}

