@charset "shift_jis";


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

body {
  font-family: "Helvetica Neue",
     Arial,
     "Hiragino Kaku Gothic ProN",
     "Hiragino Sans",
     Meiryo,
     sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-image: url(img/back2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
  color : blue;
  font-size: 16px;
}

a:hover {
  color: #99ab4e;
  font-size: 16px;
}

a:visited {
  color : purple;
  font-size: 16px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 16px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}



/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 830px;
  background-color: #ffffff;
}



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

#header {
  margin: 0;
  width: 830px;
  height : 137px;
  border-top: solid 7px #2a1a0b;
  background-color : #ffffff;
  font-family: "Helvetica Neue",
     Arial,
     "Hiragino Kaku Gothic ProN",
     "Hiragino Sans",
     Meiryo,
     sans-serif;
  
  padding: 0px 0px 11px 0px;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-weight: normal;
  font-size: 9px;
  color: #333333;
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 15px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  background-color: #B8860B;
  margin: 0px;
  padding: 20px 0 15px 15px;
  background: url(img/head_menu_back3.gif) repeat;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 9px;
  padding-right: 5px;
  background: url(img/l_icon.gif) no-repeat;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}


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

#container {
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	margin: 0;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	width: 620px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

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

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


#contents h2 {
    color: #444444;
	font-size: 17px;
    padding: 10px 15px; 
    border-left: 10px solid #e07000;
	border-bottom: 1px solid #e07000;
}

#contents h3 {
    color: #444444;
    background: #f3f3f3;
	font-size: 20px;
    padding: 10px 15px; 
    border-left: 10px solid #e07000;
	border-bottom: 1px solid #e07000;
}

#contents h4 {
    color: #444444;
    background: #ffeded;
	font-size: 20px;
    padding: 10px 15px; 
    border-left: 10px solid #ff6161;
	border-bottom: 1px solid #ff6161;
}

#contents h5 {
    color: #444444;
    background: #fbe9ff;
	font-size: 20px;
    padding: 10px 15px; 
    border-left: 10px solid #b3006b;
	border-bottom: 1px solid #b3006b;

}
#contents p {
	margin: 15px 0 35px 0;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: left;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}



/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 170px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

#menu h2 {
  margin: 0 0 7px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 5px;
	width: 160px;
	text-align: left;
	background-image: none;
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #250d00;
  display: block;
  border-top: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  width: 138px;
  padding: 6px 0 5px 20px;
  font-size: 12px;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;

 
}

.menulist a:hover{
	color: #662300;
	background-repeat: no-repeat;

}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 
}

.menu_free a:hover{
  color: #99ab4e;
  background-color: #f3f3f2;
}


#menu p {
  margin: 10px 4px 0 4px;
  line-height: 150%;
}

li {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}




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

#footer {
  clear: both;
  margin: 0;
  padding: 10px 0 15px 10px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #cccccc;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 
}

#footer a:hover {
  color: #333333;
}

#doga {
	float: right;
}
#main #container #contents table tr td {
	padding-left: 30px;
}

強調ポイント {
	color: #E60101;
}
.強調フォント {
	color: #E60101;
	font-weight: bold;
}
.pics_table {
}
.色づけテキスト {
	color: #AC0000;
}
#mm {
	background-color: #CF6;
}
.QAbox {
}
.menulist a img {
	background-image: none;
}
.青文字 {
	color: #006CFF;
	font-weight: bold;
}
.薄いグレー {
	color: #AAA;
}
.黄色蛍光ペン＆太字 {
background: linear-gradient(transparent 60%, #ff6 60%);
font-weight: bold;
}.黄色蛍光ペン＆太字そして赤 {
background: linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;
	color: #F00;
}
.紫で太字 {
	color: #7F1184;
	font-weight: bold;
}
.赤ピンクで太字 {
	color: #ff3333;
	font-weight: bold;
}