@charset "UTF-8";
@font-face {
  font-family: "Futura PT";
}

body{
	background-image:url(image/tokyow1420-800.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-attachment:fixed;
	font-family: Futura PT;
}
#mainwrapper{
}
#mainwrapper header {
	/*Header */
	background-color:#5c9b00;
	margin-left:20px;
	margin-top:-76px;
	overflow: auto;
	font-family: Futura PT;
	font-style: normal;
	height:180px;
	width:950px;
		/*	width:100%を固定にしました */

}
#mainwrapper header #logo {
	/* Company Logo text */
	float: left;
	padding-left: 2%;
}
#mainwrapper nav {
	/*Nav bar containing links in header */
	text-align: right;
	margin-top:-53px;
	margin-left:50px;
	float: left;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#breadcrumb{
	color:rgba(255,255,255,1.00);
	font-size:medium;
	margin-left:20px;
	margin-top:10px;
}


#content #mainContent{
	background-color:rgba(253,253,253,0.65)
}
#content #mainContent h1, #content #mainContent h2    {
	/* Styling for main headings */
	color:rgba(61,61,61,1.00);
}
#content #mainContent h3 {

	/*Captions ot Taglines */
	font-family: Futura PT;
	font-style: normal;
	font-weight: 200;
	color:rgba(61,61,61,1.00);
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(61,61,61,1.00);
	font-family: Futura PT;
	font-style: normal;
	font-weight: 100;
	font-size:medium;
	text-align: justify;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}


#content #mainContent-100{
	background-color:#FFFFFF;
}
#content #mainContent-100 h1, #content #mainContent h2    {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
#content #mainContent-100 h3 {

	/*Captions ot Taglines */
	font-family: Futura PT;
	font-style: normal;
	font-weight: 200;
	color: rgba(61,61,61,1.00);
}
#content #mainContent-100 #bannerImage {
	/*Container for main banner image */
	width: 898px;
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent-100 p {
	/* All paragraphs under maincontent */
	color: rgba(61,61,61,1.00);
	font-family: Futura PT;
	font-style: normal;
	font-weight: 200;
	font-size: medium;
	text-align: left;
}
#content #mainContent-100 #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent-100 #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent-100 #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}



footer{
	margin-top:30px;
	margin-left:20px;
	background-color:rgba(92,155,0,0.8);
	width:80%;
	height:80px;
}
.video-footer{
	margin: 0 auto;
	width:920px;
}
footer article  {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 100;
	color: rgba(255,255,255,1.00);
	font-size: small;
}
footer article h3  {
	/* Footer article titles */
	text-align: center;
	font-family: Futura PT;
	font-style: normal;
	font-weight: 400;
}

#mainContent-100 {
	/* Container for the blog post in individal blog view */
	padding-left: 10px;
	width: 915px;
	float: left;
	margin-top:10px;
	margin-left:23px;
	padding-right: 10px;
	padding-top: 10px;
	border:solid #5C9B00 thick ;
}

#mainwrapper {
	/* Container of all content */
	width: 80%;
	overflow: hidden;
	margin-left: 10%;
}
#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}
#content #sidebar #ad-news {
	/* Container for text in sidebar */
	width: 100%;
	margin-top: 20px;
	float: none;
	overflow: auto;
	font-size:12px;
	color:#FFFFFF;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 920px;
	padding-left: 14px;
	padding-right: 12px;
}

.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.t-center{
	display:block;
	text-align:center;
	margin: 0 auto;
	width:50%;
}
