/* CSS Document */


html,body{
	font-size:78%;
	text-align:center;
	color:#000;
	background: url(../img/back.jpg) #000000 repeat left top;
	padding:0px;
	margin: 0 auto;

}

.word_basic {
	font-size: 12px;
	line-height: 200%;
	color: #444444;
	text-align:left;
}


#main{
	width:762px;
	margin:35px auto 0px auto;
	padding:0px inherit;
}

#menu{
	width:230px;
	margin:0px 25px 0px 0px;
	float:left;
	
	
}

#ph_big{
	width:500px;
	border: 1px solid #FFF;
	background-color:#FFF;

}

#cont_right{
	width:500px;
	float:left;
}


#icon{
	float:left;
	margin:10px 0px 0px 0px;
	border: 1px solid #FFF;
	background-color:#FFF;
	
}
#icon_space{
	float:left;
	margin:10px 0px 0px 0px;

	
}

#word_info{
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
	text-align:right;
	padding:5px 0px 0px 0px;
}
#word_info a{
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
	
}
#word_info a:hover{
	font-size: 12px;
	line-height: 100%;
	color: #ffff00;
	
}

#ph_title{
	float:left;
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	border: 1px solid #000;
	height:95px;
	background-color:#000000;
}

.ph_text{
	float:left;
	padding:0px 10px 0px 10px;
	background-color:#000000;
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
	text-align:left;
	
}

#back_fujita{
	width:295px;
	height:730px;
	background:url(../img/ph_fujita.jpg) #FFF no-repeat left top;
	padding: 42px 180px 0px 25px;
	text-align:left;
	font-size: 12px;
	line-height: 150%;
	color: #444444;
	
}


/* Froat Reset */
/* -------------------------------------------------------------------------- */

/*clear float*/
.clearfloat {
	height:1px;
	font-size:1%;
	clear:both;
	display:block;
	background: transparent;
}

/*clear float*/
#clearfloat {
	height:1px;
	font-size:1%;
	clear:both;
	display:block;
	background: transparent;
}

#float_clear{
	both:clear;
	width:875px;
	height:0px;
}

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

.clearfix{ display: inline-block;}

/* hides from IE-mac \*/
* html .clearfix{ height: 1%;}
.clearfix{ display: block;}
/* End hide from IE-mac */


.alt{position:absolute;top:-5000px;left:-999px;}
/*MAC IE5.xだけに適用*/
#if expr="$HTTP_USER_AGENT = /MSIE 5.*Mac/" .alt,#index .xalt{display:none;}#endif 


