charset "Shift_JIS";

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

body{
color:#333333;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}
address {
	font-style: normal;
	text-align: center;
}


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

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

span{
visibility:hidden;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

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

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

#header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(imgs/Header12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 75px;
	width: 760px;
}

#globalnavi {
	width: 100%;
	height: auto;
}

#container {
	width: 100%;
}

/* 実質700px */
#contents { padding: 0 50px 2em; }

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


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	position: absolute;
	width: 257px;
	height: 47px;
	left: 73px;
	top: 9px;
}

h1 a{
	display: block;
	height: 50px;
	width: 391px;
	text-decoration: none;
}

h1 a:hover{
	text-decoration: none;
}


h1 a:visited{
	text-decoration: none;
}


/* -- 概要 -- */
.description {
	height: auto;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul#set1 {
	list-style-type: none;
	height: 35px;
}

#globalnavi ul#set2 {
	list-style-type: none;
	height: 35px;
}


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

#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	background-color: #0099ff;
	color: #000000;
	padding: 10px;
	height: auto;
}

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

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
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; }

/* -- 文字 -- */
#contents p {
	line-height: 1.6em;
	margin-bottom: 0.5em;
	text-indent: 10px;
}

#contents p a{
color:#333333;
text-decoration:none;
}

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

/* -- 以下 リスト関係 -- */
#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; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/**/


div a#hgh {
   color:#0000FF;
   text-decoration:underline;
}
div a#hgh:hover{
   color:#FF0000;
	text-decoration:underline overline;
}


.spacer{
	height:75px;
}

#navimap{
	font-size: 0.8em;
	height: 30px;
	width: 100%;
	clear: left;
	line-height: 30px;
	padding-left: 30px;
}

address{
	font-style: normal;
	text-align: center;
}


#link_sub{
	font-size: 0.8em;
}

#link_sub h4{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#link_sub p{
	margin: 0px;
	padding: 0px;
}

.linkcolor{
color:#333333;
}

ul#linkset{
	font-size: 11px;
}
ul#linkset a{
color:#0000ff;
}

/*文字組追加20101202*/


h4.komidasi{
	font-weight: 300;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 0.9em;
	text-indent: 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	width: 50%;
}

blockquote{
	font-size: 0.8em;
	background-color: #eeeeee;
	border: 1px dotted #999999;
	color: #666666;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

