.header {
	padding-top: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	line-height: 1.4em;
	background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#831608));
	color: #FFF;
	font-size: 1em;
}

.date {
	color: #663333;
	line-height: 1.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	font-size: 1em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 7px;
	text-align: center;
	border: solid 2px #633;
}

.main {
	color: #000;
	line-height: 1.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2em;
	padding-bottom: 1em;
	font-size: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background-color: #FFF;*/
	margin-bottom: 10px;
	background-color: rgba(255,  255,  255,  0.6);
	background: rgba(255,  255,  255,  0.6);color: rgba(255,  255,  255,  0.6);
}

.main_2 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2em;
	color: #000;
}

h1 {
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	color: #FFCC66;
	padding-left: 1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#831608));
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	margin-top: 0.8em;
}

.topic {
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	border-bottom: solid 1px #663333;
	font-size: 1em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.more {
	line-height: 1.5em;
	padding-top: 1em;
	padding-right: 1em;
	font-size: 1em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	text-decoration: underline;
	color: #000;
}

.trial {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear,left top,left bottom,from(#FFCC66),to(#C60));
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}

.download {
	text-align: center;
	font-size: 1.7em;
	background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#663333));
	text-shadow: 2px 2px 3px #000;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 5%;
	padding-right: 5%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	color: #FFF;
}

.footer {
	color: #FFF;
	line-height: 1em;
	font-size: 0.6em;
	background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#831608));
	margin-top: 1em;
}

.header_2 ul{
	list-style-type:none;
	width:100%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}

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

.header_2 a{
	display:block;
	padding-top:20px;
	padding-bottom: 20px;
	text-align:center;
	text-decoration:none;
	/*background-color:#C00;*/
	background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#831608));
	color:#FFCC66;
	font-size: 1.4em;
	text-shadow: 2px 2px 2px #000;
	width:100%;
}

.header_2 a:hover{
	background-color:#fff;
	font-weight: bold;
	background: background: -webkit-gradient(linear,left top,left bottom,from(#aa2618),to(#831608));
	text-align: center;
	color: #FFF;
}

h3 {
	font-size: 1.3em;
	line-height: 1.5em;
}

.flickSimple {
	width: 100%;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #FFF;
}
 
.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;
}

h2 {
	font-size: 1.1em;
	color: #663333;
	padding-bottom: 0.5em;
	text-decoration: underline;
}

intro {
	display: none;
}

.section {
	font-size: 100%;
}

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #FFCC66;
	background: -webkit-gradient(linear,left top,left bottom,from(#FFCC66),to(#C60));
    color: #663333;
	font-size: 100%;
	width: 272px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav li {
	color: #663333;
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #FFF;
	/*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: 67px;
	padding: 10px 0 10px 0;
	text-align: center;
}

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

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

.clearfix li a {
	color: #663333;
}

