@charset "Shift_JIS";
@import "globalnavi.css";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}
html {
    overflow-y:scroll;
    }
a:link {
  color: #0000ff;
  text-decoration: underline;
}

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

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.8em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #EBEBEB;
  background-image: url(../img/common/bg.jpg);
  background-repeat: repeat-x;
}

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

#wrapper {
	text-align: left;
	margin: 0 auto 0;
	width: 950px;
	background-color: #FFFFFF;
}

#header {
  height:68px;
  background-image: url(../img/common/bg.jpg);
  background-repeat: repeat-x;
}

#globalnavi {
  width: 949px;
  position: relative;
}

#contents {
	float: left;
	width: 630px;
	height: 100%;
	padding: 29px 29px 2em 30px;
	border-right: 1px solid #BABABA;
}

#sidebar {
	float: right;
	width: 239px;
	padding: 29px 0 2em 15px;
}

#footer {
  clear: both;
  height:60px;
  border-top: 1px solid #BABABA;
  background-color: #1B1B1B;
  background-image: url(../img/common/bg_footer.jpg);
}

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

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

/* -- 企業名 -- */
.logo {
}

/* -- 概要 -- */
.description {float:right;
	font-size: 0.9em;
	color: #333333;
	padding: 10px 20px 0 0;}

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

#globalnavi ul {
	width: 950px;
	height: 33px;
	list-style-type: none;
	position: absolute;
}

#globalnavi li {
  text-align: center;
  width: 158px;
  float: left;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
}

#globalnavi li a:hover {
}
.main-img {padding-top:36px;
}
/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
  font-size: 1.2em;
  height:21px;
  margin-bottom: 1.5em;
  padding: 6px 10px 6px 30px;
  background-image: url(../img/common/bg_h2.jpg);
}

h3,h4,h5,h6 {
	margin-top: 1em;
	color: #4677AF;
 }

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

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

.small {
	font-size: 0.8em;
}
.xsmall {
	font-size: 0.7em;
}
.dotline {
	border-bottom: 1px dotted #cccccc;
	margin-right:10px;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.marg010{
	margin-left:10px;
}

.topicstop ul{
}
.topicstop li{
  list-style-position:inside;
  padding: 0 5px 0.5em 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
}

/* -- テーブル関係 -- */
table1 {
	border-collapse:collapse;
}
.table1 th {
	padding: 6px 16px;
	color:#000000;
	border: 1px solid #FFFFFF;
	text-align:left;
	line-height: 1.6em;
}
.table1 td {
	padding: 6px;
	border: 1px solid #FFFFF;
	line-height: 1.6em;
}

table2 {
	border-collapse:collapse;
	line-height: 1.6em;
}
.table2 td {
	padding: 1px 0;
	line-height: 1.6em;
}
/* ---------------------------------------- #sidebar内の指定 */


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

.localnavi li { display: inline; }

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

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

/* ---------------------------------------- #footer内の指定 */
#footer p {
  text-align: center;
  color:#FFFFFF;
  padding:20px 0 0 0;
}
