/*@charset "shift_jis";*/

#title{
height:50px;
font-size:16px;
font-weight:bold;
margin-bottom:20px;
}

#left{
width:470px;
min-height:400px;
float:left;
display:inline;
padding:0 20px 0 10px;
}

#left .photo{
width:210px;
height:140px;
margin-right:10px;
float:left;
display:inline;
}

#left .text{
width:250px;
height:140px;
float:left;
display:inline;
}

#left .box{
width:480px;
height:140px;
clear:both;
margin-bottom:20px;
padding-bottom:20px;
}

#left a:link {
	color: #FF00A8;
	text-decoration:underline;
}
#left a:visited {
	color: #FF00A8;
	text-decoration: none;
	text-decoration:underline;
}
#left a:hover {
	color: #FF94C6;
	text-decoration: none;
	text-decoration:underline;
}

#left a:active {
	color: #FF94C6;
	text-decoration:underline;
}

#right{
width:380px;
height:400px;
float:left;
display:inline;
padding:0 10px;
}

#right .box{
width:358px;
height:auto;
padding:10px 10px;
margin-bottom:20px;
border:1px #CCCCCC solid;
}

#right a:link {
	color: #FF00A8;
	text-decoration:underline;
}
#right a:visited {
	color: #FF00A8;
	text-decoration: none;
	text-decoration:underline;
}
#right a:hover {
	color: #FF94C6;
	text-decoration: none;
	text-decoration:underline;
}

#right a:active {
	color: #FF94C6;
	text-decoration:underline;
}




.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 */