/* 印刷用 */

@charset "Shift_JIS";

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

/*---------------------------------------リンク指定*/

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

a:visited {
  color: #9900ff;
/*  text-decoration: underline; */
  text-decoration: none;
}

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

/*---------------------------------------レイアウトに関する指定*/

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0;
  margin: 0;
}

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 830px; 
}

#header {
  height: 120px;
  border-bottom: 1px solid #cccccc; 
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

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

#contents {
  margin-bottom: 2em;
  padding: 0 16px 16px;
  width: 428px; 
  float: right;
/*  border-left: 1px solid silver;
  border-right: 1px solid silver; */
}

#left-sidebar {
  float: left;
  width: 170px;
/*	background-color: #D3D3D3; */

	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
}

#right-sidebar {
  width: 170px;
  float: right;
  padding-left: 5px;
/*	background-color: #D3D3D3; */

	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#footer {
  clear: both;
  width: 100%;
  padding: 1em 0 2em;
  background: url(img/bg-footer.gif) no-repeat 0 0;
}

/*---------------------------------------ヘッダーブロックに関する指定*/
#utility{
	font: 75%;
    text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	color: #334d55; /*919999*/

/*	display: none; */
}

#utility a{
	color: #334d55; /*fff*/
}

#utility a:hover{
	text-decoration: underline;
}

/*サイト*/
#siteName {
  padding-top: 4px;
  padding-left: 30px;
}

#siteName a {
  text-decoration: none;
  color: #000000;
}

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

/*概要*/
#description {
  padding-top: 2px;
  padding-left: 100px;
}

/*ページタイトル*/
#pageName {
  font-weight: normal;
  margin: 16px 0px 0px 6px;

}

/* #breadCrumb */
#breadCrumb{
	font-size: 90%;
	padding: 0px 0px 0 6px;
text-align: right;
}


/* -- キーワード -- */

/*サイト名*/
h1 {
 font-size: 180%;
/* color: #334d55; */
 margin: 0px;
 padding: 0px;
}

/*ページ名*/
h2 {
  font-size: 160%;
/* color: #006699; */
 margin: 0px;
 padding: 0px;
}

/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */
h3 {
  font-size: 130%;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 20px;
  background: url(img/bg-h.gif) no-repeat 0% 50%;
}

h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 20px;
  background: url(img/bg-h.gif) no-repeat 0% 50%;
}

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

/* -- 文字 -- */
#contents p {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

/* -- リスト -- */
#contents ul {
 margin: 0.5em 0 1em 20px; 
}

#contents ol { 
margin: 1em 0 1em 25px; 
}

#contents li {
  line-height: 1.4em;
  margin-bottom: 0.2em;
}

.p_totop {
	display: none;
}

/* スクロールボックス */
.p_box {
/*	height: 88px;
	margin-bottom: 1.0em;
	background-color: #ffffff;
	border: 1px #c0c0c0 solid;
	color: #000000;
	overflow: auto; */
  line-height: 1.4em;
  margin-bottom: 0.5em;
}



/*---------------------------------------サイドバー内の要素*/

/*---------------------------------------サイドバーブロックに関する指定*/

/* -- サイドバータイトル -- */
.p_sidetitle {

  text-align: center;
  padding: 5px 0;
  background-color: #ccc;
  color: #333;

	font-weight: bold;
}

/*
----- リスト/サイドバーメニュー -----
*/

/*左サイドバー内*/
.globalnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.globalnavi li {
  display: inline;
}

.globalnavi li a {
  text-decoration: none;
  width: 152px;
  display: block;
  padding: 4px 9px;
  border-bottom: 1px solid #cccccc;

  background-color: #eee;
  color: #000;
}

.globalnavi li a:hover {
  text-decoration: none;
/*  border: 1px outset #eee; */
  background-color: #666;
  color: #fff;
}


/*右サイドバー内*/
.localnavi {
/*  list-style-type: disc; */
  list-style-type: none;
  margin-bottom: 1em;
  list-style-position:inside; 
}

.localnavi li {
  padding: 0 0 0.4em 3px;
  background-image: none;
}

.localnavi li a {
/*  padding: 0 0 0.4em 4px; */
/*  width: 100%; */
  text-decoration: none;
}

.localnavi li a:hover { text-decoration: underline; }

/*info-更新情報など----DLリスト*/
dl.sidebar-dl { margin: 1em 0 1em; }

.sidebar-dl dt {
  padding: 5px 0 2px 15px;
  border-bottom: 1px solid #666666;
  background: url(img/bg-listmark.gif) no-repeat 0 50%;
}

.sidebar-dl dd {
  padding: 0.5em 4px 0.5em 4px;
  line-height: 1.4em;
}

.sidebar-dl dd p {
  padding: 0 4px 0.5em 4px;
  line-height: 1.4em;
}

/*---------------------------------------フッターブロックに関する指定*/

#footer p {
  text-align: center;
  padding: 0.5em 0 1.5em;
}

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
  text-decoration: none;
  font-size: 90%;
  text-align: right;
  padding: 0;
  color: #999999;

	display: none;
}

