body {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
}

td {
  line-height: 140%;
}

a{
 text-decoration: none;
 color: #0000FF;
}
a:hover{
 color: #0000FF;
 text-decoration: underline;
}

#all {
  width: 800px;
}

#page {
  background-color: #F1F5F5;
  margin: 10px;
  border: 1px solid #000000;
  width: 600px;
  float:right;
  padding: 3px;
}

#menu_all {
  float:left;
}

#menu_border {
  background-color: #F1F5F5;
  width: 150px;
  margin: 5px;
  margin-right: 0px;
  padding: 3px;
  border: 1px solid #000000;
}

.menu_caption {
  background-color: #CCCCFF;
  border-bottom: solid 1px #336633;
  padding: 3px;
  background-image: url("http://birdwind.webcrow.jp/image/bar_short.png");
  font-weight: bold;
}

table.game {
  border:solid 1px #CCCCCC;
  padding: 0px;
  margin: 0px;
}

table.game tr {
  border-style: none;
}

table.game td {
  vertical-align : top;
  padding: 3px;
}

table.basic {
  border-style: none;
  padding: 0px;
  margin: 0px;
}

table.basic tr {
  border-style: none;
}

table.basic td {
  border-style: solid 1px #CCCCCC;
  vertical-align : top;
  padding: 3px;
}

h3 {
  background-color: #8cdcb4;
  border-bottom: solid 1px #336633;
  padding: 3px;
  background-image: url("http://birdwind.webcrow.jp/image/bar.png");
  margin-top: 0px;
  margin-bottom: 6px;
}

h4 {
  background-color: #8cdcb4;
  border-bottom: solid 1px #336633;
  margin-top: 1px;
  padding: 2px;
  margin-bottom: 6px;
}

.logo_game {
  text-align: center;
}

.contents {
	border-left: solid 4px #64c896;
	margin-left: 5px;
	margin-bottom: 12px;
	padding-left : 8px;
}

.blog_select {
	margin-top: 3px;
	margin-bottom: 6px;
}

.blog_header{
	margin-right: 6px;
	width: 185px;
	vertical-align : top;
}

#blog_parts_border {
  background-color: #F1F5F5;
  width: 150px;
  margin: 5px;
  margin-right: 0px;
  padding: 3px;
  border: 1px solid #000000;
}

.link_site {
  padding : 5px;
  border: 1px solid #000066;
  font-size: 16px;
  width: 210px;
  background-image: url("http://birdwind.webcrow.jp/image/link_bg.png");
}

/* Small Only ---------------------------- */

#menu_border_small {
  background-color: #F1F5F5;
  width: 96%;
  margin: 5px;
  margin-right: 0px;
  padding: 3px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 160%;
}

#menu_border_small table { width : 96%; }
#menu_border_small table tr td { width : 32%; }

/* Switch Small or Big ------------------- */

@media screen and (min-width:800px){
#menu_border_small { display: none; }
html{ font-size : 100%};
.game_ss { width: 130px; height: auto; }
#blog_to_top { display: none; }
}

@media screen and (max-width:799px){
#menu_border { display: none; }
#logo { display: none; }
#page { float: none; margin: 5px; width: 96%; }
#all { width: 100%; }
#blog_parts_border { display: none; }
html{ font-size : 100%};
.game tr td { width: 45%; }
.game_ss { width: 44%; height: auto; }
.logo_game img { width : 95%; height: auto; };
.blog_header { width: 33%; }
.blog_select { width: 98%; }
.contents img { max-width: 98%; height: auto; }