@import "common.css";
 
/*  
 main [  
----------------------------------------------------------- */  

#main_left {
	background-image: url(../images/bg_main_left.gif);
	min-height: 490px;
	background-repeat: no-repeat;
	background-position: left top;
}
#main_left_nobg {
	min-height: 490px; float: left; width: 555px;
}
#main_right {
	
}

/*  
 inquire [  
----------------------------------------------------------- */  
#inquire { margin-left: 40px; margin-bottom: 31px; margin-top: 10px; }
#inquire table{ width:100%; }
#inquire td, #inquire th{ padding: 5px; }
#inquire td{ width:100%; }
#inquire th{
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00A9D9;
	text-align: left;
}

/*  
 profile [  
----------------------------------------------------------- */  
#profile_wrap {  margin-bottom: 31px; }
#profile { margin-left: 40px; margin-bottom: 10px; margin-top: 10px; }
#profile .name, #profile .kana { font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";}
#profile .name {
	color: #666666;
}
#profile .kana {
	color: #0099CC;
	font-size: 14px;
}
/*  
 gallery [  
----------------------------------------------------------- */  
#gallery { margin-left: 40px; margin-bottom: 10px; margin-top: 10px; }
#gallery img { margin-right:10px; margin-bottom:10px; } 