
body {
	overflow-x : hidden ;
	background: #ffffff;
}

img{
	vertical-align:bottom;
	line-height:0px;
}

td{
    line-height:0;
    font-size:0px; /* for IE's Bug? */
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

div#index_contents {
  width:1000px;
  text-align:left;
  margin:0px auto;
}

div#footer_index p.copy{
	clear: both;
	font-size:80%;
	text-align:center;
	padding:40px 0;
	color: #666
}

div#footer_index p.copy a{
	color: #999;
}

div#footer_index p.copy a:hover{
	color: #ccc;
}

/****************************************
	インデックス追記CSS
*****************************************/

.GTComment {
	width: 850x;
	margin: 0px auto;
	padding: 25px;
	border: 1px solid #aaaaaa;
	background-color: rgba(255,255,255,0.6);
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;         /* CSS3 */
}

h2.index_h2 {
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
	line-height: 20px;
}

h3.index_h3 {
	font-size: 15px;
	margin-top: 5px;
	line-height: 18px;
}

p.index_p {
	margin-top: -5px;
	font-size: 12px;
	color: #666;
	line-height: 13px;
}

div.index_ul_box { 
	text-align: center;
}

ul.index_ul {
	font-size: 12px;
	list-style: none;
}

ul.index_ul li {
	display: inline;
	margin-right: 20px;
}


/***********************************
	画像フェード
***********************************/

.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.fade:hover {
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.fade2 {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.fade2:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
} 

