.header {
	font-size: 1.3em;
	background: -webkit-gradient(linear,left top,left bottom,
   from(#C39),color-stop(0.7,#000),to(#609));
	line-height: 10px;
	padding: 0.7em;
	padding-top: 1.0em;
	text-decoration: blink;
	color: #CCC;
}

.header_2 ul{
	margin-top:0;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	width:100%;
	background: #000;
}

.header_2 li{
float:left;
width:25%;
}

.header_2 li a{
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-decoration: none;
	background-color:#000;
	background: -webkit-gradient(linear, center top, center bottom, from(#C39), to(#000));
	color:#FFF;
	font-size: 150%;
	text-shadow: 3px 2px 2px #000000;
	width:100%;
}

.header_2 a:hover{
	background-color:#F90;
	font-weight: bold;
	background: -webkit-gradient(linear, center top, center bottom, from(#000),to(#C39));
}

h1 {
	margin-top: 0.8em;
	padding-top: 1.3em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAH0lEQVQIW2NkYGD4D8RgwAjifBNZdZbrTZgxmAOTAQCKNwcBAZwulQAAAABJRU5ErkJggg==);
	font-size: 120%;
	letter-spacing: 0.3em;
	clear: both;
	border: 7px #000 solid;
	text-shadow: 3px 2px 2px #C39;
}

h2 {
	font-size: 1.2em;
	color: #FC0;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.top_info {
	width: 80%;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	padding-top: 1.2em;
	padding-bottom: 1.3em;
	border-bottom: 1px #999 solid;
	letter-spacing: 0.1em;
}

.main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.7em;
	line-height: 1.3em;
}

.trial {
	font-size: 0.8em;
	line-height: 1.2em;
}

.under {
	margin-top: 0.8em;
	padding-top: 1.3em;
	padding-bottom: 0.8em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAH0lEQVQIW2NkYGD4D8RgwAjifBNZdZbrTZgxmAOTAQCKNwcBAZwulQAAAABJRU5ErkJggg==);
	clear: both;
	border: 7px #000 solid;
}

.download {
	width: 70%;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	background: -webkit-gradient(linear,left top,left bottom,
   from(#C39),color-stop(0.7,#000),to(#609));
   padding: 0.7em;
	padding-top: 1.0em;
	text-decoration: blink;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	letter-spacing: 0.2em;
}
a.download {
	width: 70%;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	background: -webkit-gradient(linear,left top,left bottom,
   from(#C39),color-stop(0.7,#000),to(#609));
   padding: 0.7em;
	padding-top: 1.0em;
	text-decoration: blink;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
	letter-spacing: 0.2em;
}

.footer {
	background: -webkit-gradient(linear, center top, center bottom, from(#609),color-stop(0.3,#000),to(#C39));
	height: 3em;
	text-align:right;
	padding-right: 1em;
	margin-top: 0.5em;
}

.copyright {
	line-height: 1.2em;
	font-size: 0.7em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3em;
	text-align: center;
}

@-webkit-keyframes magentaPulse {
		  from { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
		  50% { background-color: #a9014b; -webkit-box-shadow: 0 0 18px #a9014b; }
		  to { background-color: #630030; -webkit-box-shadow: 0 0 9px #333; }
		}

a.button {
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: infinite; 
		}
		
.magenta.button { -webkit-animation-name: magentaPulse; -webkit-animation-duration: 2s; }

.wall-of-buttons { 
font-size: 1.3em;
letter-spacing: 0.1em; 
text-align: center;
border-radius: 8px;
-webkit-animation-name: magentaPulse; -webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
padding-top: 0.8em;
padding-bottom: 1em;
}

.wall-of-buttons a.button { 
display: inline-block; margin: 0 10px 9px 0; } 

intro {
	display: none;
}

.section {
	font-size: 100%;
}

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #CCFFFF;
	background: -webkit-gradient(linear,left top,left bottom,
   from(#C39),color-stop(0.7,#000),to(#609));
    color: #FFF;
	font-size: 100%;
	width: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav li {
	color: #FFF;
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #000;
	/*text-shadow: -1px -1px 0 rgba(150, 150, 150, 30);*/
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

nav li a {
	display: block;
	width: 69px;
	padding: 10px 0 10px 0;
}

nav li:first-child {
	border: none;
}
nav a {
	color: #FFF;
	text-decoration: none;
}
section, nav {
	margin-bottom: 1em;
}

.clearfix:after {
  content: ".";  /* 譁ｰ縺励＞隕∫ｴ繧剃ｽ懊ｋ */
  display: block;  /* 繝悶Ο繝�け繝ｬ繝吶Ν隕∫ｴ縺ｫ */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix li a {
	color: #FFF;
}

.flickSimple {
	width: 100%;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #000;
}
 
.flickSimple.landscape {
	width: 100%;
}
 
.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}
 
.flickSimple ul.landscape {
}
 
.flickSimple ul li {
	float: left;
	list-style-type: none;
	
	text-align: center;
}
 
.flickSimple ul li.landscape {
}

#flick {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: auto;     /* JavaScript無効時にスクロール表示させたいから */
}

#flick ul {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
}

#flick ul li {
	float: left;
	list-style-type: none;
	width: 5%;
}

#basic ul,
#basic ul.landscape {
	width: 1500px;
}
 
#basic ul li,
#basic ul li.landscape {
	width: 150px;
}

.index {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	line-height: 14px;
}