@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
	color: #00F;
}

a:hover {
	color: #06C;
}

a:visited {
	color: #F00;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

#page_top {
	text-align: center;
	margin:30px 0 20px 0;
  padding: 0;
	padding: 0;

}


/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

section p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}
.section_bold {
	padding: 3px 8px 3px 8px;
	font-size: 14px;
	font-weight: bold;
}
.section_small {
	padding: 3px 8px 3px 8px;
	font-size: 12px;
}

section h3 {
	background-image: url(img/h_bg_red.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
}

.muhi_image {
	margin: 5px;
	height: 85px;
	width: 100px;
	float:right
}

/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
}

nav ul {
	width: 100%;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
	padding: 10px;
	display: block;
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}

nav li a:hover {
	color: #06C;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

/*---------- トップに戻る ----------*/

#page_back {
	margin: 0 0 8px 0;
	padding: 0 6px 0 0;
	text-align: right;
}


/*---------- フッター ----------*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #00F;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #cccccc;
	background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #00F !important;
}

footer a:hover {
  color: #06C !important;
}

footer a:visited {
  color: #F00;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #00F;
}

footer p.copy a {
  color: #00F !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #06C !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #F00;
  text-decoration: none;
}

