body {
    background-image:url("img/wallpaper2.png");
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
    text-align:center;
    margin:0px auto;
    color:#000;
    line-height:1.5em;
    min-width: 1340px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
    font-weight:lighter;
}

a:link, a:visited {
/*  color:#c00;*/
    text-decoration:none;
}

.oowaku {
    width: 1340px;
    margin: 0 auto;
}
.tyuwaku {
    width: 1000px;
    margin: 0 auto;
}
.kowaku {
    padding: 50px 50px 50px 50px;
    margin: 0 auto;
}
.container {
   -webkit-box-shadow: 0px 2px 10px #666;
    -moz-box-shadow: 0px 2px 10px #666;
    box-shadow: 0px 2px 10px #666;
    background: #E1EDF7;
    font-family: Century Gothic, Arial, sans-serif;
    text-align: left;
    margin: 0px auto;
    color: #000;
    padding: 30px 30px 30px 30px;
    line-height: 1.5em;
    width: 750px;
    overflow: hidden;
}

.container1 {
   -webkit-box-shadow: 0px 2px 10px #666;
    -moz-box-shadow: 0px 2px 10px #666;
    box-shadow: 0px 2px 10px #666;
    background: #E1EDF7;
    font-family: Century Gothic, Arial, sans-serif;
    text-align: left;
    margin: 0px auto;
    color: #000;
    padding: 30px 30px 30px 30px;
    line-height: 1.5em;
/*    width: 1220px;*/
    width: 1200px;
    overflow: hidden;
}
.container2 {
   -webkit-box-shadow: 0px 2px 10px #666;
    -moz-box-shadow: 0px 2px 10px #666;
    box-shadow: 0px 2px 10px #666;
    background: #E1EDF7;
    font-family: Century Gothic, Arial, sans-serif;
    text-align: left;
    margin: 0px auto;
    color: #000;
    padding: 30px 30px 30px 30px;
    line-height: 1.5em;
    width: 1100px;
    overflow: hidden;
}

header {
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 4px #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b4ddfe), color-stop(0.30, #0d4996));
    background: -webkit-linear-gradient(top, #0d4996 30%, #b4ddfe 100%);
    background: -moz-linear-gradient(top, #0d4996 30%, #b4ddfe 100%);
    background: -o-linear-gradient(top, #0d4996 30%, #b4ddfe 100%);
    background: -ms-linear-gradient(top, #0d4996 30%, #b4ddfe 100%);
    background: linear-gradient(top, #0d4996 30%, #b4ddfe 100%);
}

nav {
    background: -ms-linear-gradient(top, #EEEEEE 0%, #dbdbdb 50%, #d1d1d1 50%, #CCCCCC 100%);
    background: linear-gradient(to bottom, #EEEEEE 0%, #dbdbdb 50%, #d1d1d1 50%, #CCCCCC 100%);
  	text-align: center;
    white-space:nowrap;
}
nav ul {
    padding: 0px;
    text-align: center;
  	display: inline; 
  	list-style-type:none;
}
nav li {
    text-align: center;
  	display: inline; 
  	list-style-type: none;
}
nav li a {
    padding: 0px 25px;
    text-align: center;
    font-weight: bold; 
  	text-decoration: none; 
    color:#505050;
    text-shadow: 1px 1px 0px #fff;
    border-right-color: rgb(102, 102, 102);
  	border-right-width: 1px; 
  	border-right-style: solid;
}
nav h1 {
  	display: none;
}

section {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    margin:0px auto;
    font-size: 12pt;
    color: #000;
    width:670px;
}
section dl {
    margin: 10px;
    height: 100px;
    overflow:auto;
}
section dt {
    padding: 8px 5px 4px; line-height: 120%; font-size: 80%; float: left;
}
section dd {
    margin: 0px; padding: 8px 0px 10px 6.5em; line-height: 120%; font-size: 90%; border-bottom-color: rgb(170, 170, 170); border-bottom-width: 1px; border-bottom-style: dotted; text-align: left; 
}

section h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px 0 2px rgba(0, 0, 0, 0.3), 0 -1px 1px rgba(255, 255, 255, 0.3);
    background-color:#E7E2D7;
    margin:-5px;
    padding:8px 10px 8px 10px;
    text-shadow:1px 1px 3px #000;
    color:#505050;
    font-size: 14pt;
}
section h2 {
    margin:10px -10px;
    font-size: 12pt;
}

#links {
  padding:20px 20px 0 20px;
}

article {
    margin:10px;
    overflow:hidden;
}
.gameimg {
  float:left;
  margin: 10px 10px 10px 0;
}

footer {
    clear:both !important;
    padding: 1px 0px 1px 0px;
    background-color:#2B669A;
    border:none;
    color:#fff;
    font-size:0.8em;
    text-align:center;
    min-width: 1340px;
}

footer a {
    margin:0px auto;
}
a:hover {
    color: rgb(255, 0, 0); 
    text-decoration: underline;
}
p.footer_text:before {
    content: "Copyright(C)2013-2014 Irresponsible Escape Game All Rights Reserved";
}
