@charset "utf-8";


/* Clearfix hack by Nicolas Gallagher: //nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	font-family: Arial, Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #F90;
}
/*-----------------------
Main
-------------------------*/
#Main {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Main img {
	border: none;
}

h1 {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Main ul {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#Main li {
	float: left;
	margin-right: 15px;
	background-color: #000;
}
#Main li:last-child{
	margin-right: 0px;
}

#Main #henshu {
	clear: both;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#henshu h2 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#Main #henshu #LeftBlock p {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 35px;
	margin: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#Main #henshu #LeftBlock {
	float: left;
	width: 580px;
}
#Main #henshu #RightBlock .caption {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.4em;
}
#Main #henshu #RightBlock {
	float: right;
	width: 380px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*footer*/

#FooterContents {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
address {
	font-size: 10px;
	font-style: normal;
	float: right;
	padding-top: 5px;
	padding-left: 20px;
}


/*SNS*/

#SNS_btn {
	float: left;
	width: 400px;
}
.fb-like,#TW_btn,#Gplus_btn {
	padding-right: 5px;
	float: left;
}
#TAMAlogo {
	float: right;
}
#Copy {
	text-align: right;
	float: right;
	padding-top: 5px;
}
