@charset ‘UTF-8′;

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ff8100;	}
a:visited	{	color: #ff8100;	}
a:hover	{	color: #ff8100;	}
a:active	{	color: #ff8100;	}

#main {
	width: 1024px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header {
   width: 1024px;
   height: 50px;
   margin: 0 auto;
}

#left {
	float: left;
	width: 220px;
}

#right {
	float: right;
	width: 784px;
}

#midashi {
	margin-bottom: 10px;
}

.midashi_s {
	text-align: center;
}

#contents {
	width: 784px;
	background-image: url("../img/common/contentsbg.png");
	background-repeat: repeat;
	min-height: 700px;
	padding: 10px;
}

#menu {
	width: 210px;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}

#menu img {
	margin-bottom: 5px;
}

#inlinebase {
	width: 200px;
	height: 400px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	overflow-x: hidden;
	background-image: url("../img/common/twbgl.png");
	background-repeat: no-repeat;
}

.twitter-timeline {
	color: #ffffff;
}

#footer {
   clear: both;
   padding-top: 10px;
   width: 1024px;
   margin: 0 auto;
   text-align: center;
}

#info {
	width: 1024px;
	height: 20px;
	padding: 1px 0 0 0;
	background-image: url("../img/common/infobar.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}

#info2 {
	width: 700px;
	padding-left: 220px;
}

#info a:link { color:#ffffff; }
#info a:visited { color:#ffffff; }
#info a:active { color:#ffffff;text-decoration:none; }
#info a:hover { color:#ffffff;text-decoration:none; }

#banner {
	text-align: center;
	margin-top: 15px;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	width: 1024;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */