@charset"UTF-8";

/*========================================================

Author and Copyright

Author: masateru tagawa (http://at-will.net)
Created: 2008-2.07
Modified: 2008-2.07
Copyright: masateru tagawa

========================================================*/

/*------------------------------------------------------

	contents_area
		├pankuzu
		├
		└
		　　

--------------------------------------------------------*/

div#contents_area{
	float: right;
	width: 600px;
	text-align: left;
	}

div#contents_area hr{
	color : #FFFFFF;
	border-top : solid #999999 1px;
	margin:5px 0px 5px 0px;
	}
	

/*------------------------------------------------------

	pankuzu

--------------------------------------------------------*/
	
div#pankuzu ul{
	text-align: right;
	margin: 10px 20px 20px 20px;
	list-style: none;
}

div#pankuzu li{
	font-size:0.77em;
	display: inline;
}

/*------------------------------------------------------

	craftsman

--------------------------------------------------------*/

div#craftsman{
	width: 560px;
	margin: 0px 20px 0px 20px;
}

div#craftsman h2{
	margin-bottom : 0px;
	text-align : center;
	line-height : 150%;
	font-weight : normal;
	font-size : 1em;
}
div#craftsman h3.aka{
	margin-bottom : 20px;
	text-align : left;
	line-height : 150%;
	font-weight : normal;
	font-size : 1.2em;
	color : #CC0000;
}

div.craftsmanintro{
	margin-bottom : 10px;
	background:no-repeat url(../craftsman/img/craftsmanintro.jpg);
	height:180px;
}

div.StaffList{
	width : 125px;
	margin-right : 15px;
	display:inline;
    float : left;
	}

div.StaffList h3{
	text-align : center;
	line-height : 100%;
	font-weight : normal;
	font-size : 1em;
	}
div.StaffList p{
	text-align : left;
	line-height : 1.8em;
	font-weight : normal;
	font-size : 0.77em;
	margin-bottom : 5px;
	}
div.StaffList p.yaku{
	text-align : center;
	font-size : 0.77em;
	margin-bottom : 5px;
	}

div.StaffList hr{
	color : #FFFFFF;
	border-top : solid #cc3300 2px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
