@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header,  maincontents, 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: #eeeeee;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

.widthkeep{
	margin-left:auto;
	margin-right:auto;
	max-width:480px;
	background-color:#fff;
}

a:link {
  /*color: #ee7800;*/
  color: blue;
}

a:hover {
  /*color: #f39800;*/
  color: orange;
}

a:visited {
  /*color: #ee7800;*/
  color: blue;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 2px 0 2px 8px;
  text-align: left;
  font-size: 12px;
  color: #666666;

  background-color: #CC3300;
}

header h2 {
  padding: 10px 0 10px 0;
  font-size: 18px;
  text-align: center;
  color: #333333;
}

header h2 a {
  color: #333333 !important;
  font-size: 18px;
  text-decoration: none;
}

header h2 a:hover {
  color: #f39800 !important;
  font-size: 18px;
  text-decoration: underline;
}

#page_top {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/

maincontents {
  width: 100%;
  margin: 0 0 8px 0;
}

.contents{
	margin:8px;
}

#navi{
	margin:8px;
}

maint {
  width: 100%;
  margin: 8px;

}

maint h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 22px;
  font-size: 14px;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../images/h-bak.gif) left top no-repeat;
  background-color: #eeeeee;
}

maint h4 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 22px;
  font-size: 13px;
  /*border-bottom: solid 1px #aaa;*/
  border-left: solid 4px orange;
  /*background: url(../images/h-bak.gif) left top no-repeat;*/
  background-color:#fff;
  
}

maint p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

maint .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

maint .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

maint img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

maint img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

maint span.red {
  color: #e60033;
}

maint span.red_b {
  color: #e60033;
  font-weight: bold;
}

maint span.blue {
  color: #007bbb;
}

maint span.pink {
  color: #c53d43;
}

maint span.brown {
  color: #993300;
}

maint span.brown_b {
  color: #993300;
  font-weight: bold;
}

maint span.green {
  color: #00ae4f;
}

maint table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

maint td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(../images/navi-bak.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 22px;
  font-size: 14px;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(../images/h_icon_gray.gif) left top no-repeat;
  background-color: #eeeeee;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(../images/arrow_icon.html) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #ee7800;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../images/navi-bak.gif) repeat-x;
}

nav li a:hover {
  color: #f39800;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(../images/navi-bak-hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #aaaaaa;
  background-color: #CC3300;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copyright {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copyright a {
  color: #ee7800 !important;
  text-decoration: none;
}

footer p.copyright a:hover {
  color: #f39800 !important;
  text-decoration: underline;
}

footer p.copyright a:visited {
  color: #ee7800;
  text-decoration: none;
}

.title{
	border-top-color: #bbbbbb;
	background-color: #dddddd;
	padding:2px;
	margin:3px 0 3px 0;
}
.title p{
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
}
//boonモード用
.keywordbb ul{
	list-style: none;
	display: inline;
}
.keywordbb li{
	display: inline;
	list-style: none;
	margin: 0px;
	padding:2px;
	text-decoration:underline;
	line-height: 10pt;
}
