@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	vertical-align:bottom;
}

a {
	color:#111111;
	text-decoration:none;
}
a:hover {
	color:#0099ff;
	text-decoration:underline;
}

a img {
	border:none;
}


li{
	list-style:none;
	}

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 1px;
}
.clearfix{display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 /* End hide from IE-mac */

*:first-child+html .clearfix { /* IE7用 */
	width: 100%;
}

/*　ここまでデフォルト指定　*/

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

body {
	background:url(../img/bg.png) repeat left top;
	font-size:85%;
	text-align:center;
}

#wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#978d85;
	}

h1{
	margin:0;
	padding:0;
	}

#content{
	width:900px;
	margin-left:30px;
	_margin-left:0;

	}
#tab{
	text-align:center;
	margin:0 auto;
	width:250px;
	
}
.photo{	
	float:left;
	margin-left:20px;
	margin-bottom:25px;
	width:200px;
	height:235px;
	background-color:#FFF;
}	

.photo img{	
padding:20px 0 10px 0;
	}

.photo a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}



.name{
	margin-left:25px;
	text-align:left;
	font-size:90%;
	} 
	
.comment{
	padding-top:3px;
	text-align:left;
	margin-left:25px;
	font-weight:bold;}

#pagetop{
	float:right;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:50px;
	}
	
#pagetop a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


#footer{
	clear:both;
	padding:15px 0 15px 0;
	background:url(../../img/footer.jpg) no-repeat;
	}
#header{
	text-align:left;
	padding:0 30px 0 30px;
	overflow:hidden;
	
}
	
#logo,
#navi,
#navi li{
float:left;
}
#logo{
	margin-top:10px;
}

#navi{
	overflow:hidden;
	padding-left:560px;
	
}
#navi li{
	margin-right:5px;
	
}
#tab li{
	 float:left;
	
}
        #tab { margin:0 auto; padding:0; height:2.5em;}
            #tab a { text-decoration:none; border:solid 1px darkorange; color:darkorange; }
            #tab a{ font-weight:bold; display:block; margin:0 5px 0 0; padding:.3em .5em; }
            #tab a:hover { background:darkorange; color:#fff; border:solid 1px darkorange; }
            #res { margin:0; padding:0; clear:both; }