@charset "utf-8";
/*===================================
 * css file for "octopus-pot.jp"
 * file name : profile.css
===================================== */

/*---------------------------------------
	access
-----------------------------------------*/
.access p {
	margin: 0px;
	padding: 0px;
}
.access dl dt{
	position:absolute;
	font-weight: bold;
}
.access dl dd{ 
	padding-left:7em;
	margin-bottom:1em;}
	

.access dl dt {
}

/*---------------------------------------
	greeting
-----------------------------------------*/
#greeting {
}

/*---------------------------------------
	profile
-----------------------------------------*/
#profile {
}

/*---------------------------------------
	outline
-----------------------------------------*/
#outline dl dt {
	float: left;
	width: 90px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: left;
}
#outline dl dd {
	padding-left: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*---------------------------------------
	philosophy
-----------------------------------------*/
#philosophy {
}

/*---------------------------------------
	recruit
-----------------------------------------*/
#recruit {
}
#recruit h3 {
	margin-bottom: 0.25em;
	font-weight: bold;
	color: #3D0004;
}
#recruit .blockA dl dt     {
	font-weight: bold;
	color: #3D0004;
	margin-bottom: 0.25em;
}

#recruit .blockB {
	text-align: center;
	padding: 10px;
	width: 540px;
	background-color: #E7E7E7;
	border: 1px solid #CCC;
}
#recruit .blockB h2 {
	font-size: 107%;
	font-weight: bold;
	color: #3D0004;
}
#recruit .blockB dl {
}
#recruit .blockB dl dt {
}

