@charset "utf-8";
/* CSS Document */

/* ==================================================================
	Site Name:穴吹デザインプラス 
	Version: 1.0
	profile.htmlのCSSです
	
	上部　下部　左メニューは共通(common.css)
	内容部分のみ
--------------------------------------------------------------------*/





.profile table{
	width:100%;
	margin-left:0px;

}

.profile table th{
	
	width:20%;
	
}

.profile table td{
	width:80%;
}

.profile table ul{
	list-style:disc;
	margin-left:-8px;
}







