@charset "utf-8";

/* profile
--------------------------------------------------------------------------- */
html,
body { 
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	text-align: center;	
	}

/* profile header
--------------------------------------------------------------------------- */
#topImgBg { 
	width:100%;
	background:url(images/category_top_bg.jpg) repeat-x;
	}
#topImgBg #topImg { 
	width:600px;
	height:75px;
	background:url(images/category_top.jpg) top center no-repeat;
	}

/*  profile
--------------------------------------------------------------------------- */
#profile h1 {
	margin-top:10px;
	width:600px;
	height:32px;
	background:url(images/profile_title.jpg) top left no-repeat;
	}
#profile #list {
	padding:10px 10px 0px 10px;
	width:420px;
	display:block;
	float:left;
	}
#profile #list #name {
	color:#6666CC;
	font-size:18px;
	font-weight:bold;
	text-indent:5px;
	}
#profile #list #mainWork {
	width:410px;
	padding:20px 10px 0px 0px;
	display:block;
	float:left;
	}
#profile #picture {
	margin-top:10px;
	width:150px;
	height:200px;
	display:block;
	border:solid 1px #6666CC;
	background:url(images/profile_picture.jpg) no-repeat;
	float:left;
	}

/* list dl 
--------------------------------------------------------------------------- */
#profile #list dl { display:block; width:420px;}
#profile #list dt {
	width:80px;
	padding:5px;
	display:block;
	float:left;
	}
#profile #list dd {
	padding:5px;
	}
	
/* mainWork dl 
--------------------------------------------------------------------------- */
#profile #mainWork ul {
	width:410px;
	}
#profile #mainWork ul li {
	list-style:disc inside;
	padding:5px;
	}
#profile #mainWork ul li.title {
	text-indent:-9999px;
	width:190px;
	height:39px;
	list-style:none;
	display:block;
	background:url(images/work_title.jpg) top left no-repeat;
	}