@media screen and (max-width:640px){
@charset "Shift_JIS";



body {
  font-family: "メイリオ", sans-serif;
  font-size: 14px;
}

#container {

  margin: 0 auto;
  clear: left;
  padding: 20px 10px 0 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

table, tbody, thead, tfoot, tr, th, td {
    display: block;
}

img {
max-width: 100%;
height: auto;
}

#header{
line-height:20px;
 	background-color: #996600; /* ヘッダの元の色 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#996600), to(#c68600)); /* ヘッダの元の色〜変わる色 */
}

#headerTitle {
  margin:0;
  padding: 42px 20px 0px 12px;
  font-weight: bold;
  font-size: 22px;
}


#headerTitle a{
	color: #ffffff;
	text-decoration:none;
}
#headerTitle a:hover{
	color: #ffffff;
	text-decoration:underline;
}



#headerText {
  margin:0;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  color: #ffffff;
}



.title_conts {
  font-weight:normal;
  background: #996600; /* h2の背景色 */
  margin: 0 0 4px 0;
  padding: 15px 0 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  color: #FFF;/* h2文字の色 */
}



.title_cap {
  background: url(../img/h3.gif) left top no-repeat;
  padding: 3px 0 10px 20px;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
  min-height: 30px;
  margin: 0;
}
.title_01 {
  background: url(../img/h4.gif) left top no-repeat;
  padding: 1px 0 0 24px;
  font-size: 15px;
  min-height: 0px;
  font-weight:normal;
  margin: 0;
}
.title_02 {
  background: #FDEFC4 url(../img/chek.gif) no-repeat left 2px;
  font-weight: bold;
  font-size:14px;
  padding: 4px 24px;
  margin: 0;
}

/* サイドバーエリア */

#sidebar {
  width: 100%;
  text-align: left;
  float: left;
}
#sidebar ul {
  padding: 0;
  list-style: outside none none;
  display: block;
  margin: 0 0 20px 0;
}
#sidebar li {
  padding: 0;
  margin: 0 0 8px 0;
}

#sidebar .title {
  background: #c68600; /* カテゴリの色 */
  padding: 4px 8px 4px 22px;
  font-weight: bold;
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 220%;
}
#sidebar .title a { text-decoration: none; }
#sidebar .title a:hover {
  color: #CC0033;
  text-decoration: underline;
}
#sidebar ul a {
  display: block;

  font-size: 15px;
}
.menuA a { color: #333; }
.menuA ul a {
  background: #ffffff url(../img/menuA_icon.gif) no-repeat 5px 6px;
  padding: 5px 4px 4px 24px;
  color: #333;
}
.menuA ul a:hover { 
  background: #FFF url(../img/menuA_icon_over.gif) no-repeat 5px 6px;
  padding: 5px 4px 4px 24px;
  color: #CC0033;
}
.menuB a { color: #333; }
.menuB ul a {
  background: #CECECE url(../img/menuB_icon.gif) no-repeat 4px 8px;
  padding: 4px 4px 4px 16px;
}
.menuB ul a:hover { background-color: #6BC0AF; }
.menuC a { color: #333; }
.menuC ul a {
  background: url(../img/menuC_icon.gif) no-repeat 0 9px;
  padding: 4px 0 4px 14px;
  color: #333;
  margin-left: 8px;
}
.menuC ul a:hover { color: #CC0033; }


/* サイトマップ用 */

.sitemap {
  margin: 0 0 16px 0;
  list-style: outside none none;
  padding: 0;
}
.sitemap .title {
  font-weight: bold;
  color: #333;
  padding: 4px 8px 4px 16px;
  margin: 0 0 6px 0;
  background-color: #EEE;
}
.sitemap .title a { color: #333; }
.sitemap .title a:hover {
  color: #CC0033;
  text-decoration: none;
}
.sitemap .text { margin: 0 0 4px 16px; }
.sitemap .text a { color: #09F; }
.sitemap .text a:hover {
  color: #CC0033;
  text-decoration: none;
}

}